[Test] Test stabilization fixes for 3.16.1: patchibng, build-image no-internet, multi_az_fsx - #7609
Draft
gmarciani wants to merge 11 commits into
Draft
Conversation
…ules loaded before/after patching to prevent false alarms. Now the test fails the kernel module verification if: 1. a mandatory kernel module is not loaded, OR 2. the module is not loaded (may be lazily loaded), but it exists and fails to load. In this way we prevent the false alarms on kernel modules that legitimately do not exist anymore on the new kernel.
Before this fix, some kernel packages could escape the pinning. With this fix, none of them can.
…risk of ICEs and instance types not being supported.
…ilure message to facilitate troubleshooting.
…and disable unattended upgrades. This is meant to prevent failures in Proxy and ProxyClient bootstrap caused by boot-time upgrades holding the dpkg lock.
gmarciani
force-pushed
the
wip/mgiacomo/3161/integ-tests-stabilize-0904-1
branch
from
September 4, 2026 16:09
accf787 to
86bde88
Compare
…-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.
…networking setup. Before this change, only the default AZ was honoring the allowlisting, so other components such as the ODCR stack had chances to select unexpected AZs. With this change, by default all the region's AZs are usable, but if the region has an explicit allowlisting, only those allowlisted AZs will be considered. As part of this change we set the allowlisting for eu-west-2, where we exclude eu-west-2d which is a new AZ that does not support our default instance type c5.xlarge.
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.
gmarciani
force-pushed
the
wip/mgiacomo/3161/integ-tests-stabilize-0904-1
branch
from
September 4, 2026 19:36
00d31f4 to
5e49cea
Compare
…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
force-pushed
the
wip/mgiacomo/3161/integ-tests-stabilize-0904-1
branch
from
September 4, 2026 22:10
05b6d5f to
25590e8
Compare
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
Chery-picked
plus:
Tests
ONGOING
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.