Skip to content

Commit 8e761f3

Browse files
committed
Add initial reg test job
1 parent 6d8e2cf commit 8e761f3

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.gitlab/.gitlab-ci.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,20 @@ lassen_gcc_12_2_1:
5151
variables:
5252
MODULE_LIST: cmake/3.23.1 gcc/12.2.1
5353
extends: .job_on_lassen
54+
55+
regtest_dane_gcc_12_1_1:
56+
variables:
57+
MODULE_LIST: cmake gcc/12.1.1
58+
LLNL_SLURM_SCHEDULER_PARAMETERS: --res=ci
59+
MPIEXEC_EXECUTABLE: srun
60+
MPIEXEC_PREFLAGS: "--cpu-bind=cores -v"
61+
stage: build
62+
rules:
63+
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event" && $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
64+
when: manual
65+
tags:
66+
- batch
67+
extends: .on_dane
68+
script:
69+
- module load ${MODULE_LIST}
70+
- ./regression_tests/run_regression_tests.sh

.gitlab/runners/dane.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- if: $CI_PIPELINE_SOURCE == "push"
1717
when: never
1818
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
19-
- if: $CI_COMMIT_BRANCH == $DEFAULT_BRANCH
19+
- if: $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
2020
- if: '$CI_JOB_NAME =~ /release_resources_dane/'
2121
when: always
2222
- when: on_success

0 commit comments

Comments
 (0)