Skip to content

Update k8s/vendoring/...#249

Merged
openshift-merge-robot merged 10 commits into
openshift:masterfrom
cfergeau:update-vendoring-master
Feb 3, 2023
Merged

Update k8s/vendoring/...#249
openshift-merge-robot merged 10 commits into
openshift:masterfrom
cfergeau:update-vendoring-master

Conversation

@cfergeau
Copy link
Copy Markdown
Contributor

This updates cluster-api-provider-libvirt to use more recent dependencies, and should help with build problems some people have been hitting such as openshift/installer#6812

make test does not pass after these changes, I did not have time to investigate why. This PR should help us get more extensive testing through CI to see exactly how much is non-working.

The libvirt-actuator binary was removed in
ff2852b but not removed from Makefile
It's no longer needed since c190886
Update go version to 1.17 and run go mod tidy && go mod vendor
The gendeepcopy rule assumes the GOPATH env var is set when it builds
deepcopy-gen. When this is set, this changes the behaviour of
deepcopy-gen and instructs it to put the files it generates in $GOPATH,
which is not what we want.
This commit uses $(go env GOPATH) instead of $$GOPATH to solve this
issue.
This adjusts cluster-api-provider to the changes from openshift/machine-api-operator#943
@openshift-ci openshift-ci Bot requested review from enxebre and frobware January 31, 2023 15:02
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jan 31, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from cfergeau by writing /assign @cfergeau in a comment. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jan 31, 2023

@cfergeau: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/unit 299279f link true /test unit
ci/prow/e2e-libvirt 299279f link false /test e2e-libvirt

Full PR test history. Your PR dashboard.

Details

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 understand the commands that are listed here.

@praveenkumar
Copy link
Copy Markdown
Contributor

#251 is taking all those patches and add another commit to disable actuator unit tests.

@openshift-merge-robot openshift-merge-robot merged commit 299279f into openshift:master Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants