Skip to content

Commit

Permalink
Merge pull request #24 from chef/CHEF-18535-pipeline-fix
Browse files Browse the repository at this point in the history
CHEF-18535 - Updating channels and fixing workloads
  • Loading branch information
nikhil2611 authored Jan 29, 2025
2 parents 7385346 + 8c0f323 commit 4b355b6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 26 deletions.
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

0 comments on commit 4b355b6

Please sign in to comment.