Skip to content
Snippets Groups Projects

NSHM Unit tests

Compare and Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -239,6 +239,7 @@ NSHM Tests:
- CMD: testConus2023
- CMD: testHawaii2021
script:
- yum install procps -y
- memory="$(free -g | awk '/^Mem:/{print $2}')";
- export CI_RUNNER_MEMORY="$(printf "%.f" "$(echo "${memory} * 0.90" | bc)")g";
- echo "${CI_RUNNER_MEMORY}"
Loading