Fix failing tips-py35 jobs

With Train, Python 3.5 is not a tested target anymore, switch to Python
3.6. This should fix all failing tips-py35 jobs.

Example failure:
http://logs.openstack.org/periodic/opendev.org/openstack/glance_store/master/glance_store-tox-py35-cinder-tips/d256a41/

Change-Id: I85ed8eb4f51a242580047d0dfe664ce070d63b6b
This commit is contained in:
Andreas Jaeger 2019-05-05 08:28:03 +02:00
parent 25908e2a12
commit 4fde1421bd
1 changed files with 16 additions and 16 deletions

View File

@ -63,12 +63,12 @@
tox_envlist: py27
- job:
name: glance_store-tox-py35-cinder-tips
name: glance_store-tox-py36-cinder-tips
parent: glance_store-tox-cinder-tips-base
description: |
glance_store py35 unit tests vs. cinder masters
glance_store py36 unit tests vs. cinder masters
vars:
tox_envlist: py35
tox_envlist: py36
- job:
name: glance_store-tox-keystone-tips-base
@ -88,12 +88,12 @@
tox_envlist: py27
- job:
name: glance_store-tox-py35-keystone-tips
name: glance_store-tox-py36-keystone-tips
parent: glance_store-tox-keystone-tips-base
description: |
glance_store py35 unit tests vs. keystone masters
glance_store py36 unit tests vs. keystone masters
vars:
tox_envlist: py35
tox_envlist: py36
- job:
name: glance_store-tox-oslo-tips-base
@ -120,12 +120,12 @@
tox_envlist: py27
- job:
name: glance_store-tox-py35-oslo-tips
name: glance_store-tox-py36-oslo-tips
parent: glance_store-tox-oslo-tips-base
description: |
glance_store py35 unit tests vs. oslo masters
glance_store py36 unit tests vs. oslo masters
vars:
tox_envlist: py35
tox_envlist: py36
- job:
name: glance_store-tox-swift-tips-base
@ -144,12 +144,12 @@
tox_envlist: py27
- job:
name: glance_store-tox-py35-swift-tips
name: glance_store-tox-py36-swift-tips
parent: glance_store-tox-swift-tips-base
description: |
glance_store py35 unit tests vs. swift masters
glance_store py36 unit tests vs. swift masters
vars:
tox_envlist: py35
tox_envlist: py36
- project:
templates:
@ -195,17 +195,17 @@
# aren't doing that either.
- glance_store-tox-py27-cinder-tips:
branches: master
- glance_store-tox-py35-cinder-tips:
- glance_store-tox-py36-cinder-tips:
branches: master
- glance_store-tox-py27-keystone-tips:
branches: master
- glance_store-tox-py35-keystone-tips:
- glance_store-tox-py36-keystone-tips:
branches: master
- glance_store-tox-py27-oslo-tips:
branches: master
- glance_store-tox-py35-oslo-tips:
- glance_store-tox-py36-oslo-tips:
branches: master
- glance_store-tox-py27-swift-tips:
branches: master
- glance_store-tox-py35-swift-tips:
- glance_store-tox-py36-swift-tips:
branches: master