Skip to content

Commit 98daed4

Browse files
authored
Merge pull request #20 from chef/promot_pipeline
added slack promot pipeline
2 parents fbb588a + 439d728 commit 98daed4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.expeditor/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ release_branches:
2020
- main:
2121
version_constraint: 1.*
2222

23+
artifact_channels:
24+
- dev
25+
- workstation-build
26+
- LTS-2024
27+
2328
changelog:
2429
rollup_header: Changes not yet released to rubygems.org
2530

@@ -71,7 +76,16 @@ subscriptions:
7176
actions:
7277
# when all of the hab package publish to the unstable channel, test and promote them
7378
- trigger_pipeline:habitat/test
79+
- built_in:promote_habitat_packages
7480

7581
- workload: project_promoted:{{agent_id}}:*
7682
actions:
7783
- built_in:rollover_changelog
84+
85+
# Subscribe to the promotion of the dev channel to acceptance
86+
- workload: project_promoted:{{agent_id}}:dev:*
87+
actions:
88+
- built_in:promote_habitat_packages
89+
- workload: project_promoted:{{agent_id}}:workstation-build:*
90+
actions:
91+
- built_in:promote_habitat_packages

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- latest_release 1.0.5 -->
55
## [v1.0.5](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.5) (2024-11-27)
66

7-
#### Merged Pull Requests
7+
### Merged Pull Requests
88
- Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps))
99
<!-- latest_release -->
1010

@@ -18,7 +18,6 @@
1818
- Include the Chef-cli as gem with the test-kitchen hab package [#14](https://github.com/chef/chef-test-kitchen-enterprise/pull/14) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.2 -->
1919
- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.1 -->
2020

21-
### Merged Pull Requests
2221

2322
#### Merged Pull Requests
2423
- Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.5 -->

0 commit comments

Comments
 (0)