Skip to content

Commit

Permalink
fixing expeditor config error
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jan 23, 2025
1 parent 0123083 commit 7e0cf37
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,18 @@ subscriptions:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"

- workload: project_promoted:{{agent_id}}:*
actions:
- built_in:rollover_changelog

# the habitat chain
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
# when all of the hab package publish to the unstable channel, test and promote them
- built_in:promote_habitat_packages

# Subscribe to the promotion of the unstable channel to stable
- workload: project_promoted:{{agent_id}}:chef-dke-lts2024:*
# Subscribe to the promotion of the unstable channel to stable(chef-dke-lts2024)
- workload: project_promoted:{{agent_id}}:unstable:*
actions:
- built_in:promote_habitat_packages
- built_in:rollover_changelog
- built_in:publish_rubygems
- built_in:publish_rubygems

0 comments on commit 7e0cf37

Please sign in to comment.