[release-1.19] [no-relnote] fix e2e failures for nvidia-container-cli test cases#1806
Merged
cdesiniotis merged 1 commit intorelease-1.19from May 7, 2026
Merged
Conversation
Newer versions of Ubuntu container images (starting with 26.04) introduced changes that broke nvidia-container-cli tests. In particular, the libcap shared library, the pivot_root binary, and /sbin/ldconfig.real are not included by default. This differs from prior releases. To account for this and fix the test failures, the libcap2 and utils-linux-extra (provided pivot_root) packages have been added as prerequisites that get installed in the nested container runner used in our e2e tests. In addition, /sbin/ldconfig.real is made a symlink to /sbin/ldconfig if it doesn't exist. Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com> (cherry picked from commit a7e3289)
Contributor
|
/ok to test 3ba9979 |
cdesiniotis
approved these changes
May 7, 2026
tariq1890
approved these changes
May 7, 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.
🤖 Automated backport of #1802 to
release-1.19✅ Cherry-pick completed successfully with no conflicts.
Original PR: #1802
Original Author: @cdesiniotis
Cherry-picked commits (1):
a7e3289[no-relnote] fix e2e failures for nvidia-container-cli test casesThis backport was automatically created by the backport bot.