Skip to content
Snippets Groups Projects
Commit 2ed36d9b authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add web tests

parent 7c2c58b3
No related branches found
No related tags found
1 merge request!793Test Web Service
...@@ -239,7 +239,31 @@ NSHM Tests: ...@@ -239,7 +239,31 @@ NSHM Tests:
script: script:
- CI_RUNNER_MEMORY="$(awk '/MemTotal/ {printf( "%d\n", $2 / 1024 / 1024 * .90 )}' /proc/meminfo)g" - CI_RUNNER_MEMORY="$(awk '/MemTotal/ {printf( "%d\n", $2 / 1024 / 1024 * .90 )}' /proc/meminfo)g"
- export CI_RUNNER_MEMORY - export CI_RUNNER_MEMORY
# - ./gradlew generate${NSHM} --info - ./gradlew generate${NSHM} --info
- ./gradlew test${NSHM} --info
- cat ${JACOCO_HTML_DIR}/index.html
stage: test
tags:
- nshmp
NSHM Web Tests:
artifacts:
paths:
- ${JACOCO_HTML_DIR}
reports:
junit: ${JUNIT_FILES}
coverage: '/Total.*?([0-9]{1,3})%/'
needs: []
parallel:
matrix:
# - NSHM: Alaska2007
- NSHM: WebAlaska2023
# - NSHM: Conus2018
# - NSHM: Conus2023
# - NSHM: Hawaii2021
script:
- CI_RUNNER_MEMORY="$(awk '/MemTotal/ {printf( "%d\n", $2 / 1024 / 1024 * .90 )}' /proc/meminfo)g"
- export CI_RUNNER_MEMORY
- ./gradlew test${NSHM} --info - ./gradlew test${NSHM} --info
- cat ${JACOCO_HTML_DIR}/index.html - cat ${JACOCO_HTML_DIR}/index.html
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment