Skip to content

Commit

Permalink
re-enable both static/dynamic test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedsnyder committed Apr 27, 2020
1 parent 5258fc8 commit 86fcfce
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@ build_darshan:
paths:
- install/

#test_darshan_static:
# tags:
# - shell
# - ecp-theta
#
# rules:
# - if: '$CI_PIPELINE_SOURCE == "web" && $RUN_TESTS == "true"'
# when: on_success
# - if: '$CI_PIPELINE_SOURCE == "schedules" && $RUN_TESTS == "true"'
# when: on_success
#
# stage: test
#
# script:
# - export CRAYPE_LINK_TYPE=static
# - darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf
#
# artifacts:
# paths:
# - $PWD/scratch/*.darshan
# - $PWD/scratch/*.debuglog
# - $PWD/scratch/*.out
# - $PWD/scratch/*.err
#
# resource_group: debug-queue
test_darshan_static:
tags:
- shell
- ecp-theta

rules:
- if: '$CI_PIPELINE_SOURCE == "web" && $RUN_TESTS == "true"'
when: on_success
- if: '$CI_PIPELINE_SOURCE == "schedules" && $RUN_TESTS == "true"'
when: on_success

stage: test

script:
- export CRAYPE_LINK_TYPE=static
- darshan-test/regression/run-all.sh $PWD/install $PWD/scratch cray-module-alcf

artifacts:
paths:
- $PWD/scratch/*.darshan
- $PWD/scratch/*.debuglog
- $PWD/scratch/*.out
- $PWD/scratch/*.err

resource_group: debug-queue

test_darshan_dynamic:
tags:
Expand Down

0 comments on commit 86fcfce

Please sign in to comment.