-
Notifications
You must be signed in to change notification settings - Fork 106
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 |
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.
Which guide/official doc are you following here?
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.
Description of changes
Tests
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.