Skip to content

Commit

Permalink
jobname
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed Oct 8, 2024
1 parent e389ef8 commit a59fb58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def gen_json(self, tr: TestRun) -> Dict[Any, Any]:
final_cmd_args = self._override_cmd_args(self.default_cmd_args, tr.test.cmd_args)
final_num_nodes = self._determine_num_nodes(tr.num_nodes, tr.nodes)
job_spec = self._create_job_spec(
tr.name, final_num_nodes, tr.nodes, final_env_vars, final_cmd_args, tr.test.extra_cmd_args
"test", final_num_nodes, tr.nodes, final_env_vars, final_cmd_args, tr.test.extra_cmd_args
)

return job_spec
Expand Down

0 comments on commit a59fb58

Please sign in to comment.