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
At the moment run.sh just checks the output of the error log: If this isn't empty the CI task is handled as failed. This causes that all CI pipelines using slurm are failing although the status of the job is "COMPLETED" and not "FAILED".
Can run.sh check the status code of the job instead?