-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: fix kubetest to allow parallel execution on different clusters #10424
🐛 e2e: fix kubetest to allow parallel execution on different clusters #10424
Conversation
Related to #8816 |
/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-e2e-conformance-ci-latest-main |
/lgtm |
LGTM label has been added. Git tree hash: aa095996c40f5300537ac2635a4e2e9457cee555
|
[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 |
/retest X509 flake |
Modified PR description to retrigger "PR type" action |
/cherry-pick release-1.7 |
/cherry-pick release-1.6 |
@chrischdi: new pull request created: #10426 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. |
@chrischdi: new pull request created: #10427 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. |
/cherry-pick release-1.5 |
@chrischdi: #10424 failed to apply on top of branch "release-1.5":
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. |
What this PR does / why we need it:
Adjusts the kubetest.Run function to include the cluster name at the reportDir and at the report filename of ginkgo.
This should allow running kubetest.Run in parallel.
As of now one kubetest.Run would e.g. have overwritten the kubeconfig of the other as well as the junit reports, which may also have caused a race condition leading to the flaky dualstack tests (the only e2e prowjobs where we currently run kubetest in-parallel.
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 #
/area e2e-testing