summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanshyam <gmann@ghanshyammann.com>2020-01-22 10:45:05 -0600
committerGhanshyam <gmann@ghanshyammann.com>2020-01-22 10:47:46 -0600
commit583194fc8563f066941c1c3297e90e525b7ec032 (patch)
tree9df29681e9865697028f0e586ad9ec83766a3e2e
parenta4465dfc2268b2fc36f04a1a7e5455f6f8c92886 (diff)
downloadpython-glanceclient-583194fc8563f066941c1c3297e90e525b7ec032.tar.gz
Move py35 jobs to latest python3
glanceclient-tox-py35-keystone-tips and glanceclient-tox-py35-oslo-tips jobs run on py35 which should be moved the newer python3 version. Moving them to py3 env so that they can pickup the available python version on running node. Change-Id: I5fadbadf9eee2163ef6d17af2ceb49883151038c
-rw-r--r--.zuul.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 9cedac4..ad82cd0 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -94,12 +94,12 @@
- name: openstack/keystoneauth
- job:
- name: glanceclient-tox-py35-keystone-tips
+ name: glanceclient-tox-py3-keystone-tips
parent: glanceclient-tox-keystone-tips-base
description: |
- glanceclient py35 unit tests vs. keystone masters
+ glanceclient py3 unit tests vs. keystone masters
vars:
- tox_envlist: py35
+ tox_envlist: py3
- job:
name: glanceclient-tox-oslo-tips-base
@@ -111,12 +111,12 @@
- name: openstack/oslo.utils
- job:
- name: glanceclient-tox-py35-oslo-tips
+ name: glanceclient-tox-py3-oslo-tips
parent: glanceclient-tox-oslo-tips-base
description: |
- glanceclient py35 unit tests vs. oslo masters
+ glanceclient py3 unit tests vs. oslo masters
vars:
- tox_envlist: py35
+ tox_envlist: py3
- job:
name: glanceclient-dsvm-functional-py3
@@ -157,9 +157,9 @@
# to define these jobs in the openstack/project-config repo.
# That would make us less agile in adjusting these tests, so we
# aren't doing that either.
- - glanceclient-tox-py35-keystone-tips:
+ - glanceclient-tox-py3-keystone-tips:
branches: master
- - glanceclient-tox-py35-oslo-tips:
+ - glanceclient-tox-py3-oslo-tips:
branches: master
experimental:
jobs: