-
Notifications
You must be signed in to change notification settings - Fork 104
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
[Release-3.7] Upgrade Slurm to 23.02.5 and also Pmix and libjwt #2450
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## release-3.7 #2450 +/- ##
============================================
Coverage 70.34% 70.34%
============================================
Files 13 13
Lines 1851 1851
============================================
Hits 1302 1302
Misses 549 549
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
302b328
to
84eaf0a
Compare
Signed-off-by: Nicola Sirena <[email protected]>
Signed-off-by: Nicola Sirena <[email protected]>
Signed-off-by: Nicola Sirena <[email protected]>
84eaf0a
to
71849f3
Compare
Signed-off-by: Nicola Sirena <[email protected]>
71849f3
to
bd4baf8
Compare
@@ -37,7 +37,7 @@ | |||
cwd Chef::Config[:file_cache_path] | |||
code <<-LIBJWT | |||
set -e | |||
tar xf #{jwt_tarball} | |||
tar xf #{jwt_tarball} --no-same-owner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason for adding --no-same-owner
?
Description of changes
Tests
References
Checklist
develop
add the branch name as prefix in the PR title (e.g.[release-3.6]
).Please review the guidelines for contributing and Pull Request Instructions.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.