Skip to content

Commit f33e383

Browse files
committed
Reduce the frequency that the VPA tests run
Every 2h is way too often and wasteful. We also have the same tests on pre-submit now, so we're well protected against failing e2e tests
1 parent 91052d5 commit f33e383

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/jobs/kubernetes/sig-autoscaling/sig-autoscaling-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
periodics:
22
- name: ci-kubernetes-e2e-autoscaling-vpa-actuation
33
cluster: k8s-infra-prow-build
4-
interval: 2h
4+
interval: 24h
55
labels:
66
preset-service-account: "true"
77
preset-k8s-ssh: "true"
@@ -50,7 +50,7 @@ periodics:
5050
testgrid-tab-name: autoscaling-vpa-actuation
5151
- name: ci-kubernetes-e2e-autoscaling-vpa-admission-controller
5252
cluster: k8s-infra-prow-build
53-
interval: 2h
53+
interval: 24h
5454
labels:
5555
preset-service-account: "true"
5656
preset-k8s-ssh: "true"
@@ -99,7 +99,7 @@ periodics:
9999
testgrid-tab-name: autoscaling-vpa-admission-controller
100100
- name: ci-kubernetes-e2e-autoscaling-vpa-full
101101
cluster: k8s-infra-prow-build
102-
interval: 2h
102+
interval: 24h
103103
labels:
104104
preset-service-account: "true"
105105
preset-k8s-ssh: "true"
@@ -148,7 +148,7 @@ periodics:
148148
testgrid-tab-name: autoscaling-vpa-full
149149
- name: ci-kubernetes-e2e-autoscaling-vpa-recommender
150150
cluster: k8s-infra-prow-build
151-
interval: 3h
151+
interval: 24h
152152
labels:
153153
preset-service-account: "true"
154154
preset-k8s-ssh: "true"
@@ -197,7 +197,7 @@ periodics:
197197
testgrid-tab-name: autoscaling-vpa-recommender
198198
- name: ci-kubernetes-e2e-autoscaling-vpa-updater
199199
cluster: k8s-infra-prow-build
200-
interval: 2h
200+
interval: 24h
201201
labels:
202202
preset-service-account: "true"
203203
preset-k8s-ssh: "true"

0 commit comments

Comments
 (0)