Add irrelevant files list to perfload job

We don't want perfload to run on docs, tox, or test changes, but
because it is based off a very basic job (to avoid weight) there was
no built in irrlevant-files list. This adds one to ensure that the
job only runs on code-related changes.

We need a slightly different list of files from the list used by
integrated gate jobs so do not use the changes made in
Iae26251cb455640fbc74dad326666d2015e7a46c .

Change-Id: I092b5ed19ef51c42a714984127e2fdc91d5c6c70
This commit is contained in:
Chris Dent 2018-12-10 10:46:42 +00:00
parent 8c48698347
commit 9628a5904e
1 changed files with 8 additions and 0 deletions

View File

@ -30,5 +30,13 @@
make performance related tests against it.
required-projects:
- git.openstack.org/openstack/placement
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^releasenotes/.*$
- ^.git.*$
- ^placement/tests/.*$
- ^tox.ini$
run: playbooks/perfload.yaml
post-run: playbooks/post.yaml