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

install free

parent 021ea0e6
No related branches found
No related tags found
2 merge requests!755Production Release | nshmp-haz,!754NSHM Unit tests
...@@ -239,6 +239,7 @@ NSHM Tests: ...@@ -239,6 +239,7 @@ NSHM Tests:
- CMD: testConus2023 - CMD: testConus2023
- CMD: testHawaii2021 - CMD: testHawaii2021
script: script:
- yum install procps -y
- memory="$(free -g | awk '/^Mem:/{print $2}')"; - memory="$(free -g | awk '/^Mem:/{print $2}')";
- export CI_RUNNER_MEMORY="$(printf "%.f" "$(echo "${memory} * 0.90" | bc)")g"; - export CI_RUNNER_MEMORY="$(printf "%.f" "$(echo "${memory} * 0.90" | bc)")g";
- echo "${CI_RUNNER_MEMORY}" - echo "${CI_RUNNER_MEMORY}"
......
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