]> xenbits.xensource.com Git - libvirt.git/commitdiff
gitlab: Fix build container dependencies for build jobs
authorAndrea Bolognani <abologna@redhat.com>
Tue, 9 Feb 2021 09:26:55 +0000 (10:26 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 9 Feb 2021 09:28:50 +0000 (10:28 +0100)
A couple of these were wrong, resulting in the build job not
waiting for the correct container to be built before starting.

Fixes: 77296c807b18d22286be4b0ba5595d13103910a1
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
.gitlab-ci.yml

index 5221e8b5b6c7b388e1407fb518d52c2d4cee5a04..5779b1b8b2ba46ab6c6078812b25790fe8282e86 100644 (file)
@@ -486,7 +486,7 @@ mipsel-debian-10:
 s390x-debian-sid:
   extends: .cross_build_job
   needs:
-    - s390x-debian-10-container
+    - s390x-debian-sid-container
   variables:
     NAME: debian-sid
     CROSS: s390x
@@ -502,7 +502,7 @@ i686-debian-sid:
 ppc64le-debian-sid:
   extends: .cross_build_job
   needs:
-    - ppc64le-debian-10-container
+    - ppc64le-debian-sid-container
   variables:
     NAME: debian-sid
     CROSS: ppc64le