From 8bbbb39c62e0ffeeee67a29f56adf6bf8ce2ebf2 Mon Sep 17 00:00:00 2001 From: muthuja Date: Thu, 19 Dec 2024 15:04:18 +0530 Subject: [PATCH 1/5] test Signed-off-by: muthuja --- .expeditor/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 6dc42bde7..c2e0273a7 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -17,6 +17,7 @@ pipelines: github: # This deletes the GitHub PR branch after successfully merged into the release branch + #checkout delete_branch_on_merge: true # The tag format to use (e.g. v1.0.0) version_tag_format: "v{{version}}" From ad8d89b2056f53f3ad5565037f6603bab5d3e985 Mon Sep 17 00:00:00 2001 From: muthuja Date: Thu, 19 Dec 2024 15:07:34 +0530 Subject: [PATCH 2/5] test Signed-off-by: muthuja --- .expeditor/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index c2e0273a7..32cdfa22b 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -13,7 +13,8 @@ artifact_channels: - dev pipelines: - - verify + - verify: + definition: .expeditor/verify.pipeline.yml github: # This deletes the GitHub PR branch after successfully merged into the release branch From f533f3906e0c042f81495361b53d7110c544c4fa Mon Sep 17 00:00:00 2001 From: muthuja Date: Thu, 19 Dec 2024 15:11:14 +0530 Subject: [PATCH 3/5] test Signed-off-by: muthuja --- .expeditor/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 32cdfa22b..f6f4c4600 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -74,6 +74,9 @@ subscriptions: ignore_labels: - "Expeditor: Skip Habitat" - "Expeditor: Skip All" + - workload: pull_request_opened:{{github_repo}}:{{release_branch}}:* + actions: + - trigger_pipeline:verify - workload: project_promoted:{{agent_id}}:* actions: From 3f48e2b6d76750d2053ecb5d8195e22dc0debcdc Mon Sep 17 00:00:00 2001 From: muthuja Date: Thu, 19 Dec 2024 15:46:24 +0530 Subject: [PATCH 4/5] create a pipeline for verify Signed-off-by: muthuja --- .expeditor/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index f6f4c4600..4fff5748b 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -14,11 +14,11 @@ artifact_channels: pipelines: - verify: - definition: .expeditor/verify.pipeline.yml + description: Pull Request validation tests + public: true github: # This deletes the GitHub PR branch after successfully merged into the release branch - #checkout delete_branch_on_merge: true # The tag format to use (e.g. v1.0.0) version_tag_format: "v{{version}}" From c82f5b8981a517919d3b4275e3c55876bee534c7 Mon Sep 17 00:00:00 2001 From: muthuja Date: Thu, 19 Dec 2024 15:49:00 +0530 Subject: [PATCH 5/5] create a pipeline for verify using expeditor Signed-off-by: muthuja --- .expeditor/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/config.yml b/.expeditor/config.yml index 4fff5748b..ec8ffb37a 100644 --- a/.expeditor/config.yml +++ b/.expeditor/config.yml @@ -15,6 +15,7 @@ artifact_channels: pipelines: - verify: description: Pull Request validation tests + definition: .expeditor/verify.pipeline.yml public: true github: