Fix Barbican gate
This patch fixes a zuul syntax error due to a deprecated definition that was still in use in our configuration. It also makes the grenade job non-voting as it is currently failing. A follow up patch will fix grenade and re-enable voting. Change-Id: I271a3d50dba5f1c7c58c01838fa68b4c8adbd72c
This commit is contained in:
@@ -96,6 +96,7 @@
|
|||||||
tox_envlist: all
|
tox_envlist: all
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
queue: barbican
|
||||||
templates:
|
templates:
|
||||||
- check-requirements
|
- check-requirements
|
||||||
- openstack-cover-jobs
|
- openstack-cover-jobs
|
||||||
@@ -107,7 +108,8 @@
|
|||||||
- barbican-tox-functional
|
- barbican-tox-functional
|
||||||
- barbican-vault-tox-functional:
|
- barbican-vault-tox-functional:
|
||||||
voting: false
|
voting: false
|
||||||
- barbican-grenade
|
- barbican-grenade:
|
||||||
|
voting: false
|
||||||
- barbican-tempest-plugin-simple-crypto
|
- barbican-tempest-plugin-simple-crypto
|
||||||
- barbican-tempest-plugin-simple-crypto-secure-rbac
|
- barbican-tempest-plugin-simple-crypto-secure-rbac
|
||||||
- barbican-tempest-plugin-simple-crypto-ipv6-only
|
- barbican-tempest-plugin-simple-crypto-ipv6-only
|
||||||
@@ -121,7 +123,6 @@
|
|||||||
- tripleo-ci-centos-9-scenario002-standalone:
|
- tripleo-ci-centos-9-scenario002-standalone:
|
||||||
voting: false
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
queue: barbican
|
|
||||||
jobs:
|
jobs:
|
||||||
- barbican-tox-functional
|
- barbican-tox-functional
|
||||||
experimental:
|
experimental:
|
||||||
|
|||||||
Reference in New Issue
Block a user