cluster-api-provider-aws icon indicating copy to clipboard operation
cluster-api-provider-aws copied to clipboard

Add multi-az test based on ClusterClass

Open pydctw opened this issue 3 years ago • 13 comments
trafficstars

What type of PR is this? /kind feature

What this PR does / why we need it: Add a multi-az test based on ClusterClass to verify CAPA is supporting CAPI's newly added ClusterClass feature.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Part of #3346

Special notes for your reviewer:

Checklist:

  • [ ] squashed commits
  • [ ] includes documentation
  • [ ] adds unit tests
  • [x] adds or updates e2e tests

pydctw avatar Apr 08 '22 16:04 pydctw

@pydctw: This issue is currently awaiting triage.

If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

k8s-ci-robot avatar Apr 08 '22 16:04 k8s-ci-robot

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign vincepri after the PR has been reviewed. You can assign the PR to them by writing /assign @vincepri in a comment when ready.

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

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

k8s-ci-robot avatar Apr 08 '22 16:04 k8s-ci-robot

/test pull-cluster-api-provider-aws-e2e

pydctw avatar Apr 08 '22 16:04 pydctw

/retest

pydctw avatar Apr 08 '22 19:04 pydctw

Investigated the test failure and filed an issue - https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/3399

I've ran the tests multiple times locally and it passed except once, which had the same failure as the filed issue.

While the failure doesn't happen all the time, we will probably need to wait for the above issue to be resolved/fixed before merging this PR.

pydctw avatar Apr 08 '22 21:04 pydctw

/hold

pydctw avatar Apr 08 '22 21:04 pydctw

Gathering stats /retest

pydctw avatar Apr 08 '22 21:04 pydctw

Test can pass but the cluster is affected by the continuous patching of subnets in AWSCluster by capi and capa controllers reported in https://github.com/kubernetes-sigs/cluster-api/issues/6320

pydctw avatar Apr 08 '22 22:04 pydctw

Blocked by

  • https://github.com/kubernetes-sigs/cluster-api/issues/6320

pydctw avatar Apr 14 '22 19:04 pydctw

@pydctw: PR needs rebase.

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.

k8s-ci-robot avatar Apr 18 '22 17:04 k8s-ci-robot

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Jul 17 '22 18:07 k8s-triage-robot

@pydctw: 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
pull-cluster-api-provider-aws-e2e c357f0fb71dca4e198eb9c8a8af2389be6138328 link false /test pull-cluster-api-provider-aws-e2e
pull-cluster-api-provider-aws-build-release-1-5 c357f0fb71dca4e198eb9c8a8af2389be6138328 link true /test pull-cluster-api-provider-aws-build-release-1-5

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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.

k8s-ci-robot avatar Jul 29 '22 12:07 k8s-ci-robot

/remove-lifecycle stale

pydctw avatar Aug 11 '22 20:08 pydctw

Closing as CAPA decided not to support this use case in v1beta2. This was a breaking change. ref: https://github.com/kubernetes-sigs/cluster-api-provider-aws/commit/39f088b79624c94e614cc6fedaf92284a3ddb686

pydctw avatar Oct 27 '22 14:10 pydctw