-
Notifications
You must be signed in to change notification settings - Fork 295
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
🌱 Add more supervisor tests #2879
🌱 Add more supervisor tests #2879
Conversation
/test |
@fabriziopandini: The
The following commands are available to trigger optional jobs:
Use
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2879 +/- ##
=======================================
Coverage 64.09% 64.09%
=======================================
Files 160 160
Lines 9367 9367
=======================================
Hits 6004 6004
+ Misses 2907 2905 -2
- Partials 456 458 +2 ☔ View full report in Codecov by Sentry. |
/test pull-cluster-api-provider-vsphere-e2e-supervisor-main |
a0007cf
to
b108d6e
Compare
/test pull-cluster-api-provider-vsphere-e2e-supervisor-main |
b108d6e
to
9098a21
Compare
/test pull-cluster-api-provider-vsphere-e2e-supervisor-main |
/test pull-cluster-api-provider-vsphere-e2e-supervisor-main |
194fa64
to
ff61aec
Compare
/test pull-cluster-api-provider-vsphere-e2e-supervisor-main |
1 similar comment
/test pull-cluster-api-provider-vsphere-e2e-supervisor-main |
/wait for kubernetes/test-infra#32401 |
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.
Just one nit
test/e2e/data/infrastructure-vsphere-supervisor/main/clusterclass/patch-prekubeadmscript.yaml
Show resolved
Hide resolved
@@ -0,0 +1,8 @@ | |||
apiVersion: kustomize.config.k8s.io/v1beta1 |
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.
Because When testing K8S conformance with K8S latest ci [supervisor] [Conformance] [K8s-Install-ci-latest] Should create a workload cluster and run kubetest
is red:
Should we also add the patch for the worker size:
patchesStrategicMerge:
- ../conformance/worker-node-size.yaml
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.
I would prefer to defer this to another PR because the existing patch cannot be used (it applies to legacy clusters. install on bootstrap uses a classy cluster)
Also, this is a problem that exists for govimomi templates as well.
I have opened #2898 to track this
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.
Was this test red for govmomi or is this something new with supervisor?
I assumed current main is stable (or was at least until a few days ago)
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.
The test was geen for govimomi, but it failed in the few runs I did for supervisor (not sure if for the lack of resources or for the fact we were running many conformance test in parallel, which is something we usually don't do)
ff61aec
to
8d3f7fc
Compare
kubernetes/test-infra#32401 is merged, also this one is ready to go now |
/lgtm /hold So we can control when to merge |
LGTM label has been added. Git tree hash: b85e217f54992910b7a99576105c19b5186afae4
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
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.
/lgtm
/test ? |
@sbueringer: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main /hold cancel |
/test pull-cluster-api-provider-vsphere-e2e-supervisor-conformance-ci-latest-main (just some flaky conformance tests I think: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api-provider-vsphere/2879/pull-cluster-api-provider-vsphere-e2e-supervisor-conformance-ci-latest-main/1777669997108137984) |
What this PR does / why we need it:
Adding more supervisor tests.
At this stage it is just an experiment to figure out how to proceed