File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
139140clang-tidy :
140141 extends : .codechecker
142+ stage : manual
141143 rules :
142144 - if : $ON_MR == "true" && $CI_MERGE_REQUEST_APPROVED == "true"
143145 - if : $ON_MR
Original file line number Diff line number Diff line change @@ -395,6 +395,7 @@ smoke tsan cached:
395395
396396smoke 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
413414smoke 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
454456intermediate 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
491494valgrind changed tests :
492495 extends : .build_and_unit
496+ stage : manual
493497 rules :
494498 - if : $CI_MERGE_REQUEST_LABELS =~ /urgent/
495499 when : never
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ custom-e2e:
103103
104104smoke-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
You can’t perform that action at this time.
0 commit comments