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
fix(slurmCI): make archiveImage jobIdFile read non-fatal
If cat fails (file missing, allocation never wrote it), the export
should be best-effort — not hard-fail the pipeline step. Move the
jobId read inside the existing try/catch along with the export sh().
Also promote the unresolved-path check to an else-if before the try,
avoiding an unnecessary sh invocation when the path is known bad.
Signed-off-by: NirWolfer <nwolfer@nvidia.com>
0 commit comments