Skip to content

Commit

Permalink
Run test pipelines on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Sep 26, 2024
1 parent 8e761f3 commit c2949b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ variables:

ALLOC_NAME: ${CI_PROJECT_NAME}_ci_${CI_PIPELINE_ID}
ALLOC_QUEUE: pci
ALLOC_TIME: 30
ALLOC_TIME: 15
ALLOC_BANK: asccasc

TEST_SCRIPT: .gitlab/run_tests.sh
Expand Down Expand Up @@ -58,10 +58,12 @@ regtest_dane_gcc_12_1_1:
LLNL_SLURM_SCHEDULER_PARAMETERS: --res=ci
MPIEXEC_EXECUTABLE: srun
MPIEXEC_PREFLAGS: "--cpu-bind=cores -v"
stage: build
stage: allocate
rules:
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event" && $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
when: manual
- if: $CI_PIPELINE_SOURCE == "push"
when: never
tags:
- batch
extends: .on_dane
Expand Down
1 change: 0 additions & 1 deletion .gitlab/runners/dane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- if: '$ON_DANE == "OFF"'
when: never
- if: $CI_PIPELINE_SOURCE == "push"
when: never
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
- if: $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
- if: '$CI_JOB_NAME =~ /release_resources_dane/'
Expand Down

0 comments on commit c2949b6

Please sign in to comment.