File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ variables:
1010
1111 ALLOC_NAME : ${CI_PROJECT_NAME}_ci_${CI_PIPELINE_ID}
1212 ALLOC_QUEUE : pci
13- ALLOC_TIME : 30
13+ ALLOC_TIME : 15
1414 ALLOC_BANK : asccasc
1515
1616 TEST_SCRIPT : .gitlab/run_tests.sh
@@ -62,6 +62,8 @@ regtest_dane_gcc_12_1_1:
6262 rules :
6363 - if : $CI_PIPELINE_SOURCE == "external_pull_request_event" && $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
6464 when : manual
65+ - if : $CI_PIPELINE_SOURCE == "push"
66+ when : never
6567 tags :
6668 - batch
6769 extends : .on_dane
Original file line number Diff line number Diff line change 1414 - if : ' $ON_DANE == "OFF"'
1515 when : never
1616 - if : $CI_PIPELINE_SOURCE == "push"
17- when : never
1817 - if : $CI_PIPELINE_SOURCE == "external_pull_request_event"
1918 - if : $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
2019 - if : ' $CI_JOB_NAME =~ /release_resources_dane/'
You can’t perform that action at this time.
0 commit comments