Loading ci_cd/problem3.yml +3 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,9 @@ benchmark: echo "Timeout!" exit 1 fi if [ "$STATUS" -eq 137 ]; then echo "Processed killed - probably out of error" if [ "$STATUS" -eq 134 ] || [ "$STATUS" -eq 137 ]; then echo "Out of memory (status $STATUS) — aborted (134) or killed (137)" echo "Context: $context" exit 1 fi if [ "$STATUS" -eq 255 ]; then Loading Loading
ci_cd/problem3.yml +3 −2 Original line number Diff line number Diff line Loading @@ -71,8 +71,9 @@ benchmark: echo "Timeout!" exit 1 fi if [ "$STATUS" -eq 137 ]; then echo "Processed killed - probably out of error" if [ "$STATUS" -eq 134 ] || [ "$STATUS" -eq 137 ]; then echo "Out of memory (status $STATUS) — aborted (134) or killed (137)" echo "Context: $context" exit 1 fi if [ "$STATUS" -eq 255 ]; then Loading