Make broken fedora_latest job n-v

barbican-dogtag-devstack-functional-fedora-latest is broken
for all stable branch till stable/stein.

That job was made n-v in train cycle along with other updates
but that was not backported to other stable branches.
- https://review.opendev.org/#/c/662543/16

I do not know if all the changes of above patch can be backported
which still does not make this job working, so i am making this job
n-v only and later we can backport the complete working fix from master.

Change-Id: I37e6c5a5dbd913ad7ef263f1c5aac9114f5d3ca9
This commit is contained in:
Ghanshyam Mann 2019-11-21 00:02:16 +00:00
parent 27cf2f37f6
commit 6c46ada586
1 changed files with 5 additions and 1 deletions

View File

@ -57,6 +57,9 @@
name: barbican-dogtag-devstack-functional-fedora-latest name: barbican-dogtag-devstack-functional-fedora-latest
nodeset: devstack-single-node-fedora-latest nodeset: devstack-single-node-fedora-latest
parent: barbican-devstack-functional-base parent: barbican-devstack-functional-base
# non-voting until https://pagure.io/dogtagpki/issue/3108 is fixed
# and more work done in https://review.opendev.org/#/c/662543/
voting: false
vars: vars:
services: barbican-dogtag,tempest,rabbit,mysql,key services: barbican-dogtag,tempest,rabbit,mysql,key
plugin: dogtag plugin: dogtag
@ -202,7 +205,8 @@
- barbican-simple-crypto-devstack-functional-py35 - barbican-simple-crypto-devstack-functional-py35
- barbican-kmip-devstack-functional: - barbican-kmip-devstack-functional:
voting: false voting: false
- barbican-dogtag-devstack-functional-fedora-latest # TODO(redrobot): add this back once job is voting again
# - barbican-dogtag-devstack-functional-fedora-latest
- barbican-vault-devstack-functional - barbican-vault-devstack-functional
- grenade-devstack-barbican: - grenade-devstack-barbican:
voting: false voting: false