Skip to content

Commit 02fa6be

Browse files
committed
Run test pipelines on push
1 parent 8e761f3 commit 02fa6be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitlab/.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.gitlab/runners/dane.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
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/'

0 commit comments

Comments
 (0)