diff options
| author | Zuul <zuul@review.opendev.org> | 2019-10-28 16:28:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-10-28 16:28:21 +0000 |
| commit | db180621dec0bc60649b6511722d506ad86d08bc (patch) | |
| tree | e898c77440fc360fc7181166c1293a16dbf5ac99 | |
| parent | e88b39ecda1f7085282a0c49f1d7a3488c9e4aa1 (diff) | |
| parent | 5cb4367caeca4337c5e05eb79cf5bb19e57f10d1 (diff) | |
| download | python-ironicclient-db180621dec0bc60649b6511722d506ad86d08bc.tar.gz | |
Merge "Switch jobs to python3"
| -rw-r--r-- | zuul.d/ironicclient-jobs.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zuul.d/ironicclient-jobs.yaml b/zuul.d/ironicclient-jobs.yaml index c1bdaee..7ea4eaf 100644 --- a/zuul.d/ironicclient-jobs.yaml +++ b/zuul.d/ironicclient-jobs.yaml @@ -35,6 +35,7 @@ mysql: True rabbit: True +# NOTE(iurygregory): drop when the time comes - job: name: ironicclient-functional-python2 parent: ironicclient-functional @@ -52,9 +53,9 @@ timeout: 10800 vars: devstack_localrc: - USE_PYTHON3: True EBTABLES_RACE_FIX: True +# NOTE(iurygregory): drop when the time comes - job: name: ironicclient-tempest-python2 parent: ironicclient-tempest |
