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
This commit is contained in:
parent
6d4a75dc71
commit
c643f7c3f4
@ -97,6 +97,17 @@
|
|||||||
run: playbooks/airshipctl-gate-runner.yaml
|
run: playbooks/airshipctl-gate-runner.yaml
|
||||||
nodeset: airship-airshipctl-single-16GB-bionic-node
|
nodeset: airship-airshipctl-single-16GB-bionic-node
|
||||||
irrelevant-files: *noncodefiles
|
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:
|
vars:
|
||||||
site_name: test-site
|
site_name: test-site
|
||||||
gate_scripts:
|
gate_scripts:
|
||||||
|
Loading…
Reference in New Issue
Block a user