From cba5da22ae2ddcddf594bdeb84c32e6ef594328c Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Thu, 19 Jan 2023 13:34:21 +0100 Subject: [PATCH] Other(CI): Make race checks manual --- .gitlab-ci.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7c9d984..6841984f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,17 +54,6 @@ stages: allow_failure: true - when: never -.rules-branch-manual-MR-always-allow-failure: - rules: - - if: $CI_PIPELINE_SOURCE == "merge_request_event" - when: always - allow_failure: true - - if: $CI_COMMIT_BRANCH - when: manual - allow_failure: true - - when: never - - # Stage: TEST lint: @@ -88,7 +77,7 @@ test-linux: test-linux-race: stage: test extends: - - .rules-branch-manual-MR-always-allow-failure + - .rules-branch-and-MR-manual script: - make test-race tags: @@ -106,7 +95,7 @@ test-integration: test-integration-race: stage: test extends: - - .rules-branch-manual-MR-always-allow-failure + - .rules-branch-and-MR-manual script: - make test-integration-race tags: