-
Notifications
You must be signed in to change notification settings - Fork 68
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
TestDispatchArgDefaultBuiltins is failing on arm/v8 #160
Comments
On ARM, the variant is non-empty and reflected in the TARGETPLATFORM default string Fixes: openshift#160
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
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/test-infra repository. |
I've packaged this project for debian, where we build it on a large number of different platforms. It turns out that the update from verison 1.0 to 1.1.4 broke the test TestDispatchArgDefaultBuiltins on all Arm platforms (links to buildlogs for: arm64, armel, and armhf)
The symptom looks always like this.
This test code is here:
imagebuilder/dispatchers_test.go
Lines 13 to 33 in e388800
It was introduced in 54d2f38
If I had to guess, I think that the following condition is only entered in ARM platforms and that's not covered by the test:
imagebuilder/dispatchers.go
Lines 586 to 588 in e388800
@grooverdan any chance you could have a look and form an opinion on what's the right approach to fix this?
The text was updated successfully, but these errors were encountered: