-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
jobs: remove jobs that have been continuously failing for over N days #8861
Comments
/milestone 1.12 |
This is an excellent issue. 👌 |
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. |
|
I'd say remove from everything and use git history, or create a seperate dir for dead jobs. Trimming the config is also desirable, besides saving on runtime resources, and on testgrid at least it doesn't make sense to keep showing jobs we aren't running. |
Horrible bash + jq to get me the list and links to testgrid |
/milestone v1.13 |
/assign |
/milestone v1.14 For reals this time. Document and then enforce rules. |
The grinch is here! |
/milestone v1.15 |
/milestone v1.16 |
Following up, if these can be green, they provide useful signal. Looking at the testgrid
There's a relatively limited set of symptoms there... |
I confirmed the cosN jobs aren't really relevant to the community (they are more about testing different versions of an underlying image that is GCP-specific, rather than k8s itself), and there are equivalents running inside of google, so think we should remove them #13913 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. 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. |
this probably should still be open? |
/reopen |
@spiffxp: Reopened this issue. 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. |
Well, I managed to remove an N=923 job #17156 |
👏👏
…On Thu, Apr 9, 2020 at 8:33 PM Aaron Crickenberger ***@***.***> wrote:
Well, I managed to remove an N=923 job #17156
<#17156>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#8861 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHADK5CPRCN2XHYK5X6ZD3RL2HQZANCNFSM4FMLCVBQ>
.
|
/close |
@spiffxp: Closing this issue. 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. |
I'm going to suggest N=120 for now. I'd like to do this one more time as a human to learn what the right detection methods are for straight-up-failing vs. seriously flaky, how/when to reach people in case there are some brave souls out there who want to save these jobs, etc.
Next step would be to automate at least some portion of this.
ref: #2528 (comment)
The text was updated successfully, but these errors were encountered: