Skip to content

Commit

Permalink
Merge pull request #20 from chef/promot_pipeline
Browse files Browse the repository at this point in the history
added slack promot pipeline
  • Loading branch information
nikhil2611 authored Jan 6, 2025
2 parents fbb588a + 439d728 commit 98daed4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ release_branches:
- main:
version_constraint: 1.*

artifact_channels:
- dev
- workstation-build
- LTS-2024

changelog:
rollup_header: Changes not yet released to rubygems.org

Expand Down Expand Up @@ -71,7 +76,16 @@ subscriptions:
actions:
# when all of the hab package publish to the unstable channel, test and promote them
- trigger_pipeline:habitat/test
- built_in:promote_habitat_packages

- workload: project_promoted:{{agent_id}}:*
actions:
- built_in:rollover_changelog

# 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

Check failure on line 91 in .expeditor/config.yml

View workflow job for this annotation

GitHub Actions / yamllint

91:42 [new-line-at-end-of-file] no new line character at the end of file
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- latest_release 1.0.5 -->
## [v1.0.5](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.5) (2024-11-27)

#### Merged Pull Requests
### Merged Pull Requests

Check failure on line 7 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Headings should be surrounded by blank lines

CHANGELOG.md:7 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Merged Pull Requests"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
- Updated the error message and start message branding [#17](https://github.com/chef/chef-test-kitchen-enterprise/pull/17) ([ashiqueps](https://github.com/ashiqueps))

Check failure on line 8 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Lists should be surrounded by blank lines

CHANGELOG.md:8 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Updated the error message an..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
<!-- latest_release -->

Expand All @@ -18,7 +18,6 @@
- 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 -->
- Kitchen init change [#13](https://github.com/chef/chef-test-kitchen-enterprise/pull/13) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.1 -->

### Merged Pull Requests

#### Merged Pull Requests

Check failure on line 22 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Headings should be surrounded by blank lines

CHANGELOG.md:22 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "#### Merged Pull Requests"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
- 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 -->

Check failure on line 23 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Lists should be surrounded by blank lines

CHANGELOG.md:23 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Updated the error message an..."] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
Expand Down

0 comments on commit 98daed4

Please sign in to comment.