[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci] only test darshan on web/scheduled pipelines
Shane Snyder
xgitlab at cels.anl.gov
Thu Apr 16 21:32:01 CDT 2020
Shane Snyder pushed to branch dev-gitlab-ci at darshan / darshan
Commits:
e13e0aa5 by Shane Snyder at 2020-04-16T21:31:32-05:00
only test darshan on web/scheduled pipelines
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -24,13 +24,12 @@ test_darshan:
- ecp-theta
rules:
- - if: '$CI_PIPELINE_SOURCE == "web" || $CI_PIPELINE_SOURCE == "schedules"'
+ - if: '$CI_PIPELINE_SOURCE == "web" && $BUILD_ONLY != "true"'
+ when: always
+ - if: '$CI_PIPELINE_SOURCE == "schedules" && $BUILD_ONLY != "true"'
when: always
stage: test
- only:
- - master
-
script:
- darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/e13e0aa5b7dc02bfe4c0bebab777fe345cad2551
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/e13e0aa5b7dc02bfe4c0bebab777fe345cad2551
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/bd139f7a/attachment.html>
More information about the Darshan-commits
mailing list