Skip to content

Commit ef2d8b2

Browse files
asaezpercodebot
authored andcommitted
ci: create manual stage in PRs
1 parent da450ea commit ef2d8b2

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ stages:
3838
- static
3939
- build and unit tests
4040
- e2e
41+
- manual
4142
- documentation
4243
- private
4344
- public
@@ -138,6 +139,7 @@ full-code-format:
138139

139140
clang-tidy:
140141
extends: .codechecker
142+
stage: manual
141143
rules:
142144
- if: $ON_MR == "true" && $CI_MERGE_REQUEST_APPROVED == "true"
143145
- if: $ON_MR

.gitlab/ci/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ smoke tsan cached:
395395

396396
smoke rhel cached:
397397
extends: .smoke rhel
398+
stage: manual
398399
timeout: 45 min
399400
# variables:
400401
# KUBERNETES_MEMORY_REQUEST: 6Gi
@@ -412,6 +413,7 @@ smoke rhel cached:
412413

413414
smoke archlinux cached:
414415
extends: .smoke archlinux
416+
stage: manual
415417
timeout: 45 min
416418
# variables:
417419
# KUBERNETES_MEMORY_REQUEST: 6Gi
@@ -453,6 +455,7 @@ smoke archlinux clean:
453455

454456
intermediate commits:
455457
extends: .build_and_unit
458+
stage: manual
456459
rules:
457460
- if: $ON_MR == "true" && $CI_MERGE_REQUEST_APPROVED == "true"
458461
- if: $ON_MR
@@ -490,6 +493,7 @@ intermediate commits:
490493

491494
valgrind changed tests:
492495
extends: .build_and_unit
496+
stage: manual
493497
rules:
494498
- if: $CI_MERGE_REQUEST_LABELS =~ /urgent/
495499
when: never

.gitlab/ci/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ custom-e2e:
103103

104104
smoke-zmq-tsan:
105105
extends: .e2e-run
106+
stage: manual
106107
rules:
107108
- if: $ON_MR == "true" && $CI_MERGE_REQUEST_APPROVED == "true"
108109
- if: $ON_MR

0 commit comments

Comments
 (0)