From 4fde1421bd3f71f2d9ccaea6c41c30f75864bb64 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 5 May 2019 08:28:03 +0200 Subject: 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 --- .zuul.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index b856c84..f65fd60 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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 -- cgit v1.2.1