[Darshan-commits] [Git][darshan/darshan][dev-gitlab-ci] restrict ci test stage to schedules or manual runs

Shane Snyder xgitlab at cels.anl.gov
Thu Apr 16 15:12:59 CDT 2020



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


Commits:
cc409eb0 by Shane Snyder at 2020-04-16T15:12:28-05:00
restrict ci test stage to schedules or manual runs

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -15,18 +15,18 @@ build_darshan:
 
   script:
     - source darshan-test/automated/common/setup.sh
-    - echo "setup status = $?"
     - source darshan-test/automated/theta/configure.sh
-    - echo "configure status = $?"
     - source darshan-test/automated/common/build.sh
-    - echo "build status = $?"
-    - echo "$CI_PIPELINE_SOURCE"
 
 test_darshan:
   tags:
     - batch
     - ecp-theta
 
+  rules:
+    - if: '$CI_PIPELINE_SOURCE == "web" || $CI_PIPELINE_SOURCE == "schedules"'
+      when: always
+
   stage: test
 
   only:
@@ -34,4 +34,3 @@ test_darshan:
 
   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/cc409eb0c576d0657f7e5af4710df5e7ac208eaa

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/cc409eb0c576d0657f7e5af4710df5e7ac208eaa
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/508fc6b1/attachment-0001.html>


More information about the Darshan-commits mailing list