Skip to content

Commit

Permalink
Disable non-periodic zuul jobs (ansible#1034)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6549db7)
  • Loading branch information
Shrews committed Apr 11, 2022
1 parent e5a8b36 commit 7f446ed
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .zuul.d/project.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
---
- project:
check:
jobs: &id001
- ansible-buildset-registry
- ansible-runner-build-container-image-stable-2.9
- ansible-runner-build-container-image-stable-2.10
- ansible-runner-build-container-image-stable-2.11
- ansible-runner-build-container-image-stable-2.12
jobs: []
gate:
jobs: *id001
jobs: []
post:
jobs: &id002
jobs: []
periodic:
jobs:
- ansible-buildset-registry
- ansible-runner-upload-container-image-stable-2.9:
vars:
Expand All @@ -24,5 +21,3 @@
- ansible-runner-upload-container-image-stable-2.12:
vars:
upload_container_image_promote: false
periodic:
jobs: *id002

0 comments on commit 7f446ed

Please sign in to comment.