From 2d73a0431425e883d3858e55e8c28b757effd73d Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 6 Jan 2025 17:44:03 +0530 Subject: [PATCH] added the workload to promote packages Signed-off-by: nikhil2611 --- .expeditor/config.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 99eae6f..32d1a5a 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -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: @@ -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