gitlab-ci/lava: Fix image to use in test jobs
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Sun, 6 Oct 2019 16:12:00 +0000 (09:12 -0700)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 7 Oct 2019 14:31:55 +0000 (07:31 -0700)
commitc00f017e65d63820d05893489ff8474930c2dd2e
tree31956b4c8956b5a242eb523249b8f802bf4255d8
parent8d0830de05e5d6212a6a0e1b26ea52b0748b0264
gitlab-ci/lava: Fix image to use in test jobs

In the test stage, we can use any of the two container images as we
arent going to do anything architecture-dependent when submitting the
jobs to LAVA.

But if we are in a pipeline in which the images need to be rebuilt and
one finishes much earlier than the other, it could happen that the test
job that executes first fails to find the container image.

To avoid that, have each job in the test stage to use the image that has
been already implicitly built by depending on the build job for the
given arch.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
.gitlab-ci/lava-gitlab-ci.yml