-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
run kind e2e in release branches #11127
Conversation
/cherry-pick release-0.22 |
@dprotaso: once the present PR merges, I will cherry-pick it on top of release-0.22 in a new PR and assign it to you. 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. |
Codecov Report
@@ Coverage Diff @@
## main #11127 +/- ##
==========================================
+ Coverage 87.68% 87.72% +0.03%
==========================================
Files 190 190
Lines 9162 9162
==========================================
+ Hits 8034 8037 +3
+ Misses 873 872 -1
+ Partials 255 253 -2
Continue to review full report at Codecov.
|
/retest |
.github/workflows/kind-e2e.yaml
Outdated
@@ -2,7 +2,7 @@ name: KinD e2e tests | |||
|
|||
on: | |||
pull_request: | |||
branches: [ 'main', 'master' ] | |||
branches: [ 'main', 'master', 'release-*' ] |
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.
Let's drop master
while we're on it.
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markusthoemmes 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 |
@dprotaso: new pull request created: #11139 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. |
No description provided.