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

capv: add periodic ci cleanup prowjob #31836

Merged
merged 1 commit into from
Feb 5, 2024
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
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 -}}