From c643f7c3f48fd23029f25c6b82e5465f78f0657a Mon Sep 17 00:00:00 2001 From: Sirajudeen Date: Tue, 29 Sep 2020 14:54:30 +0000 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index e30e28023..2d46ace07 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: