Add irrelevant-files to all appropriate .zuul.yaml jobs
This patchset either expands on existing entries in irrelevant-files or adds irrelevant-files to various jobs to save on resources in Zuul. Change-Id: I50a8c6ae7b64cd12eb896b5281a42c04e07671cc
This commit is contained in:
parent
65ce95f3a4
commit
9fc9c1e1c3
@ -54,7 +54,10 @@
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^etc/.*$
|
||||
- ^releasenotes/.*$
|
||||
- ^setup.cfg$
|
||||
- ^armada/tests/unit/.*$
|
||||
|
||||
- nodeset:
|
||||
name: airship-armada-single-node
|
||||
@ -69,6 +72,12 @@
|
||||
run: tools/gate/playbooks/unit-py35.yaml
|
||||
timeout: 300
|
||||
nodeset: airship-armada-single-node
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^etc/.*$
|
||||
- ^releasenotes/.*$
|
||||
- ^setup.cfg$
|
||||
|
||||
- job:
|
||||
name: airship-armada-lint-pep8
|
||||
|
Loading…
Reference in New Issue
Block a user