summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2019-05-05 08:28:03 +0200
committerAndreas Jaeger <aj@suse.com>2019-05-05 08:30:01 +0200
commit4fde1421bd3f71f2d9ccaea6c41c30f75864bb64 (patch)
treed4c361453c66fa634e9cc8d3423d1b4e572e8a72 /.zuul.yaml
parent25908e2a12452fde644f113c8bf6d0282f0c192b (diff)
downloadglance_store-4fde1421bd3f71f2d9ccaea6c41c30f75864bb64.tar.gz
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
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml32
1 files 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