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

[Release-3.7] Upgrade Slurm to 23.02.5 and also Pmix and libjwt #2450

Merged
merged 4 commits into from
Sep 12, 2023

Conversation

NSsirena
Copy link
Contributor

@NSsirena NSsirena commented Sep 11, 2023

Description of changes

  • Upgrade Slurm to version 23.02.5
  • Upgrade Pmix to version 4.2.6
  • Upgrade Libjwt to version 1.15.3

Tests

  • Created a custom AMI and launched the schedulers test suite in our internal Jenkins
    • Test completed successfully

References

Checklist

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

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.

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f2dab5f) 70.34% compared to head (bd4baf8) 70.34%.

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           
Flag Coverage Δ
unittests 70.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NSsirena NSsirena force-pushed the wip/upgrade-pmix branch 2 times, most recently from 302b328 to 84eaf0a Compare September 11, 2023 13:11
@NSsirena NSsirena added the 3.x label Sep 11, 2023
@NSsirena NSsirena changed the title Upgrade Pmix and libjwt Upgrade Slurm to 23.02.5 and also Pmix and libjwt Sep 11, 2023
@NSsirena NSsirena marked this pull request as ready for review September 12, 2023 08:20
@NSsirena NSsirena requested review from a team as code owners September 12, 2023 08:20
Signed-off-by: Nicola Sirena <[email protected]>
@NSsirena NSsirena changed the title Upgrade Slurm to 23.02.5 and also Pmix and libjwt [Release-3.7] Upgrade Slurm to 23.02.5 and also Pmix and libjwt Sep 12, 2023
@@ -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
Copy link
Contributor

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?

@NSsirena NSsirena merged commit 7669f26 into aws:release-3.7 Sep 12, 2023
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants