Skip to content

Conversation

@anson627
Copy link
Collaborator

@anson627 anson627 commented Jan 7, 2026

This pull request makes a small update to the job configuration by adding support for specifying a custom job template path. This change allows for more flexibility in job submissions by letting users override the default job template.

  • Added a --job_template_path parameter to the job controller step in steps/engine/clusterloader2/job_controller/collect.yml, defaulting to base/job_template.yaml if not specified.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for specifying a custom job template path in the ClusterLoader2 job controller's result collection step. The change enables users to override the default job template by setting the JOB_TEMPLATE_PATH environment variable, while falling back to base/job_template.yaml if not specified.

  • Adds --job_template_path parameter to the collect results script with bash parameter expansion for flexible configuration
  • Aligns the collect step with the execute step, which already supports this parameter

@anson627 anson627 merged commit d9f4c27 into main Jan 7, 2026
4 checks passed
@anson627 anson627 deleted the fix-job-controller-collect branch January 7, 2026 19:24
xgugeng pushed a commit that referenced this pull request Jan 8, 2026
This pull request makes a small update to the job configuration by
adding support for specifying a custom job template path. This change
allows for more flexibility in job submissions by letting users override
the default job template.

* Added a `--job_template_path` parameter to the job controller step in
`steps/engine/clusterloader2/job_controller/collect.yml`, defaulting to
`base/job_template.yaml` if not specified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants