-
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: Add ClusterClass rollout test, extend MD rollout test #8171
🌱 test/e2e: Add ClusterClass rollout test, extend MD rollout test #8171
Conversation
f94e09c
to
5542287
Compare
5542287
to
4bbe341
Compare
4bbe341
to
0874250
Compare
/test pull-cluster-api-e2e-full-main |
0874250
to
17f69e5
Compare
/test pull-cluster-api-e2e-full-main |
17f69e5
to
b9f849e
Compare
/test pull-cluster-api-e2e-full-main |
b9f849e
to
f78c0bd
Compare
/test pull-cluster-api-e2e-full-main |
Should be ready for review @killianmuldoon @fabriziopandini @ykakarap For now this PR still contains a commit with the MD rolloutAfter implementation, please ignore during review. If the MD rolloutAfter PR is hold back longer I would comment out the corresponding part of the test. /hold |
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.
Reviewed the new tests and they are good 👍🏼
Will do another the rolloutAfter PR is merged and this is rebased. |
f78c0bd
to
a74e928
Compare
Findings adressed + resolved conflicts in the cherry-picked rolloutAfter commit /test pull-cluster-api-e2e-full-main |
/retest |
47d7636
to
28e4357
Compare
/test pull-cluster-api-e2e-full-main @ykakarap PR is now rebased, kept separate commits for now for easier reviewing |
/retest |
1 similar comment
/retest |
/test pull-cluster-api-e2e-full-main |
/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.
only one nit from my side, otherwise lgtm
great to see this level of e2e test coverage at this stage of the release cycle
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.
Just 2 nits. LGTM otherwise.
Signed-off-by: Stefan Büringer [email protected]
ec6911c
to
64ef9dd
Compare
/test pull-cluster-api-e2e-full-main |
Thank you! /lgtm |
LGTM label has been added. Git tree hash: d8553deb629b956ad0479f6fc8b2ae3cded6be32
|
/lgtm |
[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 |
/retest |
Signed-off-by: Stefan Büringer [email protected]
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):Adds test coverage for: #7731, #7730