[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci] more ci script debugging
Shane Snyder
xgitlab at cels.anl.gov
Mon Mar 23 15:22:11 CDT 2020
Shane Snyder pushed to branch dev-gitlab-ci at darshan / darshan
Commits:
65972ae5 by Shane Snyder at 2020-03-23T15:21:59-05:00
more ci script debugging
- - - - -
1 changed file:
- darshan-test/automated/common/configure.sh
Changes:
=====================================
darshan-test/automated/common/configure.sh
=====================================
@@ -7,6 +7,7 @@ status=0
if [[ $NODE_LABELS =~ "CINOW" || $NODE_LABELS =~ "mcs" ]];
then
+ echo "****GENERIC"
source darshan-test/automated/generic/configure.sh
status=$?
elif [[ $NODE_LABELS =~ "Theta" ]];
@@ -16,6 +17,7 @@ then
status=$?
else
# unknown machine
+ echo "****UNKNOWN"
status=100
fi
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/65972ae5e5352889ff8f9e89c8086821b9ce9735
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/65972ae5e5352889ff8f9e89c8086821b9ce9735
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/fdb48937/attachment.html>
More information about the Darshan-commits
mailing list