Skip to content

Commit 6549db7

Browse files
authored
Disable non-periodic zuul jobs (#1034)
1 parent 1ab1ed5 commit 6549db7

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.zuul.d/project.yaml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
22
- project:
33
check:
4-
jobs: &id001
5-
- ansible-buildset-registry
6-
- ansible-runner-build-container-image
7-
- ansible-runner-build-container-image-stable-2.9
8-
- ansible-runner-build-container-image-stable-2.10
9-
- ansible-runner-build-container-image-stable-2.11
10-
- ansible-runner-build-container-image-stable-2.12
4+
jobs: []
115
gate:
12-
jobs: *id001
6+
jobs: []
137
post:
14-
jobs: &id002
8+
jobs: []
9+
periodic:
10+
jobs:
1511
- ansible-buildset-registry
1612
- ansible-runner-upload-container-image:
1713
vars:
@@ -28,5 +24,3 @@
2824
- ansible-runner-upload-container-image-stable-2.12:
2925
vars:
3026
upload_container_image_promote: false
31-
periodic:
32-
jobs: *id002

0 commit comments

Comments
 (0)