Skip to content

Commit 408d352

Browse files
authored
hab pkg promote change (#254)
Signed-off-by: nitin sanghi <[email protected]>
1 parent 1d50dba commit 408d352

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.expeditor/config.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rubygems:
1111

1212
release_branches:
1313
- workstation-LTS:
14-
version_constraint: 5.*
14+
version_constraint: 0.*
1515
- main:
1616
version_constraint: 5.*
1717
github:
@@ -30,7 +30,9 @@ changelog:
3030
rollup_header: Changes not yet released to rubygems.org
3131
artifact_channels:
3232
- dev
33-
- stable
33+
- workstation-build
34+
- LTS-2024
35+
3436
pipelines:
3537
- verify:
3638
description: Pull Request validation tests
@@ -59,12 +61,6 @@ subscriptions:
5961
- "Expeditor: Skip All"
6062
- bash:.expeditor/update_version.sh:
6163
only_if: built_in:bump_version
62-
- built_in:update_changelog:
63-
ignore_labels:
64-
- "Expeditor: Skip Changelog"
65-
- "Expeditor: Skip All"
66-
- built_in:build_gem:
67-
only_if: built_in:bump_version
6864
- trigger_pipeline:habitat/test:
6965
only_if: built_in:bump_version
7066
ignore_labels:
@@ -76,13 +72,14 @@ subscriptions:
7672
- "Expeditor: Skip Habitat"
7773
- "Expeditor: Skip All"
7874

79-
- workload: project_promoted:{{agent_id}}:*
80-
actions:
81-
- built_in:rollover_changelog
82-
- built_in:publish_rubygems
83-
# the habitat chain
8475
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
8576
actions:
8677
# when all of the hab package publish to the unstable channel, test and promote them
8778
- built_in:promote_habitat_packages
88-
79+
# Subscribe to the promotion of the dev channel to acceptance
80+
- workload: project_promoted:{{agent_id}}:dev:*
81+
actions:
82+
- built_in:promote_habitat_packages
83+
- workload: project_promoted:{{agent_id}}:workstation-build:*
84+
actions:
85+
- built_in:promote_habitat_packages

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ Vagrantfile
4141
my-cookbook
4242
results/
4343
Gemfile.lock
44+
45+
46+
.idea/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.16
1+
0.1.0

lib/chef-cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#
1717

1818
module ChefCLI
19-
VERSION = "5.6.16".freeze
19+
VERSION = "0.1.0".freeze
2020
end

0 commit comments

Comments
 (0)