Reduce Zuul CI pool workload
Added patterns of files which should not trigger the most resource-consuming job (on 16GB VM) on Zuul CI. Change-Id: I143a15f531f5179cebf2741eacd67818976fda94
This commit is contained in:
parent
30914340da
commit
92ffcb6e66
@ -84,6 +84,11 @@
|
|||||||
post-run: playbooks/airship-collect-logs.yaml
|
post-run: playbooks/airship-collect-logs.yaml
|
||||||
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:
|
||||||
|
- ^certs/.*$
|
||||||
|
- ^docs/.*$
|
||||||
|
- ^.*\.md$
|
||||||
|
- ^\.github/.*$
|
||||||
vars:
|
vars:
|
||||||
site_name: test-site
|
site_name: test-site
|
||||||
gate_scripts:
|
gate_scripts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user