You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RTs on Frontera sometimes fails with FAILED: DISK QUOTA ISSUE error. This seems to be due to the run_test.sh script and needs to include Frontera. Following is the proposed fix of the issue and it might be included to any outstanding PR.
diff --git a/tests/run_test.sh b/tests/run_test.sh
index 3ce47763..7cdf3ce7 100755
--- a/tests/run_test.sh
+++ b/tests/run_test.sh
@@ -448,7 +448,7 @@ if [[ ${skip_check_results} == false ]]; then
else
if [[ ${i##*.} == nc* ]] ; then
- if [[ " orion hercules hera wcoss2 acorn derecho gaea jet s4 noaacloud " =~ ${MACHINE_ID} ]]; then
+ if [[ " orion hercules hera wcoss2 acorn derecho gaea jet s4 noaacloud frontera " =~ ${MACHINE_ID} ]]; then
printf "USING NCCMP.." >> "${RT_LOG}"
printf "USING NCCMP.."
if [[ ${CMP_DATAONLY} == false ]]; then
To Reproduce:
Need to run one of the UFS Coastal RT on Frontera. I am not sure this could be reproduced by the UFS WM RTs.
Additional context
N/A
Output
output logs
If applicable, include relevant output logs.
Either drag and drop the entire log file here (if a long log) or
Description
The RTs on Frontera sometimes fails with
FAILED: DISK QUOTA ISSUE
error. This seems to be due to therun_test.sh
script and needs to include Frontera. Following is the proposed fix of the issue and it might be included to any outstanding PR.To Reproduce:
Need to run one of the UFS Coastal RT on Frontera. I am not sure this could be reproduced by the UFS WM RTs.
Additional context
N/A
Output
output logs
If applicable, include relevant output logs.
Either drag and drop the entire log file here (if a long log) or
The text was updated successfully, but these errors were encountered: