Skip to content

Commit 1ae2ad3

Browse files
committed
Make glance-secure-rbac-protection-functional job non-voting
Tempest change [1] has broken glance srbac tempest tests, so in order to unblock the gate we need to turn the job non-voting and once we fix those tests we will re-enable the same. [1] https://review.opendev.org/c/openstack/tempest/+/871018 Change-Id: Ibbfd8904b3a87b870ed8cde26245176c5b8e74aa
1 parent f037161 commit 1ae2ad3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.zuul.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@
347347
irrelevant-files: *tempest-irrelevant-files
348348
- nova-ceph-multistore:
349349
irrelevant-files: *tempest-irrelevant-files
350-
- glance-secure-rbac-protection-functional
350+
- glance-secure-rbac-protection-functional:
351+
voting: false
351352

352353
gate:
353354
jobs:
@@ -369,7 +370,8 @@
369370
irrelevant-files: *tempest-irrelevant-files
370371
- nova-ceph-multistore:
371372
irrelevant-files: *tempest-irrelevant-files
372-
- glance-secure-rbac-protection-functional
373+
- glance-secure-rbac-protection-functional:
374+
voting: false
373375
experimental:
374376
jobs:
375377
- glance-tox-py39-glance_store-tips

0 commit comments

Comments
 (0)