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

export mem

parent e5369e30
No related branches found
No related tags found
2 merge requests!755Production Release | nshmp-haz,!754NSHM Unit tests
...@@ -239,7 +239,8 @@ NSHM Tests: ...@@ -239,7 +239,8 @@ NSHM Tests:
- CMD: testConus2023 - CMD: testConus2023
- CMD: testHawaii2021 - CMD: testHawaii2021
script: script:
- export CI_RUNNER_MEMORY="$(awk '/MemTotal/ {printf( "%d\n", $2 / 1024 / 1024 * .90 )}' /proc/meminfo)" - CI_RUNNER_MEMORY="$(awk '/MemTotal/ {printf( "%d\n", $2 / 1024 / 1024 * .90 )}' /proc/meminfo)"
- export CI_RUNNER_MEMORY
- echo "${CI_RUNNER_MEMORY}" - echo "${CI_RUNNER_MEMORY}"
- ./gradlew ${CMD} - ./gradlew ${CMD}
- cat ${JACOCO_HTML_DIR}/index.html - cat ${JACOCO_HTML_DIR}/index.html
......
...@@ -82,6 +82,7 @@ task nshms() { ...@@ -82,6 +82,7 @@ task nshms() {
task testAlaska2007(type: Test) { task testAlaska2007(type: Test) {
description = "Test Alaska 2007 NSHM" description = "Test Alaska 2007 NSHM"
group = "verification" group = "verification"
println("Memory: " + xmx)
doFirst { doFirst {
downloadNshm(findNshm("nshm-alaska", 2007)) downloadNshm(findNshm("nshm-alaska", 2007))
......
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