-
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
🌱 Remove infraServer and credsSecretName from supervisor ClusterClass #2862
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2862 +/- ##
==========================================
- Coverage 63.97% 63.81% -0.17%
==========================================
Files 160 160
Lines 9375 9375
==========================================
- Hits 5998 5983 -15
- Misses 2917 2928 +11
- Partials 460 464 +4 ☔ View full report in Codecov by Sentry. |
test/e2e/data/infrastructure-vsphere-supervisor/main/clusterclass/kustomization.yaml
Outdated
Show resolved
Hide resolved
bf45ba9
to
284ebb1
Compare
Remove unused InfraServer and credsSecretName from supervisor ClusterClass amd topololy templates.
284ebb1
to
7b5f0ed
Compare
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.
only one small nit, otherwise lgtm
All comments are addressed, and this is ready for another review. |
/test help |
@chrischdi: The specified target(s) for
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-main |
/test pull-cluster-api-provider-vsphere-e2e-main |
/retest To see if this is a new error or flake |
Note: already failed two times in a row, so we might have an issue here. |
Either this PR introduces flakyness or we also have it on main. testgrid for e2e-main shows green currently, but this runs only daily: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-vsphere#periodic-e2e-main |
@chrischdi we can trigger the periodic manually a few times (I did it now) |
/retest |
/test pull-cluster-api-provider-vsphere-e2e-main |
I think this PR is safe to merge. Effectively we only changed the supervisor cluster template & ClusterClass. None of the test cases that previously failed are supervisor tests. /approve @chrischdi WDYT? |
[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 |
agree /lgtm |
LGTM label has been added. Git tree hash: 752200701e361aab21a80f7574342dca6156a972
|
What this PR does / why we need it:
Refine
make generate-flavors
to not generate unused variables for supervisor mode.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2829