Skip to content

Commit

Permalink
Merge pull request #31836 from chrischdi/pr-capv-janitor
Browse files Browse the repository at this point in the history
capv: add periodic ci cleanup prowjob
  • Loading branch information
k8s-ci-robot authored Feb 5, 2024
2 parents e16d265 + ff3313e commit 403746a
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,36 @@ periodics:
testgrid-alert-email: sig-cluster-lifecycle-cluster-api-vsphere-alerts@kubernetes.io
testgrid-num-failures-to-alert: "4"
description: Shows test coverage for CAPV

- name: periodic-cluster-api-provider-vsphere-janitor
labels:
preset-cluster-api-provider-vsphere-e2e-config: "true"
interval: 12h
decorate: true
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: main
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240111-cf1d81388e-1.28
command:
- runner.sh
args:
- make clean-ci
env:
resources:
requests:
cpu: "1000m"
memory: "1Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-janitor
testgrid-alert-email: sig-cluster-lifecycle-cluster-api-vsphere-alerts@kubernetes.io
testgrid-num-failures-to-alert: "4"
description: Runs the janitor to cleanup orphaned objects in CI
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,37 @@ periodics:
testgrid-alert-email: sig-cluster-lifecycle-cluster-api-vsphere-alerts@kubernetes.io
testgrid-num-failures-to-alert: "4"
description: Shows test coverage for CAPV

- name: periodic-cluster-api-provider-vsphere-janitor
labels:
preset-cluster-api-provider-vsphere-e2e-config: "true"
interval: 12h
decorate: true
rerun_auth_config:
github_team_slugs:
- org: kubernetes-sigs
slug: cluster-api-provider-vsphere-maintainers
extra_refs:
- org: kubernetes-sigs
repo: cluster-api-provider-vsphere
base_ref: {{ $.branch }}
path_alias: sigs.k8s.io/cluster-api-provider-vsphere
spec:
containers:
- image: {{ $.config.TestImage }}
command:
- runner.sh
args:
- make clean-ci
env:
resources:
requests:
cpu: "1000m"
memory: "1Gi"
annotations:
testgrid-dashboards: vmware-cluster-api-provider-vsphere, sig-cluster-lifecycle-cluster-api-provider-vsphere
testgrid-tab-name: periodic-e2e-janitor
testgrid-alert-email: sig-cluster-lifecycle-cluster-api-vsphere-alerts@kubernetes.io
testgrid-num-failures-to-alert: "4"
description: Runs the janitor to cleanup orphaned objects in CI
{{ end -}}

0 comments on commit 403746a

Please sign in to comment.