Skip to content
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

Closed
ixdy opened this issue May 27, 2020 · 21 comments
Closed
Labels
area/boskos Issues or PRs related to code in /boskos kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. sig/testing Categorizes an issue or PR as relevant to SIG Testing.

Comments

@ixdy
Copy link
Member

ixdy commented May 27, 2020

What should be cleaned up or changed:
I'm attempting to update the various janitors that are using the gcp_janitor.py script inside the boskos/ directory in preparation for removing boskos from test-infra (#17614).

It looks like the maintenance-pull-janitor and maintenance-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/

W0527 00:00:59.933] **************************************************************************
bootstrap.py is deprecated!
test-infra oncall does not support any job still using bootstrap.py.
Please migrate your job to podutils!
https://github.com/kubernetes/test-infra/blob/master/prow/pod-utilities.md
**************************************************************************

https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/maintenance-pull-scale-janitor/1265430112350769153/

W0526 23:50:37.804] **************************************************************************
bootstrap.py is deprecated!
test-infra oncall does not support any job still using bootstrap.py.
Please migrate your job to podutils!
https://github.com/kubernetes/test-infra/blob/master/prow/pod-utilities.md
**************************************************************************

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)

@ixdy ixdy added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label May 27, 2020
@BenTheElder BenTheElder added the area/boskos Issues or PRs related to code in /boskos label Aug 28, 2020
@BenTheElder
Copy link
Member

What's the current status here?

@ixdy
Copy link
Member Author

ixdy commented Aug 28, 2020

It appears that nothing has changed.
I ended up not deleting gcp_janitor.py from test-infra, so as to not break these jobs further, but at some point they should probably be updated to use the gcp_janitor.py from kubernetes-sigs/boskos instead, since that one is maintained.

@BenTheElder
Copy link
Member

... but at some point they should probably be updated to use the gcp_janitor.py from kubernetes-sigs/boskos instead, since that one is maintained.

That seems important. Are you going to do this?

@ixdy
Copy link
Member Author

ixdy commented Aug 28, 2020

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.

@ixdy
Copy link
Member Author

ixdy commented Aug 28, 2020

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.

@BenTheElder
Copy link
Member

BenTheElder commented Aug 28, 2020

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.

@ixdy
Copy link
Member Author

ixdy commented Aug 28, 2020

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.)

@BenTheElder
Copy link
Member

BenTheElder commented Aug 28, 2020 via email

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Nov 26, 2020
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Dec 26, 2020
@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

@k8s-ci-robot
Copy link
Contributor

@fejta-bot: Closing this issue.

In response to this:

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/close

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.

@ixdy
Copy link
Member Author

ixdy commented Feb 8, 2022

/reopen

@ixdy
Copy link
Member Author

ixdy commented Feb 8, 2022

/remove-lifecycle rotten

@ixdy ixdy reopened this Feb 8, 2022
@k8s-ci-robot k8s-ci-robot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Feb 8, 2022
@k8s-ci-robot
Copy link
Contributor

@ixdy: Reopened this issue.

In response to this:

/reopen

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.

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Feb 8, 2022
@ixdy
Copy link
Member Author

ixdy commented Feb 8, 2022

This issue depends on #20760.

@ixdy
Copy link
Member Author

ixdy commented Feb 8, 2022

/sig testing

@k8s-ci-robot k8s-ci-robot added the sig/testing Categorizes an issue or PR as relevant to SIG Testing. label Feb 8, 2022
@k8s-ci-robot k8s-ci-robot removed the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Feb 8, 2022
@k8s-triage-robot
Copy link

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 9, 2022
@k8s-triage-robot
Copy link

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jun 8, 2022
@k8s-triage-robot
Copy link

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closing this issue.

In response to this:

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/boskos Issues or PRs related to code in /boskos kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. sig/testing Categorizes an issue or PR as relevant to SIG Testing.
Projects
None yet
Development

No branches or pull requests

6 participants
@BenTheElder @ixdy @k8s-ci-robot @fejta-bot @k8s-triage-robot and others