Skip to content

Commit

Permalink
Add initial reg test job
Browse files Browse the repository at this point in the history
  • Loading branch information
ckendrick committed Sep 26, 2024
1 parent 6d8e2cf commit 8e761f3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,20 @@ lassen_gcc_12_2_1:
variables:
MODULE_LIST: cmake/3.23.1 gcc/12.2.1
extends: .job_on_lassen

regtest_dane_gcc_12_1_1:
variables:
MODULE_LIST: cmake gcc/12.1.1
LLNL_SLURM_SCHEDULER_PARAMETERS: --res=ci
MPIEXEC_EXECUTABLE: srun
MPIEXEC_PREFLAGS: "--cpu-bind=cores -v"
stage: build
rules:
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event" && $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
when: manual
tags:
- batch
extends: .on_dane
script:
- module load ${MODULE_LIST}
- ./regression_tests/run_regression_tests.sh
2 changes: 1 addition & 1 deletion .gitlab/runners/dane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- if: $CI_PIPELINE_SOURCE == "push"
when: never
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
- if: $CI_COMMIT_BRANCH == $DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH != $DEFAULT_BRANCH
- if: '$CI_JOB_NAME =~ /release_resources_dane/'
when: always
- when: on_success
Expand Down

0 comments on commit 8e761f3

Please sign in to comment.