[libvirt PATCH] gitlab: Fix build container dependencies for build jobs

Andrea Bolognani posted 1 patch 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210209092955.10448-1-abologna@redhat.com
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt PATCH] gitlab: Fix build container dependencies for build jobs
Posted by Andrea Bolognani 3 years, 2 months ago
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>
---
"How did this get past review?" O:-)

Pushed as trivial.

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5221e8b5b6..5779b1b8b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
2.26.2