Skip to content

Commit 7c1bca4

Browse files
authored
[None][infra] Fix slurm exitcode (#8585)
Signed-off-by: qqiao <[email protected]> Signed-off-by: Emma Qiao <[email protected]>
1 parent 3a5845e commit 7c1bca4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jenkins/scripts/slurm_run.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ echo "Full Command: $pytestCommand"
9999
done
100100
fi
101101

102-
# Turn off "exit on error" so the following lines always run
103-
set +e
104-
trap - ERR
105-
106102
eval $pytestCommand
107103
echo "Rank${SLURM_PROCID} Pytest finished execution"
108104

0 commit comments

Comments
 (0)