[integ-test] Use EFA 1.49.0 to build image on Rocky 9.8#7464
Merged
hanwen-cluster merged 1 commit intoJul 1, 2026
Conversation
1. Adds a DevSetting to use EFA 1.49.0 when building image with Rocky 9 2. Removes the old DevSetting on `enable_dcv`, because it is no longer used anymore 3. RHEL9 build is unchanged so that we are monitoring the build health on both RHEL 9.7, and Rocky 9.8 with DevSettings
himani2411
reviewed
Jun 30, 2026
| Cookbook: | ||
| ExtraChefAttributes: | | ||
| {"cluster": {"dcv": {"install_enabled": false}}} | ||
| {"cluster": {"efa": {"version": "1.49.0", "sha256": "cf2e9281a2328a243c76f911a490faed43ca0fecfe4733c25e34b2e92a32c309"}}} |
Contributor
There was a problem hiding this comment.
Can you use the--extra-chef-attribute for this? Any reason for hardcoding this if this is temporary lets add a commit message and comment saying so?
Contributor
There was a problem hiding this comment.
On 2nd thought you cant use the --extra-chef-attribute as that will apply to all the tests.
Contributor
There was a problem hiding this comment.
why is this devsetting needed when you have aws/aws-parallelcluster-cookbook#3213 merged the cookbook change?
Contributor
Author
There was a problem hiding this comment.
This PR targets 3.15.1, to make sure 3.15.1 can build-image with the latest EFA
himani2411
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
enable_dcv, because it is no longer used anymoreTests
References
Checklist
developadd 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.