Open soerenmetje opened 1 year ago
The parsing of the character "
in inline jobScript seems to fail in buildBody
function ( https://github.com/IBM/Bridge-Operator/blob/56334fa57caf2de28df6ff76df8a6e6232021421/pods/slurm/main.go#L115C7-L115C7 )
This affects bridgejobs with jobdata.scriptLocation: s3
too.
Following example script fails to submit:
#!/bin/bash
#SBATCH --job-name=bridgetest
#SBATCH --output=bridgetest.out
echo "hello world"
Slurm samples:
hpcjob-sample0_cm.yaml