[libvirt PATCH 2/6] ci: Mark container build jobs as required/optional correctly

Andrea Bolognani posted 6 patches 4 years, 12 months ago
There is a newer version of this series
[libvirt PATCH 2/6] ci: Mark container build jobs as required/optional correctly
Posted by Andrea Bolognani 4 years, 12 months ago
Whether a container build job is considered required depends on
whether the corresponding cross-build job exists, and in a few
cases the two got out of sync over time.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f6cd60d51..cd7282a385 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -201,7 +201,7 @@ armv6l-debian-10-container:
     NAME: debian-10-cross-armv6l
 
 armv7l-debian-10-container:
-  extends: .container_optional_job
+  extends: .container_job
   variables:
     NAME: debian-10-cross-armv7l
 
@@ -246,7 +246,7 @@ armv6l-debian-sid-container:
     NAME: debian-sid-cross-armv6l
 
 armv7l-debian-sid-container:
-  extends: .container_job
+  extends: .container_optional_job
   variables:
     NAME: debian-sid-cross-armv7l
 
@@ -271,7 +271,7 @@ ppc64le-debian-sid-container:
     NAME: debian-sid-cross-ppc64le
 
 s390x-debian-sid-container:
-  extends: .container_optional_job
+  extends: .container_job
   variables:
     NAME: debian-sid-cross-s390x
 
-- 
2.26.2

Re: [libvirt PATCH 2/6] ci: Mark container build jobs as required/optional correctly
Posted by Daniel P. Berrangé 4 years, 12 months ago
On Thu, Feb 11, 2021 at 02:06:42PM +0100, Andrea Bolognani wrote:
> Whether a container build job is considered required depends on
> whether the corresponding cross-build job exists, and in a few
> cases the two got out of sync over time.
> 
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---
>  .gitlab-ci.yml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>



Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|