Skip to content

Commit

Permalink
testing project promoted by version instead of head of channel (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Simmons <[email protected]>
  • Loading branch information
sean-simmons-progress authored Nov 25, 2024
1 parent febb4b3 commit 5ded123
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,34 +77,34 @@ subscriptions:
- built_in:build_gem:
only_if: built_in:bump_version
# Automatically promote the Habitat packages from unstable to dev upon successful build
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
- built_in:promote_habitat_packages
# - workload: buildkite_hab_build_group_published:{{agent_id}}:*
# actions:
# - built_in:promote_habitat_packages

# Subscribe to the promotion of the dev channel to acceptance
- workload: project_promoted:{{agent_id}}:dev:*
actions:
- built_in:promote_habitat_packages
# - workload: project_promoted:{{agent_id}}:dev:*
# actions:
# - built_in:promote_habitat_packages

# Subscribe to the promotion of the acceptance channel to current
- workload: project_promoted:{{agent_id}}:acceptance:*
actions:
- built_in:promote_habitat_packages
# - workload: project_promoted:{{agent_id}}:acceptance:*
# actions:
# - built_in:promote_habitat_packages

# Subscribe to the promotion of the acceptance channel to stable then promote rubygems as well
- workload: project_promoted:{{agent_id}}:current:*
actions:
- built_in:promote_habitat_packages

# - workload: project_promoted:{{agent_id}}:*
# - workload: project_promoted:{{agent_id}}:current:*
# actions:
# - built_in:publish_rubygems
# - built_in:promote_habitat_packages

# Subscribe to the promotion of the stable channel then do the s3 publish
- workload: hab_package_published:stable:chef-demo/hello-omnibus-harmony/1*
- workload: project_promoted:{{agent_id}}:*
actions:
- trigger_pipeline:habitat/export
# - built_in:publish_rubygems
- built_in:promote_habitat_packages

# Subscribe to the promotion of the stable channel then do the s3 publish
# - workload: hab_package_published:stable:chef-demo/hello-omnibus-harmony/1*
# actions:
# - trigger_pipeline:habitat/export
# - workload: pull_request_merged:chef/omnibus-software:main:*
# actions:
# - trigger_pipeline:omnibus/adhoc-expire-cache:

0 comments on commit 5ded123

Please sign in to comment.