From fc5cbf4bcee156087daece8ef82ff56f347bfc84 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 5 Feb 2025 19:03:14 +0100 Subject: [PATCH] ci: don't run on tag pipelines It's too late to run all the tests by then, the release has been made based on the staging pipelines results Cc: mesa-stable Reviewed-by: Martin Roukala Reviewed-by: Dylan Baker Part-of: (cherry picked from commit 31f0a9be3f858dfdca112a2839fbf5741f70ba34) --- .gitlab-ci.yml | 4 ++++ .pick_status.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f48dc48d32..2dbe5bab61e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,6 +30,10 @@ workflow: # do not duplicate pipelines on merge pipelines - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" when: never + # tag pipelines are disabled as it's too late to run all the tests by + # then, the release has been made based on the staging pipelines results + - if: $CI_COMMIT_TAG + when: never # merge pipeline - if: &is-merge-attempt $GITLAB_USER_LOGIN == "marge-bot" && $CI_PIPELINE_SOURCE == "merge_request_event" variables: diff --git a/.pick_status.json b/.pick_status.json index 266d32dd31a..5a4e5b2d8b1 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -954,7 +954,7 @@ "description": "ci: don't run on tag pipelines", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": null, "notes": null