Don't run neutron-grenade job on stable/ocata changes

Since Newton is EOL in most projects, if not all projects,
that use the integrated-gate template, we need to not run
this job on stable/ocata changes for those projects since
there is no stable/newton branch from which to start the
grenade run.

Change-Id: I29c8a424dbebf6d3607110e57c1cefbbd441a5d1
This commit is contained in:
Matt Riedemann 2018-02-21 22:17:32 -05:00
parent d88743cb0b
commit 14528992e1

View File

@ -89,14 +89,14 @@
branches: ^stable/(newton|ocata|pike)$
- tempest-full
- neutron-grenade:
branches: ^(?!stable/newton).*$
branches: ^(?!stable/(newton|ocata)).*$
gate:
jobs:
- legacy-tempest-dsvm-neutron-full:
branches: ^stable/(newton|ocata|pike)$
- tempest-full
- neutron-grenade:
branches: ^(?!stable/newton).*$
branches: ^(?!stable/(newton|ocata)).*$
experimental:
jobs:
- legacy-tempest-dsvm-neutron-pg-full: