[Test] Test stabilization fixes for 3.16.1: patching, build-image no-internet, multi_az_fsx and AZ allowlisting - #7612
Merged
gmarciani merged 5 commits intoSep 8, 2026
Conversation
…-connect-timeout 5 --max-time 15) to explicitly fail on unresponsive endpoints, consistently for all the tested endpoints.
…nst network glitches. The client now verifies only what it was supposed to verify: that every expected endpoint is reachable through the proxy. IF the endpoint is temporarily unresponsive, that does not matter.
This pinning is needed because previous versions require the paid Extended Update Support (EUS) repos to be configured to install required packages, such as kernel-devel.
This fix is needed the shared test VPC is only built in the allowlisted AZs, so a reservation placed outside them would pin the test to an AZ with no matching subnet.
…he test honor the flag to enable/disable Lustre installation. As a result, we disable Lustre installation on ubuntu, the same way we do for test_build_image.
| "rhel9": {"name": "RHEL-9.*_HVM*", "owners": RHEL_OWNERS}, | ||
| # Pin to the latest RHEL 9.8 as previous minor requires paid Extended Update Support (EUS) repo | ||
| # to install packages we need, such as kernel packages. | ||
| "rhel9": {"name": "RHEL-9.8*_HVM*", "owners": RHEL_OWNERS}, |
Contributor
There was a problem hiding this comment.
[non-blocking] How about making the logic smarter to pick the latest RHEL minor? This hardcode will have to change again when RHEL 9.10 releases
hanwen-cluster
approved these changes
Sep 8, 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
Cherry-picked from #7609.
That PR was initially cherry-picking test stabilization fixes from develop. During the validation we identified further fixes that were required. The current PR is meant to port those.
Tests
Validated in source PR
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.