-
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
🌱 e2e: Claim ip addresses dynamically so tests can run in parallel #2612
🌱 e2e: Claim ip addresses dynamically so tests can run in parallel #2612
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2612 +/- ##
==========================================
- Coverage 64.91% 64.87% -0.05%
==========================================
Files 118 118
Lines 8580 8580
==========================================
- Hits 5570 5566 -4
- Misses 2584 2587 +3
- Partials 426 427 +1 ☔ View full report in Codecov by Sentry. |
/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-full-main |
3 similar comments
/test pull-cluster-api-provider-vsphere-e2e-full-main |
/test pull-cluster-api-provider-vsphere-e2e-full-main |
/test pull-cluster-api-provider-vsphere-e2e-full-main |
/retest |
/test pull-cluster-api-provider-vsphere-e2e-full-main |
/test pull-cluster-api-provider-vsphere-test-main |
/test pull-cluster-api-provider-vsphere-e2e-full-main |
1 similar comment
/test pull-cluster-api-provider-vsphere-e2e-full-main |
dbebc2b
to
d420f2b
Compare
/test pull-cluster-api-provider-vsphere-e2e-full-main |
d420f2b
to
2c62b8f
Compare
/test pull-cluster-api-provider-vsphere-e2e-full-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.
Overall looks good!
} | ||
} | ||
|
||
// Note: Copy-paste from CAPI below. |
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.
Makes sense for this PR and its cherry-picks. Let's follow-up and export this in core CAPI so we can get rid of the copy on CAPV main
@chrischdi Just fyi. Linked a related issue I created a while back in the PR description |
@@ -92,3 +94,26 @@ func initVSphereSession() { | |||
func terminateVSphereSession() { | |||
Expect(vsphereClient.Logout(ctx)).To(Succeed()) | |||
} | |||
|
|||
func getClusterctlConfigVariable(clusterctlConfigPath, configVariable string) (string, 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.
Also seems like something that we should make a util exported by CAPI (in a follow-up PR)
Mostly just nits |
LGTM label has been added. Git tree hash: 367e8e5b4c34c469f530117ca0706a18591fcdfb
|
c414093
to
01a7547
Compare
Rebased + squashed, no changes. /test pull-cluster-api-provider-vsphere-e2e-full-main |
Looks like you'll need another rebase |
01a7547
to
97fec0b
Compare
/test pull-cluster-api-provider-vsphere-e2e-full-main |
/retest |
/lgtm /assign @fabriziopandini |
LGTM label has been added. Git tree hash: 6a33ce22613f02e5b8ccf0db32e4d45dec49e5ab
|
/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-conformance-main |
@sbueringer / @fabriziopandini should we go on merging this? :-) |
Fine from my side. Not sure if Fabrizio wants to do another review |
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.
great work!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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:
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 #2342