Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make batch job runnables a list instead of single string #2516

Merged

Conversation

aaronegolden
Copy link
Contributor

This way toolkit users can deploy batch jobs with multiple runnables. This can be convenient, for example, when the user wants to install something wih an initial "apt install" or "yum install" before running the "real" workload.

Submission Checklist

Please take the following actions before submitting this pull request.

  • Fork your PR branch from the Toolkit "develop" branch (not main)
  • Test all changes with pre-commit in a local branch #
  • Confirm that "make tests" passes all tests
  • Add or modify unit tests to cover code changes
  • Ensure that unit test coverage remains above 80%
  • Update all applicable documentation
  • Follow Cloud HPC Toolkit Contribution guidelines #

@aaronegolden aaronegolden force-pushed the batch-multiple-runnables branch 2 times, most recently from cd009ac to 163097d Compare April 26, 2024 02:01
@nick-stroud nick-stroud self-assigned this Apr 27, 2024
This way toolkit users can deploy batch jobs with multiple runnables.
This can be convenient, for example, when the user wants to install
something wih an initial "apt install" or "yum install" before running
the "real" workload.
@nick-stroud nick-stroud added the release-module-improvements Added to release notes under the "Module Improvements" heading. label May 10, 2024
@nick-stroud
Copy link
Collaborator

/gcbrun

@nick-stroud
Copy link
Collaborator

Approved, waiting for batch tests to run.

@nick-stroud nick-stroud merged commit 3423904 into GoogleCloudPlatform:develop May 11, 2024
11 of 49 checks passed
@harshthakkar01 harshthakkar01 mentioned this pull request May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-module-improvements Added to release notes under the "Module Improvements" heading.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants