[libvirt PATCH 3/4] ci: run Cirrus-based builds sooner

Ján Tomko jtomko at redhat.com
Tue Jul 28 23:36:13 UTC 2020


Jobs using cirrus-run don't need to wait for any jobs from
the container stage. Run them as soon as possible.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f61ad7151c..077465e436 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -337,6 +337,7 @@ x64-ubuntu-2004:
 
 x64-freebsd-12-build:
   <<: *cirrus_build_job_definition
+  needs: []
   variables:
     NAME: freebsd-12
     CIRRUS_VM_INSTANCE_TYPE: freebsd_instance
@@ -346,6 +347,7 @@ x64-freebsd-12-build:
 
 x64-macos-1015-build:
   <<: *cirrus_build_job_definition
+  needs: []
   variables:
     NAME: macos-1015
     CIRRUS_VM_INSTANCE_TYPE: osx_instance
-- 
2.26.2




More information about the libvir-list mailing list