-
Notifications
You must be signed in to change notification settings - Fork 427
Bug 1773807: Enable all Linux arches in cli-artifacts [4.2] #168
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
Bug 1773807: Enable all Linux arches in cli-artifacts [4.2] #168
Conversation
|
@yselkowitz: This pull request references Bugzilla bug 1773807, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
Hi @yselkowitz. 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. DetailsInstructions 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a41e4f9 is a clean cherry pick.
/ok-to-test
/lgtm
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
This passed CI on master. Is there actually a problem here or is CI just flaky (yet again)? |
|
/retest |
In order for console-operator deployment to succeed, cli-artifacts needs to be available on all arches for downloads-openshift-console. However, in that case, /usr/bin/oc (inherited from cli) is a native binary, and we want to provide all primary Linux architectures to match those on mirror.openshift.com. In order to do so, this provides cross-compiled Linux binaries for multiple architectures. Cross-compiling oc fails with gssapi enabled, therefore it is disabled in the cross builds. (cherry picked from commit e949088) (squashed commit 2510f47)
a41e4f9 to
913c34c
Compare
|
/hold cancel |
|
/retest |
|
/test unit |
1 similar comment
|
/test unit |
|
/retest |
Ping? |
|
/retest |
|
@yselkowitz it appears as though the unit tests are routinely failing: |
|
From unit: So check the report? |
|
Thanks for the pointer. #158 should fix the unit test but is currently blocked, and it is noted there that e2e-cmd is failing there as well. Since those issues should be unrelated to this PR, how should we proceed? |
|
/retest |
|
CI blocked by #195, can we please either get that fixed or this waived? |
|
@yselkowitz We're going to get #195 merged soon. I'll kick off the tests again once that happens. |
|
/retest |
|
/lgtm |
|
/assign @mfojtik |
soltysh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
/retest
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, soltysh, wking, yselkowitz 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 |
|
@soltysh thanks for approval. Testing has completed but it looks like /cherry-pick-approved is stil needed for this to merge. |
That is correct patch-manager will apply one when going through approved PRs. |
|
From the failure:
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@yselkowitz: All pull requests linked via external trackers have merged. Bugzilla bug 1773807 has been moved to the MODIFIED state. DetailsIn 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. |
In order for console-operator deployment to succeed, cli-artifacts needs to be available on all arches for downloads-openshift-console. However, in that case, /usr/bin/oc (inherited from cli) is a native binary, and we want to provide all primary Linux architectures to match those on mirror.openshift.com.
In order to do so, this provides cross-compiled Linux binaries for multiple architectures. Cross-compiling oc fails with gssapi enabled, therefore it is disabled in the cross builds.
Cherry-pick of #153 to 4.2.