[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci] run tests in regression script
Shane Snyder
xgitlab at cels.anl.gov
Mon Mar 23 23:14:43 CDT 2020
Shane Snyder pushed to branch dev-gitlab-ci at darshan / darshan
Commits:
a26ec826 by Shane Snyder at 2020-03-23T23:14:31-05:00
run tests in regression script
- - - - -
2 changed files:
- .gitlab-ci.yml
- darshan-test/regression/run-all.sh
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -1,5 +1,5 @@
variables:
- ANL_THETA_SCHEDULER_PARAMETERS: "-A radix-io"
+ ANL_THETA_SCHEDULER_PARAMETERS: "-A radix-io -n 1 -t 10 -q default"
ANL_THETA_PROJECT_SERVICE_USER: "darshan"
stages:
@@ -21,16 +21,13 @@ build_darshan:
- source darshan-test/automated/common/build.sh
- echo "build status = $?"
-#.test_darshan:
-# variables:
-# # XXX this info is hard-coded in our regression scripts
-# #SCHEDULER_PARAMETERS: "-A radix-io -n 1 -t 10 -q default"
-
-# tags:
-# - batch
-# - ecp-theta
+test_darshan:
+ tags:
+ - batch
+ - ecp-theta
-# stage: test
+ stage: test
-# script:
-# - darshan-test/regression/run-all.sh install scratch cray-module-alcf
+ script:
+ - darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf
+ - echo "run status = $?"
=====================================
darshan-test/regression/run-all.sh
=====================================
@@ -47,7 +47,8 @@ source $DARSHAN_TESTDIR/$DARSHAN_PLATFORM/env.sh
failure_count=0
-for i in `ls $DARSHAN_TESTDIR/test-cases/*.sh`; do
+for i in $DARSHAN_TESTDIR/test-cases/mpi-io-test.sh; do
+#for i in `ls $DARSHAN_TESTDIR/test-cases/*.sh`; do
echo Running ${i}...
$i
if [ $? -ne 0 ]; then
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/a26ec826fc43eb24fd7333fe7433a2bddfaca108
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/a26ec826fc43eb24fd7333fe7433a2bddfaca108
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/20200323/ec59b796/attachment-0001.html>
More information about the Darshan-commits
mailing list