Open hrak opened 10 months ago
Name | Link |
---|---|
Latest commit | 3c0fa5523f2618e0d780dae95b13313c821ab4b2 |
Latest deploy log | https://app.netlify.com/sites/kubernetes-sigs-cluster-api-cloudstack/deploys/66217253e287780008b8b2e8 |
Deploy Preview | https://deploy-preview-342--kubernetes-sigs-cluster-api-cloudstack.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Attention: 37 lines
in your changes are missing coverage. Please review.
Comparison is base (
7fd4146
) 25.45% compared to head (6838e34
) 25.38%.:exclamation: Current head 6838e34 differs from pull request most recent head dcdf474. Consider uploading reports for the commit dcdf474 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I haven't tested it, but in theory we must upgrade to CAPI 1.5 or whatever may be the latest. I would want to see an easily v0.5 release.
/lgtm
cc @shwstppr we'll need that CI fixed soon 🙏
/run-e2e -c 4.18 let's see if we get anything
/retest
@g-gaston Invalid command: /run-e2e -c 4.18 let's see if we get anything
The command to run e2e test for CAPC.
Usage: /run-e2e [-k Kubernetes_Version] [-c CloudStack_Version] [-h Hypervisor] [-i Template/Image] [-f Kubernetes_Version_Upgrade_From] [-t Kubernetes_Version_Upgrade_To]
Examples:
/run-e2e -c 4.18
@rohityadavcloud a jenkins job has been kicked to run test with following paramaters:
/test capi-provider-cloudstack-presubmit-e2e-smoke-test
Hi @g-gaston @rohityadavcloud I ran the e2e suit manually to test the CAPI changes. And got a successful run ✅
Not sure why the presubmit is failing, make run-e2e-smoke
works for me locally just fine.
/test capi-provider-cloudstack-presubmit-e2e-smoke-test
/run-e2e -c 4.18
@rohityadavcloud a jenkins job has been kicked to run test with following paramaters:
Thanks for testing @pokearu, @g-gaston @hrak is this ready for merging or need further review/testing? There was also an idea to skip and move to CAPI 1.6 ?
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: hrak Once this PR has been reviewed and has the lgtm label, please ask for approval from rohityadavcloud. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
@rohityadavcloud looks like the failing presubmit is due to the version of KinD being installed.
https://github.com/kubernetes-sigs/cluster-api-provider-cloudstack/blob/main/hack/ensure-kind.sh#L22
I think this needs to be increased to v0.20.0
to match with CAPI 1.5.5
/run-e2e -c 4.18 /lgtm
@rohityadavcloud Invalid command: /run-e2e -c 4.18 /lgtm
The command to run e2e test for CAPC.
Usage: /run-e2e [-k Kubernetes_Version] [-c CloudStack_Version] [-h Hypervisor] [-i Template/Image] [-f Kubernetes_Version_Upgrade_From] [-t Kubernetes_Version_Upgrade_To]
Examples:
@blueorangutan: changing LGTM is restricted to collaborators
PR needs rebase.
@hrak great job! I added one small commit to fix the presubmits, just bumping the kind version I will try to review the rest of the code this week
Hi @hrak - @g-gaston has advised me to try to get this PR in the next release, could you help rebase/address conflicts and any outstanding review remarks? Thanks.
/uncc @chrisdoherty4
New changes are detected. LGTM label has been removed.
PR updated for CAPI v1.5.8. Sorry for the delay.
@hrak there are some unresolved comments by @g-gaston. Can you please address/resolve them?
PR needs rebase.
This PR has some conflicts and some comments needs to be addressed/resolved. Changing milestone for this PR to v0.6.0 for now.
Hi, I'm sorry I haven't been able to dedicate much time on this lately cause I'm swamped in launching our k8s product at work. I will update the PR when i have some time.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs.
This bot triages PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the PR is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
Issue #, if available:
285
253
Description of changes:
This PR updates the cluster-api dependency to v1.5.5. It also updates to Go 1.20, updates golang-ci and addresses lint issues caught by the new version (mostly unused variables in function definitions)
Testing performed:
make test test with kind
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.