This repository was archived by the owner on Mar 13, 2023. It is now read-only.
generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 27
Add manual script entry as a new job submission option #235
Merged
mtfranchetto
merged 4 commits into
aws-samples:job-submission-manual-script-entry
from
rkilpadi:frontend
Aug 24, 2022
Merged
Add manual script entry as a new job submission option #235
mtfranchetto
merged 4 commits into
aws-samples:job-submission-manual-script-entry
from
rkilpadi:frontend
Aug 24, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmscarla
reviewed
Aug 3, 2022
3dfea99 to
68cb021
Compare
mendaomn
suggested changes
Aug 10, 2022
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 10, 2022
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 11, 2022
Refactor JobSubmitDialog.tsx and use translation
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 11, 2022
Refactor code and throw error when job is empty
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 11, 2022
Refactor code and use translation
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 11, 2022
Refactor code in JobSubmitDialog.tsx and use translation
b6dff73 to
eb0ea26
Compare
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 16, 2022
Remove useEffect hook in JobSubmitDialog and add useCallback hooks
mendaomn
approved these changes
Aug 23, 2022
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 23, 2022
Refactor code and throw error when job is empty
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 23, 2022
Refactor code in JobSubmitDialog.tsx and use translation
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 23, 2022
Remove useEffect hook in JobSubmitDialog and add useCallback hooks
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 23, 2022
Refactor code and throw error when job is empty
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 23, 2022
Refactor code in JobSubmitDialog.tsx and use translation
rkilpadi
added a commit
to rkilpadi/pcluster-manager
that referenced
this pull request
Aug 23, 2022
Remove useEffect hook in JobSubmitDialog and add useCallback hooks
7a2dfce to
26d5187
Compare
Also added i18next translation to JobSubmitDialog.tsx
mtfranchetto
approved these changes
Aug 24, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added an option to submit jobs by file upload or manual entry through a code editor. This is a proof of concept for my Slurm REST API script. Jobs entered through this method are submitted through the Slurm API rather than SSM.
Changes
scriptsubmit option, which is only selectable when a cluster has the Slurm REST API Custom Bootstrap Action enabled.(waiting on Move code for getting list of custom bootstrap actions to util.tsx #227)How Has This Been Tested?
Manually submitted jobs with different properties and checked the request submitted to the Slurm API.
References
#197
https://slurm.schedmd.com/rest_api.html#slurmV0038SubmitJob
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.