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 b9a3e21 commit 8315ceb
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,21 @@ subscriptions:
only_if: built_in:bump_version

Check failure on line 68 in .expeditor/config.yml

View check run for this annotation

Chef Expeditor / Expeditor Config Validation

.expeditor/config.yml#L48-L68

Mixed up pre-commit/post-commit actions. A post commit action happens before a pre-commit

# 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
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
- trigger_pipeline:habitat/test:
post_commit: true
only_if: built_in:trigger_pipeline:habitat/build
- built_in:promote_habitat_packages

# # Subscribe to the promotion of the workstation-build channel to stable
# - workload: project_promoted:{{agent_id}}:workstation-build:*
# actions:
# - built_in:promote_habitat_packages
# Subscribe to the promotion of the workstation-build channel to stable
- workload: project_promoted:{{agent_id}}:workstation-build:*
actions:
- 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
# 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

0 comments on commit 8315ceb

Please sign in to comment.