Support additional sacct check for Slurm feature
In select cases/deployments we've observed the sbatch --wait
may not result
in a failed CI job when expected as it observes the exit code of the
submitted Slurm job. This change adds a feature flag that will follow up
any completed Slurm job to re-verify against the job status code
provided via sacct
.
[batch]
ff_slurm_sacct = true
Edited by Paul Bryant