Skip to content

Commit

Permalink
Merge pull request #1838 from buildtesters/fix_slurm_job_submission
Browse files Browse the repository at this point in the history
Fix issue with batch job submission
  • Loading branch information
shahzebsiddiqui authored Nov 8, 2024
2 parents 905a1d7 + 9d18a1b commit 109dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtest/builders/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def _get_execution_command(self) -> List[str]:
return self.get_container_invocation()
else:
launcher = self.buildexecutor.executors[self.executor].launcher_command(
self.testpath
numprocs=self.numprocs, numnodes=self.numnodes
)
return [" ".join(launcher) + " " + f"{self.testpath}"]

Expand Down

0 comments on commit 109dd5a

Please sign in to comment.