[Darshan-commits] [Git][darshan/darshan][master] first cut at gitlab-ci.yml file
Shane Snyder
xgitlab at cels.anl.gov
Fri Jul 12 16:04:08 CDT 2019
Shane Snyder pushed to branch master at darshan / darshan
Commits:
05171223 by Shane Snyder at 2019-07-12T21:03:47Z
first cut at gitlab-ci.yml file
- - - - -
1 changed file:
- + gitlab-ci.yml
Changes:
=====================================
gitlab-ci.yml
=====================================
@@ -0,0 +1,29 @@
+stages:
+ - build
+ - test
+
+build_darshan:
+ tags:
+ - shell
+ - ecp-theta
+
+ stage: build
+
+ script:
+ - source darshan-test/automated/common/setup.sh
+ - source darshan-test/automated/common/configure.sh
+ - source darshan-test/automated/common/build.sh
+
+test_darshan:
+ variables:
+ # XXX this info is hard-coded in our regression scripts
+ #SCHEDULER_PARAMETERS: "-A radix-io -n 1 -t 10 -q default"
+
+ tags:
+ - batch
+ - ecp-theta
+
+ stage: test
+
+ script:
+ - darshan-test/regression/run-all.sh install scratch cray-module-alcf
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/0517122318dbe5f5603e3c97386274a0d96e3d24
--
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/0517122318dbe5f5603e3c97386274a0d96e3d24
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/20190712/39d00a20/attachment.html>
More information about the Darshan-commits
mailing list