-
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
Delete jobs that have failed for at least the last 60 days in a row #2528
Comments
Some tests are ONLY run on flaky suites. Are we going to just stop running them? I guess that's a general problem. We should graph the test matrix-- show all the tests we have defined and which jobs they have run on in the last week. That way we can find tests that never run and flag them for revival or deletion. |
There are a bunch of flaky suites. |
I want to do the following:
Right now it seems like we are running more tests than we have the ability to maintain. Therefore I am deleting the tests that seem to be providing the least amount of marginal value (based on the fact that they never pass). |
Will delete these tests in a couple weeks unless someone signs up to fix them: https://github.com/kubernetes/test-infra/blob/master/experiment/bigquery/failures-latest.json |
Sign me up for |
Cool! And that one is a month away from the 60d mark anyway :) |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Heh, @fejta I think maybe we don't want the stale job issue to go stale :-) |
/remove-lifecycle stale |
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. |
/remove-lifecycle stale /cc @mithrav @spiffxp @AishSundar |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
http://velodrome.k8s.io/dashboard/db/bigquery-metrics
Delete any job which:
Example jobs:
Previous cleanup work: #2453
Current status: http://storage.googleapis.com/k8s-metrics/failures-latest.json
The text was updated successfully, but these errors were encountered: