Skip to content

Commit

Permalink
Use renamed template 'integrated-gate-py3'
Browse files Browse the repository at this point in the history
'integrated-gate-py35' template is going to be
renamed to 'integrated-gate-py3' in https://review.openstack.org/#/c/626078/

Integrated jobs are running on Bionic now where python 3.6 is available.
Which means gate jobs in 'integrated-gate-py35' template are
running on python 3.6 not on 3.5 which makes this template name confusing.

depends on commit rename the 'integrated-gate-py35' to 'integrated-gate-py3'
so that it can convey that template will use available python 3 version
in used distro. For example: 3.5 in xenial and 3.6 in bionic and so on.

This commit starts using the new template name so that old
template name can be removed.

Depends-On: https://review.openstack.org/#/c/626078/
Change-Id: Ida85de2214cc29b973e022770ccd0f174df838ad
  • Loading branch information
gmannos committed Dec 19, 2018
1 parent aee8a72 commit 501e8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
templates:
- check-requirements
- integrated-gate
- integrated-gate-py35
- integrated-gate-py3
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
Expand Down

0 comments on commit 501e8f1

Please sign in to comment.