Skip to content

[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 into
aws:developfrom
gmarciani:wip/mgiacomo/3170/integ-tests-stabilize-0908-1
Sep 8, 2026
Merged

gmarciani merged 5 commits into
aws:developfrom
gmarciani:wip/mgiacomo/3170/integ-tests-stabilize-0908-1

Conversation

@gmarciani

Copy link
Copy Markdown
Contributor

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.

…-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.
@gmarciani
gmarciani requested review from a team as code owners September 8, 2026 15:24
@gmarciani gmarciani added 3.x skip-changelog-update Disables the check that enforces changelog updates in PRs Test labels Sep 8, 2026
"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},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[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

@gmarciani
gmarciani merged commit 1f86ad4 into aws:develop Sep 8, 2026
27 of 29 checks passed
@gmarciani
gmarciani deleted the wip/mgiacomo/3170/integ-tests-stabilize-0908-1 branch September 8, 2026 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.x skip-changelog-update Disables the check that enforces changelog updates in PRs Test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants