File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments