Skip to content

Commit 3a5cb87

Browse files
authored
added the current and base-2025 channel and workloads to promote (#328)
Signed-off-by: nikhil2611 <ngupta@progress.com>
1 parent 775222f commit 3a5cb87

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.expeditor/config.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ changelog:
3131
rollup_header: Changes not yet released to rubygems.org
3232

3333
artifact_channels:
34-
- unstable
35-
- chef-dke-lts2024
34+
- current
35+
- base-2025
3636

3737
pipelines:
3838
- verify:
@@ -75,9 +75,16 @@ subscriptions:
7575
- "Expeditor: Skip Habitat"
7676
- "Expeditor: Skip All"
7777

78+
# Automatically promote the Habitat packages from unstable to current upon successful build of habitat/build
79+
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
80+
actions:
81+
- built_in:promote_habitat_packages
82+
83+
# Promoting current to base-2025 channel
7884
# this works for symantec version promote
7985
- workload: project_promoted:{{agent_id}}:*
8086
actions:
8187
- built_in:rollover_changelog
8288
- built_in:promote_habitat_packages
83-
- built_in:publish_rubygems
89+
- built_in:publish_rubygems
90+
- built_in:notify_chefio_slack_channels

0 commit comments

Comments
 (0)