[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci] try to limit test phase to master branch
Shane Snyder
xgitlab at cels.anl.gov
Thu Apr 16 12:49:17 CDT 2020
Shane Snyder pushed to branch dev-gitlab-ci at darshan / darshan
Commits:
c5fa3675 by Shane Snyder at 2020-04-16T12:48:49-05:00
try to limit test phase to master branch
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -20,7 +20,6 @@ build_darshan:
- echo "configure status = $?"
- source darshan-test/automated/common/build.sh
- echo "build status = $?"
- - echo "***BUILD COMPLETE FOR $CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
test_darshan:
tags:
@@ -29,6 +28,8 @@ test_darshan:
stage: test
+ only: master
+
script:
- darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf
- echo "run status = $?"
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/c5fa36759513ae0de9fe8ed5961974c73c59baf0
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/c5fa36759513ae0de9fe8ed5961974c73c59baf0
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/20200416/19884cee/attachment-0001.html>
More information about the Darshan-commits
mailing list