[Darshan-commits] [Git][darshan/darshan][dev-new-regression-tests] attempt to split test into static/dynamic jobs
Shane Snyder
xgitlab at cels.anl.gov
Sun Apr 26 22:30:23 CDT 2020
Shane Snyder pushed to branch dev-new-regression-tests at darshan / darshan
Commits:
b9420c4b by Shane Snyder at 2020-04-26T22:29:55-05:00
attempt to split test into static/dynamic jobs
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -3,8 +3,7 @@ variables:
stages:
- build
- - test_static
- - test_dynamic
+ - test
build_darshan:
tags:
@@ -41,14 +40,11 @@ test_darshan_static:
- if: '$CI_PIPELINE_SOURCE == "schedules" && $RUN_TESTS == "true"'
when: on_success
- stage: test_static
+ stage: test
script:
- export CRAYPE_LINK_TYPE=static
- darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf
- - ldd $PWD/scratch/mpi-io-test
- - nm $PWD/scratch/mpi-io-test | grep darshan
- - nm $PWD/scratch/mpi-io-test | grep MPI
artifacts:
paths:
@@ -57,6 +53,8 @@ test_darshan_static:
- $PWD/scratch/*.out
- $PWD/scratch/*.err
+ resource_group: debug-queue
+
test_darshan_dynamic:
tags:
- shell
@@ -68,14 +66,11 @@ test_darshan_dynamic:
- if: '$CI_PIPELINE_SOURCE == "schedules" && $RUN_TESTS == "true"'
when: on_success
- stage: test_dynamic
+ stage: test
script:
- export CRAYPE_LINK_TYPE=dynamic
- darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf
- - ldd $PWD/scratch/mpi-io-test
- - nm $PWD/scratch/mpi-io-test | grep darshan
- - nm $PWD/scratch/mpi-io-test | grep MPI
artifacts:
paths:
@@ -83,3 +78,5 @@ test_darshan_dynamic:
- $PWD/scratch/*.debuglog
- $PWD/scratch/*.out
- $PWD/scratch/*.err
+
+ resource_group: debug-queue
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/b9420c4be37cf5c25fedfab8fd6501e25d964709
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/b9420c4be37cf5c25fedfab8fd6501e25d964709
You're receiving this email because of your account on xgitlab.cels.anl.gov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20200426/a9d710e3/attachment-0001.html>
More information about the Darshan-commits
mailing list