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

Remove references to unused/non-existent projects #20676

Merged
merged 1 commit into from
Jan 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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