commit c643f7c3f48fd23029f25c6b82e5465f78f0657a Author: Sirajudeen Date: Tue Sep 29 14:54:30 2020 +0000 Making gate runner job dependent of small jobs. * The idea here is to execute all the applicable small jobs first. * If all the applicable small jobs succeeds, then proceed with the long running gate runner job. Change-Id: I807ad3bf725db35945e83feff0601b011c771d5a diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index e30e280..2d46ace 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -97,6 +97,17 @@ run: playbooks/airshipctl-gate-runner.yaml nodeset: airship-airshipctl-single-16GB-bionic-node irrelevant-files: *noncodefiles + dependencies: + - name: openstack-tox-docs + soft: true + - name: airship-airshipctl-lint-unit + soft: true + - name: airship-airshipctl-golint + soft: true + - name: airship-airshipctl-build-image + soft: true + - name: airship-airshipctl-validate-site-docs + soft: true vars: site_name: test-site gate_scripts: