Skip to content

Commit

Permalink
Merge pull request #23848 from spiffxp/clean-janitor-projects
Browse files Browse the repository at this point in the history
fix sig-testing janitor jobs
  • Loading branch information
k8s-ci-robot authored Oct 1, 2021
2 parents d88e8ef + 18bc2b3 commit c920b4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 3 additions & 6 deletions experiment/ci-janitor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,15 @@ var (
"kubernetes-scale", // Let it's up/down job handle the resources
"k8s-scale-testing", // As it can be running some manual experiments
// PR projects, migrate to boskos!
"k8s-jkns-pr-gce",
"k8s-jkns-pr-gce-bazel",
"k8s-jkns-pr-gce-etcd3",
"k8s-jkns-pr-gci-gce",
"k8s-jkns-pr-gci-gke",
"k8s-jkns-pr-gci-kubemark",
"k8s-jkns-pr-gke",
"k8s-jkns-pr-kubeadm",
"k8s-jkns-pr-kubemark",
"k8s-jkns-pr-node-e2e",
"k8s-jkns-pr-gce-gpus",
"k8s-presubmit-scale",
// k8s-infra projects, can't be cleaned by k8s-prow serviceaccounts
"k8s-infra-e2e-scale-5k-project",
"k8s-infra-e2e-gpu-project",
}
)

Expand Down
6 changes: 0 additions & 6 deletions scenarios/kubernetes_janitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,9 @@ def clean_project(project, hours=24, dryrun=False, ratelimit=None, filt=None):
# k8s-jkns-pr-cnry-e2e-gce-fdrtn
# cleans up resources older than 3h
# which is more than enough for presubmit jobs to finish.
'k8s-jkns-pr-gce': 3,
'k8s-jkns-pr-gce-bazel': 3,
'k8s-jkns-pr-gce-etcd3': 3,
'k8s-jkns-pr-gci-gce': 3,
'k8s-jkns-pr-gci-gke': 3,
'k8s-jkns-pr-gci-kubemark': 3,
'k8s-jkns-pr-gke': 3,
'k8s-jkns-pr-kubeadm': 3,
'k8s-jkns-pr-kubemark': 3,
'k8s-jkns-pr-node-e2e': 3,
'k8s-jkns-pr-gce-gpus': 3,
}
Expand Down

0 comments on commit c920b4c

Please sign in to comment.