[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci] only run build tests for master pipelines

Shane Snyder xgitlab at cels.anl.gov
Fri Apr 17 10:19:36 CDT 2020



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


Commits:
305e18de by Shane Snyder at 2020-04-17T10:19:17-05:00
only run build tests for master pipelines

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -11,12 +11,14 @@ build_darshan:
     - shell
     - ecp-theta
 
+    - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
+      when: always
+
   stage: build
 
   script:
     - source darshan-test/automated/common/setup.sh
     - source darshan-test/automated/theta/configure.sh
-    - exit -1
     - source darshan-test/automated/common/build.sh
 
 test_darshan:



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

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/305e18ded64dba2fcf683c71d792da4a26feef0c
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/849a1709/attachment-0001.html>


More information about the Darshan-commits mailing list