-
Notifications
You must be signed in to change notification settings - Fork 187
kola: Use RpmArch() instead of architecture() #1279
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
|
/ok-to-test |
|
This would also need to move the location of the I'm not opposed to this but...hm, I'm trying to think of simpler fixes. |
|
So this is trying to replace some bits that use the Go arch with the RPM architecture. We may need to do that, but my primary goal was to squash the "portage" architecture as that one is the clear "dead weight" here. |
ah...yes...missed that . should we remove this in the Makefile? |
Ok...so there are two things..the architecture of the platform, i.e the VM being created and the host architecture itself ? is there an equivalent to |
While not a comprehensive fix as suggested here: coreos#1257 (comment) this helps to unblock kola tests on non x86 arches
|
@cgwalters any objections to this ? |
|
Oh sorry I'd missed that you'd pushed an update to this PR. Looks great to me! The net code reduction was the intent of the original switch. And in the future I will be sure to ping you guys on code that touches the architecture architecture! /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, Prashanth684 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
thank you! And no worries. We will be keeping an eye out too. |
While not a comprehensive fix as suggested here: #1257 (comment)
this helps to unblock kola tests on non x86 arches