-
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
🌱 test/e2e: Cleanup test files & update doc #7825
🌱 test/e2e: Cleanup test files & update doc #7825
Conversation
/test ? |
This comment was marked as outdated.
This comment was marked as outdated.
5b40fd7
to
df04f9c
Compare
/test pull-cluster-api-e2e-full-main |
df04f9c
to
3dfa5a2
Compare
/test pull-cluster-api-e2e-full-main |
c2d5eb8
to
981a236
Compare
/test pull-cluster-api-e2e-full-main |
/retest |
/assign @fabriziopandini @killianmuldoon @ykakarap Please see changes documented in the PR description |
/retest |
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 really like the new organizations it is cleaner and simpler to maintain. Great job
981a236
to
f316780
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.
/lgtm
8f05d39
to
38a119f
Compare
Squashed |
/test pull-cluster-api-e2e-full-main |
/test pull-cluster-api-e2e-full-main |
0f2d5dd
to
c586730
Compare
(Just pushed a small fix as I broke the spacing in the clusterctl init log with strings.Join) /test pull-cluster-api-e2e-full-main |
/retest (flake) |
/hold |
Signed-off-by: Stefan Büringer [email protected]
c586730
to
ca718af
Compare
/lgtm @sbueringer feel free to leave the hold when you think we can merge this according to the other work going on on tests/test flakes |
LGTM label has been added. Git tree hash: b3be0ba4a7170f664b0cc5e10d7b7562d89b1613
|
[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 |
/hold cancel |
/cherry-pick release-1.2 |
/cherry-pick release-1.3 |
@sbueringer: #7825 failed to apply on top of branch "release-1.2":
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. |
@sbueringer: #7825 failed to apply on top of branch "release-1.3":
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. |
Will open the release-1.2 cherry-pick soon as well |
Signed-off-by: Stefan Büringer [email protected]
What this PR does / why we need it:
I know the diff looks a bit scary but mostly just moved or deleted files.
Changes:
data/infrastructure
anddata/shared
are now organized consistently by version (not partially by contract)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 #7699
Follow-up to #7692 (comment)