-
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
maintenance-pull-janitor and maintenance-pull-scale-janitor still using bootstrap #17719
Comments
What's the current status here? |
It appears that nothing has changed. |
That seems important. Are you going to do this? |
I think first we'd need to convert these jobs to using podutils, as that would let us more easily clone a second git repository (kubernetes-sigs/boskos). I think there may have been other issues when I was investigating this in May, but I don't remember anymore. This task is pretty far down my priority list right now, so I'm not sure when I'd get to it. Given that these jobs have been pretty continuously failing (and seemingly nobody has noticed or complained), I'm not sure if it's even worth fixing them. |
Do we even need maintenance-pull-janitor anymore? shouldn't most of the PR jobs be using projects from Boskos, which are already cleaned up by the janitor? I guess we need the pull-scale-janitor since there's still a single project that's shared for scale testing. |
There are a few PR jobs that are not using boskos still and aren't super easily moved. People may not have visibility into "janitor failing <-> an issue somewhere else", so I'm not sure "no complaints" is a useful signal. |
I guess the first real step would be for someone to confirm that these jobs are still needed. Can you confirm we still need these jobs? Which PR jobs still need a non-boskos janitor, and which projects do they use? (For example, the maintenance-pull-janitor is currently failing to clean a project that no longer exists, which suggests the project lists are out of date. I don't have context on which projects would be appropriate to manage here.) |
IIRC it's supposed to auto-detect the projects itself?
We have poor visibility into this.
I was going to go ahead and port this to pod-utils as that's actually
generally pretty straightforward and I have less context on boskos changes.
… |
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. |
/reopen |
/remove-lifecycle rotten |
@ixdy: 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. |
This issue depends on #20760. |
/sig testing |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: 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. |
What should be cleaned up or changed:
I'm attempting to update the various janitors that are using the
gcp_janitor.py
script inside theboskos/
directory in preparation for removing boskos from test-infra (#17614).It looks like the
maintenance-pull-janitor
andmaintenance-pull-scale-janitor
jobs are still using bootstrap, which is apparently deprecated and no longer supported:https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/maintenance-pull-janitor/1265432629549731842/
https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/maintenance-pull-scale-janitor/1265430112350769153/
These should probably either be fixed or deleted.
(Also, maintenance-pull-janitor has been failing continuously for weeks: https://testgrid.k8s.io/sig-testing-maintenance#pull-janitor&width=5)
The text was updated successfully, but these errors were encountered: