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
Attempting to run a workflow with a slurm job containing no execution option, the workflow fails with this error:
The workflow run step TrainingJobComp_submit ended on error: failed to build job information: invalid execution options datatype for attribute "execution_options" for node "TrainingJobComp": '' expected a map, got 'string'
Stack trace in yorc:
'' expected a map, got 'string'
invalid execution options datatype for attribute "execution_options" for node "TrainingJobComp"
github.com/ystia/yorc/v4/prov/slurm.(*executionCommon).buildJobInfo
/var/jenkins_home/workspace/yorc/v4.0.5+premium/2@2/prov/slurm/execution.go:385
github.com/ystia/yorc/v4/prov/slurm.(*executionCommon).execute
/var/jenkins_home/workspace/yorc/v4.0.5+premium/2@2/prov/slurm/execution.go:169
github.com/ystia/yorc/v4/prov/slurm.(*defaultExecutor).ExecOperation
The text was updated successfully, but these errors were encountered:
Attempting to run a workflow with a slurm job containing no execution option, the workflow fails with this error:
Stack trace in yorc:
The text was updated successfully, but these errors were encountered: