From: Ján Tomko Date: Tue, 28 Jul 2020 23:06:30 +0000 (+0200) Subject: ci: run Cirrus-based builds sooner X-Git-Tag: v6.7.0-rc1~605 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09464e69291f9a67d5306d61b26a3adf6e36ce67;p=thirdparty%2Flibvirt.git ci: run Cirrus-based builds sooner 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 Reviewed-by: Andrea Bolognani Reviewed-by: Neal Gompa --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eed13b58ea..e62e2b37b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,7 @@ stages: .cirrus_build_job_template: &cirrus_build_job_definition stage: builds image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master + needs: [] script: - source ci/cirrus/libvirt-$NAME.vars - sed -e "s|[@]CI_REPOSITORY_URL@|$CI_REPOSITORY_URL|g"