Skip to content
Snippets Groups Projects
Verified Commit 7aea500a authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Always run clang-* jobs manually.

parent 35abcd83
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ include:
- template: 'Code-Quality.gitlab-ci.yml'
# extends
- local: '/scripts/ci/extends/defaults.yml'
- local: '/scripts/ci/extends/rules-master-manual.yml'
- local: '/scripts/ci/extends/rules.yml'
- local: '/scripts/ci/extends/template-build-linux.yml'
- local: '/scripts/ci/extends/template-build-win.yml'
- local: '/scripts/ci/extends/container-maker-setup.yml'
......
......@@ -3,3 +3,8 @@
- if: '$CI_COMMIT_BRANCH == "master"'
- when: manual
allow_failure: true
.rules-manual:
rules:
- when: manual
allow_failure: true
......@@ -4,7 +4,7 @@ clang sanitizer:
- docker
extends:
- .defaults
- .rules-master-manual
- .rules-manual
variables:
BUILD_DIR: "build-sanitizer"
......
......@@ -4,7 +4,7 @@ clang tidy:
- docker
extends:
- .defaults
- .rules-master-manual
- .rules-manual
variables:
BUILD_DIR: "build-tidy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment