We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab1ed5 commit 6549db7Copy full SHA for 6549db7
.zuul.d/project.yaml
@@ -1,17 +1,13 @@
1
---
2
- project:
3
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
+ jobs: []
11
gate:
12
- jobs: *id001
13
post:
14
- jobs: &id002
+ periodic:
+ jobs:
15
- ansible-buildset-registry
16
- ansible-runner-upload-container-image:
17
vars:
@@ -28,5 +24,3 @@
28
24
- ansible-runner-upload-container-image-stable-2.12:
29
25
30
26
upload_container_image_promote: false
31
- periodic:
32
- jobs: *id002
0 commit comments