Skip to content

Commit

Permalink
Merge pull request #48 from chef/testing_pipelines
Browse files Browse the repository at this point in the history
Testing pipelines and added agents promote workload
  • Loading branch information
nikhil2611 authored Jan 6, 2025
2 parents e720eb4 + 6521e51 commit d528d60
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ subscriptions:
ignore_labels:
- "Expeditor: Skip Changelog"
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version
- trigger_pipeline:habitat/build:
only_if: built_in:bump_version
ignore_labels:
Expand All @@ -60,6 +58,13 @@ 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}}:dev:*
actions:
- built_in:promote_habitat_packages
- workload: project_promoted:{{agent_id}}:workstation-build:*
actions:
- built_in:promote_habitat_packages

pipelines:
- verify:
Expand Down

0 comments on commit d528d60

Please sign in to comment.