Skip to content

Commit

Permalink
Merge pull request #20676 from spiffxp/unused-project-cleanup
Browse files Browse the repository at this point in the history
Remove references to unused/non-existent projects
  • Loading branch information
k8s-ci-robot committed Jan 30, 2021
2 parents 747ea41 + 92c1b29 commit 12516b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion experiment/ci-janitor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var (
"k8s-jkns-pr-kubemark",
"k8s-jkns-pr-node-e2e",
"k8s-jkns-pr-gce-gpus",
"k8s-gke-gpu-pr",
"k8s-presubmit-scale",
}
)
Expand Down
5 changes: 0 additions & 5 deletions scenarios/kubernetes_janitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ def clean_project(project, hours=24, dryrun=False, ratelimit=None, filt=None):
'k8s-jkns-pr-kubemark': 3,
'k8s-jkns-pr-node-e2e': 3,
'k8s-jkns-pr-gce-gpus': 3,
'k8s-gke-gpu-pr': 3,
'k8s-c8d-pr-node-e2e': 3,
}

SCALE_PROJECT = {
Expand Down Expand Up @@ -143,9 +141,6 @@ def check_ci_jobs():
if found:
clean_project(found, clean_hours)

# Hard code node-ci project here
clean_project('k8s-jkns-ci-node-e2e')


def main(mode, ratelimit, projects, age, artifacts, filt):
"""Run janitor for each project."""
Expand Down

0 comments on commit 12516b2

Please sign in to comment.