-
Notifications
You must be signed in to change notification settings - Fork 584
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
[e2e] Replace conformance test with ClusterUpgradeConformance spec #2993
Comments
cc @pydctw |
I also noticed it. My plan is
|
Sounds good. If you can replace conformance suite with the upgrade spec, then you won't need to test it in CAPI e2e tests anymore, so only second and third point is needed. |
/assign |
Submitted a PR to address the first two points. |
Questions for replacing the existing conformance suite.
|
We can move forward with the rest of the changes as cluster-api removed KCPUpgrade spec. |
One extra signal we are getting by using
I think this might work: |
Also we have a disabled test: We should probably delete this, looks redundant. |
@pydctw |
Yes, when I submitted the PR, having 0 worker machines were not supported in CAPI yet. |
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:
You can:
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 issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. 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/test-infra repository. |
CAPI e2e tests are taking 30 min longer after adding
ClusterUpgradeConformanceSpec
#2935, as it runs conformance tests.There is a redundancy now, we are running conformance tests in 2 different prow jobs.
There is one issue with replacing conformance test suite with
ClusterUpgradeConformanceSpec
, we run conformance tests on the latest unstable Kubernetes version as well. So the version needs to be dynamically set forClusterUpgradeConformanceSpec
template./priority important-soon
/triage accepted
/milestone v1.2.0
The text was updated successfully, but these errors were encountered: