Skip to content

Upgrade Slurm and DCV versions and Add DCV support for AL2023 #2986

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

Merged
merged 4 commits into from
Jul 3, 2025

Conversation

hgreebe
Copy link
Contributor

@hgreebe hgreebe commented Jul 3, 2025

Description of changes

  • Upgrade slurm version from 24-05-8-1 to 24-11-5-1
  • Upgrade DCV version from 2024.0-18131 to 2024.0-19030
  • Add DCV support for AL2023

Tests

  • Ran second_stage_build for all OSs
  • Ran test_dcv for amzn2023, amzn2, rhel8

References

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.

Copy link

codecov bot commented Jul 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.50%. Comparing base (6127e18) to head (529b670).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2986   +/-   ##
========================================
  Coverage    75.50%   75.50%           
========================================
  Files           23       23           
  Lines         2356     2356           
========================================
  Hits          1779     1779           
  Misses         577      577           
Flag Coverage Δ
unittests 75.50% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@hanwen-cluster hanwen-cluster changed the title Upgrade Slurm and DCV versions Upgrade Slurm and DCV versions Add DCV support for AL2023 Jul 3, 2025
@hanwen-cluster hanwen-cluster changed the title Upgrade Slurm and DCV versions Add DCV support for AL2023 Upgrade Slurm and DCV versions and Add DCV support for AL2023 Jul 3, 2025
Comment on lines +22 to +34
action_class do
def pre_install
execute 'Install gnome desktop' do
command 'dnf groupinstall "Desktop" -y'
retries 3
retry_delay 5
end

package "xorg-x11-server-Xorg" do
retries 3
retry_delay 5
end
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which guide/official doc are you following here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hgreebe hgreebe merged commit 9b768ad into aws:develop Jul 3, 2025
24 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants