Skip to content

Commit

Permalink
expeditor config errors
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Simmons <[email protected]>
  • Loading branch information
sean-simmons-progress committed Oct 17, 2024
1 parent e5e742c commit a53249e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ slack:
# enable Expire Cache PR label to trigger Omnibus build with Expire Cache
github:
delete_branch_on_merge: true
minor_bump_labels:
- "Expeditor: Bump Version Minor"
major_bump_labels:
- "Expeditor: Bump Version Major"

pipelines:
- verify:
Expand Down Expand Up @@ -60,8 +64,11 @@ subscriptions:
#- trigger_pipeline:omnibus/release
- workload: pull_request_merged:chef/omnibus-software:main:*
actions:
- trigger_pipeline:omnibus/adhoc-expire-cache
- trigger_pipeline:omnibus/adhoc-expire-cache:
# Each package is uploaded to the unstable channel as it is finished
- workload: staged_workload_released:{{agent_id}}:post_merge:*
actions:
- trigger_pipeline:habitat/build
- trigger_pipeline:habitat/build:
ignore_labels:
- "Expeditor: Skip Omnibus"
- "Expeditor: Skip All"

0 comments on commit a53249e

Please sign in to comment.