Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHEF-18535 - Updating channels and fixing workloads #24

Merged
merged 4 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .expeditor/build.habitat.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
---
origin: chef

env:
HAB_REFRESH_CHANNEL: "LTS-2024"

expeditor:
defaults:
buildkite:
env:
HAB_REFRESH_CHANNEL: "LTS-2024"
retry:
automatic:
limit: 1
23 changes: 4 additions & 19 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ release_branches:
version_constraint: 1.*

artifact_channels:
- dev
- workstation-build
- LTS-2024
- unstable
- chef-dke-lts2024

changelog:
rollup_header: Changes not yet released to rubygems.org
Expand Down Expand Up @@ -60,27 +59,13 @@ subscriptions:
ignore_labels:
- "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- trigger_pipeline:habitat/test:
only_if: built_in:bump_version
ignore_labels:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"
- trigger_pipeline:habitat/build:
only_if: built_in:bump_version
ignore_labels:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"

# 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:*
# Subscribe to the promotion of the unstable channel to stable(chef-dke-lts2024)
- workload: project_promoted:{{agent_id}}:unstable:*
actions:
- built_in:promote_habitat_packages
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,22 @@
<!-- latest_release 1.0.9 -->
## [v1.0.9](https://github.com/chef/chef-test-kitchen-enterprise/tree/v1.0.9) (2025-01-29)

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

- [CHEF-18291] Habitat tests for the windows platform [#23](https://github.com/chef/chef-test-kitchen-enterprise/pull/23) ([ashiqueps](https://github.com/ashiqueps))
<!-- latest_release -->

<!-- release_rollup -->
### Changes not yet released to rubygems.org

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

- [CHEF-18291] Habitat tests for the windows platform [#23](https://github.com/chef/chef-test-kitchen-enterprise/pull/23) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.9 -->

### Merged Pull Requests

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

- [CHEF-18291] Habitat tests for the windows platform [#23](https://github.com/chef/chef-test-kitchen-enterprise/pull/23) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.9 -->

- Removed hab test duplicate pipeline [#22](https://github.com/chef/chef-test-kitchen-enterprise/pull/22) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.8 -->
Expand All @@ -31,7 +34,8 @@

### Merged Pull Requests

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

- [CHEF-18291] Habitat tests for the windows platform [#23](https://github.com/chef/chef-test-kitchen-enterprise/pull/23) ([ashiqueps](https://github.com/ashiqueps)) <!-- 1.0.9 -->

- Removed hab test duplicate pipeline [#22](https://github.com/chef/chef-test-kitchen-enterprise/pull/22) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.8 -->
Expand All @@ -43,6 +47,7 @@
- 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 -->
- Rebranding Change and the new version and change.log file [#11](https://github.com/chef/chef-test-kitchen-enterprise/pull/11) ([sanghinitin](https://github.com/sanghinitin)) <!-- 1.0.0 -->

<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down