-
Notifications
You must be signed in to change notification settings - Fork 814
Fix Conformance tests on ARM64 #5990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LGTM |
d2c64f5
to
e6f4d21
Compare
@nalind I have vendored a new version of |
This fixes getting of cpu variants for ARM64 Fixes the TestConformance/setuid-file-in-archive test on ARM64. Signed-off-by: Jan Rodák <[email protected]>
New imagebuilder contains fix that sets empty TARGETVARIANT and BUILDVARIANT. Docker does not set these values for ARM64. This fixes the TestConformance/multistage-builtin-args and TestConformance/builtins tests on ARM64. Signed-off-by: Jan Rodák <[email protected]>
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Honny1, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
/kind failing-test
What this PR does / why we need it:
This PR fixes bugs discovered by running Conformance tests on ARM64.
Fixed tests:
TestConformance/setuid-file-in-archive
TestConformance/multistage-builtin-args
TestConformance/builtins
How to verify it
Execute Conformance tests on ARM system.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
Does this PR introduce a user-facing change?