Skip to content

Commit

Permalink
Merge pull request #296 from freyes/noop-jobs
Browse files Browse the repository at this point in the history
Add noop-jobs project template
  • Loading branch information
coreycb authored Oct 2, 2023
2 parents cd1a5c7 + 1edc907 commit b8cf2db
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions zuul.d/project-templates.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- project-template:
name: noop-jobs
description: |
This template runs no jobs, it is needed if a project does not use
any single job so that changes can get merged.
Do not use this with projects that have jobs defined in the gate
pipeline.
check:
jobs:
- noop
gate:
jobs:
- noop
- project-template:
name: python35-charm-jobs
description: |
Expand Down

0 comments on commit b8cf2db

Please sign in to comment.