[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci] only run test stage on success of build

Shane Snyder xgitlab at cels.anl.gov
Fri Apr 17 10:11:57 CDT 2020



Shane Snyder pushed to branch dev-gitlab-ci at darshan / darshan


Commits:
dd1ff1af by Shane Snyder at 2020-04-17T10:11:41-05:00
only run test stage on success of build

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -26,9 +26,9 @@ test_darshan:
 
   rules:
     - if: '$CI_PIPELINE_SOURCE == "web" && $RUN_TESTS == "true"'
-      when: always
+      when: on_success
     - if: '$CI_PIPELINE_SOURCE == "schedules" && $RUN_TESTS == "true"'
-      when: always
+      when: on_success
 
   stage: test
 



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/dd1ff1af0073a7a66ec231914f4c880f0b6e7237

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/dd1ff1af0073a7a66ec231914f4c880f0b6e7237
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/20200417/25e8380c/attachment.html>


More information about the Darshan-commits mailing list