-
Notifications
You must be signed in to change notification settings - Fork 69
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
Set empty TARGETVARIANT
and BUILDVARIANT
#301
Set empty TARGETVARIANT
and BUILDVARIANT
#301
Conversation
Hi @Honny1. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
6ef308e
to
db4750d
Compare
/ok-to-test |
I'm seeing errors from unit tests in the main directory when I run them in my arm64-on-amd64 VM with these changes. Are you getting passing results when running |
I also failed unit tests. (Including master) I checked the failed tests and they expect that a variant should be set. I think the tests are wrong. WDYT? |
Yes, if they expected behavior which we now consider to be incorrect, they need to be updated to expect what we consider to be correct. |
Docker does not set these values for ARM64. Signed-off-by: Jan Rodák <[email protected]>
db4750d
to
6062143
Compare
@Honny1: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
I adjusted the tests to expect the correct values. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Honny1, nalind 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 |
This PR sets empty values as the default value for the
TARGETVARIANT
andBUILDVARIANT
buildin arguments since Docker does not insert these values forARM64
.Related PR: