Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ changelog:
rollup_header: Changes not yet released to rubygems.org

artifact_channels:
- unstable
- chef-dke-lts2024
- current
- base-2025

pipelines:
- verify:
Expand Down Expand Up @@ -75,9 +75,16 @@ subscriptions:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"

# Automatically promote the Habitat packages from unstable to current upon successful build of habitat/build
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
- built_in:promote_habitat_packages

# Promoting current to base-2025 channel
# this works for symantec version promote
- workload: project_promoted:{{agent_id}}:*
actions:
- built_in:rollover_changelog
- built_in:promote_habitat_packages
- built_in:publish_rubygems
- built_in:publish_rubygems
- built_in:notify_chefio_slack_channels
Loading