Skip to content

Commit

Permalink
ceph-dev-pipeline: Trigger on PR label
Browse files Browse the repository at this point in the history
The pipeline can be triggered by labelling PRs with "build-pipeline".

Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Jan 10, 2025
1 parent 3791226 commit a1422af
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ceph-dev-pipeline/config/definitions/ceph-dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,16 @@
- text:
credential-id: shaman-api-key
variable: SHAMAN_API_KEY

triggers:
- github-pull-request:
cancel-builds-on-update: true
org-list:
- ceph
white-list-labels:
- build-pipeline
github-hooks: true
status-context: "pipeline build"
started-status: "running pipeline build"
success-status: "pipeline build succeeded"
failure-status: "pipeline build failed"

0 comments on commit a1422af

Please sign in to comment.