Skip to content

Commit

Permalink
fixing expeditor error config
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 Dec 23, 2024
1 parent 138827e commit 290f12a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ subscriptions:
# These actions are taken, in order they are specified, anytime a Pull Request is merged.
- workload: pull_request_merged:{{github_repo}}:{{release_branch}}:*
actions:
- trigger_pipeline:habitat/test
- built_in:bump_version:
ignore_labels:
- "Expeditor: Skip Version Bump"
Expand All @@ -68,8 +67,10 @@ subscriptions:
- built_in:build_gem:
only_if: built_in:bump_version

# Automatically promote the Habitat packages from unstable to workstation-build upon successful build
# Automatically TEST then promote the Habitat packages from unstable to workstation-build upon successful build
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
- trigger_pipeline:habitat/test
- built_in:promote_habitat_packages

# Subscribe to the promotion of the workstation-build channel to stable
Expand All @@ -78,8 +79,8 @@ subscriptions:
- built_in:promote_habitat_packages

# Subscribe to the promotion of the stable channel to workstation-LTS
- workload: project_promoted:{{agent_id}}:stable:*
actions:
- built_in:promote_habitat_packages
- built_in:rollover_changelog
- built_in:publish_rubygems
# - workload: project_promoted:{{agent_id}}:stable:*
# actions:
# - built_in:promote_habitat_packages
# - built_in:rollover_changelog
# - built_in:publish_rubygems

0 comments on commit 290f12a

Please sign in to comment.