Remove functional-identity-v3-only job
The glanceclient-dsvm-functional-identity-v3-only job is exactly like the glanceclient-dsvm-functional job, except that it sets the devstack config option ENABLE_IDENTITY_V2 to False. Change I5afcba6321f496b8170be27789bee7c9ad8eacce in devstack makes False the default value for this option, so we already have a voting gate job that uses identity v3. This patch removes the redundant non-voting identity-v3-only job. Change-Id: I5d5550c06b179810d25a472cc423403daed43776
This commit is contained in:
@@ -67,13 +67,6 @@
|
|||||||
# Hardcode glanceclient path so the job can be run on glance patches
|
# Hardcode glanceclient path so the job can be run on glance patches
|
||||||
zuul_work_dir: src/git.openstack.org/openstack/python-glanceclient
|
zuul_work_dir: src/git.openstack.org/openstack/python-glanceclient
|
||||||
|
|
||||||
- job:
|
|
||||||
name: glanceclient-dsvm-functional-identity-v3-only
|
|
||||||
parent: glanceclient-dsvm-functional
|
|
||||||
vars:
|
|
||||||
devstack_localrc:
|
|
||||||
ENABLE_IDENTITY_V2: false
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: glanceclient-tox-keystone-tips-base
|
name: glanceclient-tox-keystone-tips-base
|
||||||
parent: tox
|
parent: tox
|
||||||
@@ -126,8 +119,6 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- glanceclient-dsvm-functional-v1
|
- glanceclient-dsvm-functional-v1
|
||||||
- glanceclient-dsvm-functional
|
- glanceclient-dsvm-functional
|
||||||
- glanceclient-dsvm-functional-identity-v3-only:
|
|
||||||
voting: false
|
|
||||||
- openstack-tox-lower-constraints
|
- openstack-tox-lower-constraints
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user