-
Notifications
You must be signed in to change notification settings - Fork 270
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
s390x enablement WIP #3357
s390x enablement WIP #3357
Conversation
Signed-off-by: cfilleke <[email protected]>
Hi @cfilleke. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with 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. |
This is the one we want in, together with the fix for the unit test? I can waive the failing unit tests for this PR, so we can get this in so the other PR can pass. Although I think the other PR would have no issue merging even without this. |
Signed-off-by: cfillekes <[email protected]>
You're right, the unit test enablement can already be merged in without causing issues before this. |
If we're going to be using cross-compile with this, I'll need to merge the changes to the Dockerfile first; however, if we can build on the new cloud s390x external ci/cd cluster (and I would suggest we do that) then we need to configure that to build & register the build-the-builder container first; also have some questions about at what stage in the build-test lifecycle the |
Building containerized-data-importer for s390x failed for me with
|
/retest |
@cfilleke: Cannot trigger testing until a trusted user reviews the PR and leaves an 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-sigs/prow repository. |
/rehearse |
/ok-to-test |
Can you rebase? Seems like there are some issues there now. |
Signed-off-by: cfilleke <[email protected]>
Signed-off-by: cfilleke <[email protected]>
/test pull-cdi-verify-go-mod |
To fix, run |
Both The results of |
Signed-off-by: cfilleke <[email protected]>
/test pull-cdi-unit-test |
/test pull-containerized-data-importer-e2e-nfs |
1 similar comment
/test pull-containerized-data-importer-e2e-nfs |
All tests passed except 'tide' and this apears to now require only /lgtm /approve now @aglitke @alromeros @ShellyKa13 but it's still an XXL so please feel free to ask me questions. Thanks! |
…il data type fix Signed-off-by: cfilleke <[email protected]>
Signed-off-by: cfillekes <[email protected]>
/test pull-cdi-linter |
Signed-off-by: cfilleke <[email protected]>
|
Signed-off-by: cfilleke <[email protected]>
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awels 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 |
* s390x enablement Signed-off-by: cfilleke <[email protected]> * should resolve remaining merge conflicts Signed-off-by: cfilleke <[email protected]> * correct prev commit to resolve merge conflicts Signed-off-by: cfilleke <[email protected]> * to resolve generate-verify issue Signed-off-by: cfilleke <[email protected]> * provide registry container for s390x, vddk datasource stub fix and util data type fix Signed-off-by: cfilleke <[email protected]> * get the linter to fix things Signed-off-by: cfilleke <[email protected]> * fix linter issue Signed-off-by: cfilleke <[email protected]> --------- Signed-off-by: cfilleke <[email protected]> Signed-off-by: cfillekes <[email protected]>
* s390x enablement Signed-off-by: cfilleke <[email protected]> * should resolve remaining merge conflicts Signed-off-by: cfilleke <[email protected]> * correct prev commit to resolve merge conflicts Signed-off-by: cfilleke <[email protected]> * to resolve generate-verify issue Signed-off-by: cfilleke <[email protected]> * provide registry container for s390x, vddk datasource stub fix and util data type fix Signed-off-by: cfilleke <[email protected]> * get the linter to fix things Signed-off-by: cfilleke <[email protected]> * fix linter issue Signed-off-by: cfilleke <[email protected]> --------- Signed-off-by: cfilleke <[email protected]> Signed-off-by: cfillekes <[email protected]>
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #3356
Special notes for your reviewer:
WIP still needs rebase/merge conflict resolution
Release note: