-
Notifications
You must be signed in to change notification settings - Fork 907
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
Add e2e for karmadactl init #3168
Add e2e for karmadactl init #3168
Conversation
87e069e
to
a079364
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #3168 +/- ##
=======================================
Coverage 48.66% 48.66%
=======================================
Files 202 202
Lines 18138 18138
=======================================
Hits 8827 8827
Misses 8822 8822
Partials 489 489
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
df1cab8
to
740bb64
Compare
cc @XiShanYongYe-Chang @lonelyCZ for checking |
Thanks for your works! I will look it tonight! /assign |
It looks well running. But could we put it in What do you think? @jwcesign |
/assign |
I think we can, first call deinit to uninstall the e2e env, then can init to test. |
Maybe not. hold on. |
Since we are going to cover more cases in the future in addition to It would be great if the new workflow could run after |
6f17538
to
d393d06
Compare
cc @RainbowMango for checking again |
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
Please @XiShanYongYe-Chang @lonelyCZ take a look.
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.
/cc @ikaven1024
Ask @ikaven1024 to take a 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.
We can consider using concurrency cancel-in-progress
as CI Workflow.
d393d06
to
0988b7e
Compare
0988b7e
to
59f6dee
Compare
5273644
to
b3c4103
Compare
Signed-off-by: jwcesign <[email protected]>
b3c4103
to
de3476c
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
@ikaven1024 Do you have any other comments?
nothing else. |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RainbowMango 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 type of PR is this?
/kind cleanup
What this PR does / why we need it:
Now it lacks e2e for karmadactl init, so let's add it.
Which issue(s) this PR fixes:
Fixes #3162
Special notes for your reviewer:
none
Does this PR introduce a user-facing change?: