-
Notifications
You must be signed in to change notification settings - Fork 850
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 into CI #408
Add e2e into CI #408
Conversation
Codecov Report
@@ Coverage Diff @@
## master #408 +/- ##
==========================================
+ Coverage 59.63% 60.79% +1.16%
==========================================
Files 61 61
Lines 4003 3798 -205
==========================================
- Hits 2387 2309 -78
+ Misses 1446 1328 -118
+ Partials 170 161 -9
Continue to review full report at Codecov.
|
/run-e2e-test |
/test |
/run-e2e-test |
…into add_e2e_into_ci
/test |
/run-e2e-test |
/run-e2e-test |
2 similar comments
/run-e2e-test |
/run-e2e-test |
/test |
/run-e2e-test |
2 similar comments
/run-e2e-test |
/run-e2e-test |
/run-e2e-test |
/run-e2e-test |
/run-e2e-test |
2 similar comments
/run-e2e-test |
/run-e2e-test |
/run-e2e-test |
/run-e2e-test |
/run-e2e-test |
metadata: | ||
labels: | ||
# we pretend as tidb-operator in order not to meet tidb-operator-e2e job in the same node | ||
app: tidb-operator-e2e |
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.
Because we would share same cluster with tidb-operator-e2e, so we pretend ourselves like tidb-operator-e2e in order not to run both kind of e2e job in one node.
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
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
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
/merge |
/run-e2e-test |
/run-all-tests |
@Yisaer merge failed. |
/run-all-tests |
What problem does this PR solve?
Add e2e into ci
Does this PR introduce a user-facing change?: