Run legacy-tempest-dsvm-neutron-full in check queue in pike

legacy-tempest-dsvm-neutron-full is in the integrated-gate
template but wasn't being run in the check queue in pike
even though it's run in the gate queue in pike. This fixes
the branches regex to run the job in the check queue in pike
to match the gate queue.

Change-Id: I9e92687f9cf16d5febcdf499ebb87f31f4447ef5
This commit is contained in:
Matt Riedemann 2018-07-09 09:16:03 -04:00
parent 4ce9d6d1c3
commit 18e9b1e619
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
check:
jobs:
- legacy-tempest-dsvm-neutron-full:
branches: ^stable/(newton|ocata)$
branches: ^stable/(newton|ocata|pike)$
- tempest-full
- neutron-grenade:
branches: ^(?!stable/(newton|ocata)).*$