Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Jan 7, 2020
1 parent d86cfe9 commit 5c35322
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
#ANL_THETA_SCHEDULER_PARAMETERS: "-A radix-io"
ANL_THETA_SCHEDULER_PARAMETERS: "-A radix-io"
ANL_THETA_PROJECT_SERVICE_USER: "darshan"

stages:
Expand All @@ -19,16 +19,16 @@ build_darshan:
# - 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"
#.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
# tags:
# - batch
# - ecp-theta

stage: test
# stage: test

script:
- darshan-test/regression/run-all.sh install scratch cray-module-alcf
# script:
# - darshan-test/regression/run-all.sh install scratch cray-module-alcf

0 comments on commit 5c35322

Please sign in to comment.