Skip to content

Commit

Permalink
added the workload to promote packages
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
  • Loading branch information
nikhil2611 committed Jan 6, 2025
1 parent d834206 commit 2d73a04
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ subscriptions:
- "Expeditor: Skip All"
- built_in:build_gem:
only_if: built_in:bump_version
# - 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:
Expand All @@ -68,6 +63,14 @@ subscriptions:
# # when all of the hab package publish to the unstable channel, test and promote them
# - trigger_pipeline:habitat/test

# 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

pipelines:
- verify:
description: Pull Request validation tests
Expand Down

0 comments on commit 2d73a04

Please sign in to comment.