-
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
🌱 test: enable vcsim to run clusterctl upgrade e2e tests #3109
🌱 test: enable vcsim to run clusterctl upgrade e2e tests #3109
Conversation
/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-sigs/prow repository. |
/test pull-cluster-api-provider-vsphere-e2e-vcsim-govmomi-main |
558bb41
to
f632818
Compare
/test pull-cluster-api-provider-vsphere-e2e-vcsim-govmomi-main |
f632818
to
f9e8ae1
Compare
/test pull-cluster-api-provider-vsphere-e2e-vcsim-govmomi-main |
f9e8ae1
to
40c2ffe
Compare
/test pull-cluster-api-provider-vsphere-e2e-vcsim-govmomi-main |
/retest |
test/e2e/e2e_setup_test.go
Outdated
runtimeExtensionProviders = append(runtimeExtensionProviders, "vcsim") | ||
if testTarget == VCSimTestTarget && options.useKindForManagementCluster { | ||
Byf("Creating a vcsim server") | ||
Eventually(func() error { |
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.
q: why are we creating another VC sim server? is it the one running on the kind cluster?
might be we need to check that it is reconciled as something pops up in status to get sure it is up and running
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.
This is on the second kind cluster, created by the CAPI part of the clusterctl upgrade test.
/test pull-cluster-api-provider-vsphere-e2e-vcsim-govmomi-main |
/test pull-cluster-api-provider-vsphere-e2e-vcsim-govmomi-main |
/retest |
/test pull-cluster-api-provider-vsphere-e2e-govmomi-main |
/test pull-cluster-api-provider-vsphere-e2e-govmomi-main |
4ddade5
to
61e1c23
Compare
/test pull-cluster-api-provider-vsphere-e2e-govmomi-main |
/test pull-cluster-api-provider-vsphere-e2e-govmomi-main |
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.
~ looks okay to me
test/e2e/data/infrastructure-vsphere-govmomi/v1.9/topology/kustomization.yaml
Outdated
Show resolved
Hide resolved
/test pull-cluster-api-provider-vsphere-e2e-govmomi-main |
/test pull-cluster-api-provider-vsphere-e2e-govmomi-main |
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.
Thank you very much!
Just a few nits
test/e2e/data/infrastructure-vsphere-govmomi/v1.9/topology/kustomization.yaml
Outdated
Show resolved
Hide resolved
@chrischdi: The following test failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
Thx! /lgtm /retest /assign @fabriziopandini /hold |
LGTM label has been added. Git tree hash: 3f470ecefcff1cca7aef567221d4c28f009b4b3b
|
/hold cancel |
/lgtm Great work! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini, 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 |
What this PR does / why we need it:
Part of:
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 #