From 7c1bca4563d0068a5faf64cdfc1fad81b2472d39 Mon Sep 17 00:00:00 2001 From: Emma Qiao Date: Thu, 23 Oct 2025 21:46:00 +0800 Subject: [PATCH] [None][infra] Fix slurm exitcode (#8585) Signed-off-by: qqiao Signed-off-by: Emma Qiao --- jenkins/scripts/slurm_run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jenkins/scripts/slurm_run.sh b/jenkins/scripts/slurm_run.sh index 7e29076209..32d89dfc6e 100755 --- a/jenkins/scripts/slurm_run.sh +++ b/jenkins/scripts/slurm_run.sh @@ -99,10 +99,6 @@ echo "Full Command: $pytestCommand" done fi -# Turn off "exit on error" so the following lines always run -set +e -trap - ERR - eval $pytestCommand echo "Rank${SLURM_PROCID} Pytest finished execution"