Other(CI): Make race checks manual

This commit is contained in:
James Houlahan 2023-01-19 13:34:21 +01:00
parent 59a29da054
commit cba5da22ae
1 changed files with 2 additions and 13 deletions

View File

@ -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: