Skip to content

Commit

Permalink
hab pkg promote change
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <nsanghi@progress.com>
  • Loading branch information
sanghinitin committed Jan 6, 2025
1 parent 1d50dba commit 3e4ff23
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
25 changes: 11 additions & 14 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rubygems:

release_branches:
- workstation-LTS:
version_constraint: 5.*
version_constraint: 0.*
- main:
version_constraint: 5.*
github:
Expand All @@ -30,7 +30,9 @@ changelog:
rollup_header: Changes not yet released to rubygems.org
artifact_channels:
- dev
- stable
- workstation-build
- LTS-2024

pipelines:
- verify:
description: Pull Request validation tests
Expand Down Expand Up @@ -59,12 +61,6 @@ subscriptions:
- "Expeditor: Skip All"
- bash:.expeditor/update_version.sh:
only_if: built_in:bump_version
- built_in:update_changelog:
ignore_labels:
- "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version
- trigger_pipeline:habitat/test:
only_if: built_in:bump_version
ignore_labels:
Expand All @@ -76,13 +72,14 @@ subscriptions:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"

- workload: project_promoted:{{agent_id}}:*
actions:
- built_in:rollover_changelog
- built_in:publish_rubygems
# the habitat chain
- workload: buildkite_hab_build_group_published:{{agent_id}}:*
actions:
# when all of the hab package publish to the unstable channel, test and promote them
- 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}}:workstation-build:*
actions:
- built_in:promote_habitat_packages
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ Vagrantfile
my-cookbook
results/
Gemfile.lock


.idea/
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.16
0.1.0
2 changes: 1 addition & 1 deletion lib/chef-cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module ChefCLI
VERSION = "5.6.16".freeze
VERSION = "0.1.0".freeze
end

0 comments on commit 3e4ff23

Please sign in to comment.