Skip to content

Commit f77a437

Browse files
committed
Remove temporal workaround to increase quota in Glance
... because now it is fixed in the base job definition. Depends-on: https://review.opendev.org/802539 Change-Id: Iab6ed407ce8ca35dbfc171411339884df08b094b
1 parent 67acf2c commit f77a437

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.zuul.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@
4949
- magnum_docker_login
5050
timeout: 2400
5151

52-
- job:
53-
name: magnum-tempest-plugin-tests-api-temporary
54-
parent: magnum-tempest-plugin-tests-api
55-
vars:
56-
devstack_localrc:
57-
GLANCE_LIMIT_IMAGE_SIZE_TOTAL: 5000
58-
5952
- project:
6053
templates:
6154
- openstack-cover-jobs
@@ -65,12 +58,12 @@
6558
- release-notes-jobs-python3
6659
check:
6760
jobs:
68-
- magnum-tempest-plugin-tests-api-temporary
61+
- magnum-tempest-plugin-tests-api
6962
- magnum-container-build
7063
gate:
7164
queue: magnum
7265
jobs:
73-
- magnum-tempest-plugin-tests-api-temporary
66+
- magnum-tempest-plugin-tests-api
7467
post:
7568
jobs:
7669
- magnum-container-publish

0 commit comments

Comments
 (0)