Add grenade-py3 job to integrated-gate-py35 template

This adds the grenade-py3 job, which was introduced
in Stein and thus does not need branch restrictions
for stable branches, to the integrated-gate-py35
job template. The intent of this is to eventually
deprecate/replace the legacy integrated-gate template
for newer branches where python3 testing should be the
default.

Depends-On: https://review.openstack.org/617661

Change-Id: I7205534873f53ddc04810d9f28afb934e9f3819d
This commit is contained in:
Matt Riedemann 2018-11-13 09:01:29 -05:00
parent eb544f7708
commit 33fcec38c8
1 changed files with 2 additions and 0 deletions

View File

@ -1397,10 +1397,12 @@
repositories in the integrated gate.
check:
jobs:
- grenade-py3
- tempest-full-py3:
branches: ^(?!(stable/(newton|ocata|pike)|driverfixes)).*$
gate:
jobs:
- grenade-py3
- tempest-full-py3:
branches: ^(?!(stable/(newton|ocata|pike)|driverfixes)).*$