[Darshan-commits] [Git][darshan/darshan][dev-new-regression-tests] more gitlab ci debugging..
Shane Snyder
xgitlab at cels.anl.gov
Mon Apr 27 09:12:20 CDT 2020
Shane Snyder pushed to branch dev-new-regression-tests at darshan / darshan
Commits:
ccbd97bb by Shane Snyder at 2020-04-27T09:11:54-05:00
more gitlab ci debugging..
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -29,31 +29,31 @@ build_darshan:
paths:
- install/
-test_darshan_static:
- tags:
- - shell
- - ecp-theta
-
- rules:
- - if: '$CI_PIPELINE_SOURCE == "web" && $RUN_TESTS == "true"'
- when: on_success
- - if: '$CI_PIPELINE_SOURCE == "schedules" && $RUN_TESTS == "true"'
- when: on_success
-
- stage: test
-
- script:
- - export CRAYPE_LINK_TYPE=static
- - darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf
-
- artifacts:
- paths:
- - $PWD/scratch/*.darshan
- - $PWD/scratch/*.debuglog
- - $PWD/scratch/*.out
- - $PWD/scratch/*.err
-
- resource_group: debug-queue
+#test_darshan_static:
+# tags:
+# - shell
+# - ecp-theta
+#
+# rules:
+# - if: '$CI_PIPELINE_SOURCE == "web" && $RUN_TESTS == "true"'
+# when: on_success
+# - if: '$CI_PIPELINE_SOURCE == "schedules" && $RUN_TESTS == "true"'
+# when: on_success
+#
+# stage: test
+#
+# script:
+# - export CRAYPE_LINK_TYPE=static
+# - darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf
+#
+# artifacts:
+# paths:
+# - $PWD/scratch/*.darshan
+# - $PWD/scratch/*.debuglog
+# - $PWD/scratch/*.out
+# - $PWD/scratch/*.err
+#
+# resource_group: debug-queue
test_darshan_dynamic:
tags:
@@ -71,6 +71,9 @@ test_darshan_dynamic:
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:
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/ccbd97bb673bc45861ee2709fef995bc3810dc73
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/ccbd97bb673bc45861ee2709fef995bc3810dc73
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/20200427/63da6de7/attachment-0001.html>
More information about the Darshan-commits
mailing list