-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add container to job-properties schema #403
Add container to job-properties schema #403
Conversation
It is new in Slurm RESTD 0.0.38
It looks like latest version is breaking QA tests on the API
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/4.0 release/4.0
# Navigate to the new working tree
cd .worktrees/backport-release/4.0
# Create a new branch
git switch --create backport-403-to-release/4.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2c51a2ffacdb22499e609147171b2c827d763020
# Push it to GitHub
git push --set-upstream origin backport-403-to-release/4.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/4.0 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/4.0 release/4.0
# Navigate to the new working tree
cd .worktrees/backport-release/4.0
# Create a new branch
git switch --create backport-403-to-release/4.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2c51a2ffacdb22499e609147171b2c827d763020
# Push it to GitHub
git push --set-upstream origin backport-403-to-release/4.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/4.0 Then, create a pull request where the |
* fix(api): add container to job-properties schema It is new in Slurm RESTD 0.0.38 * fix: pin minio version on jobbergate-composed It looks like latest version is breaking QA tests on the API (cherry picked from commit 2c51a2f)
What
Add container to job-properties schema
Why
It is new in Slurm RESTD 0.0.38
Peer Review
Please follow the upstream omnivector documentation concerning
peer-review guidelines.