Skip to content

Commit 39ad18a

Browse files
committed
Change HPA tests to run less frequently
Every 30 minutes is very frequent! I don't know the reason these are like that, so I've gone a little cautious and changed them to only 6h. I believe 24h should be fine.
1 parent 91052d5 commit 39ad18a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ periodics:
288288
annotations:
289289
testgrid-dashboards: sig-autoscaling-cluster-autoscaler
290290
testgrid-tab-name: gci-gce-autoscaling
291-
- interval: 30m
291+
- interval: 24h
292292
name: ci-kubernetes-e2e-gci-gce-autoscaling-hpa-cm
293293
cluster: k8s-infra-prow-build
294294
labels:
@@ -324,7 +324,7 @@ periodics:
324324
annotations:
325325
testgrid-dashboards: sig-autoscaling-hpa
326326
testgrid-tab-name: gci-gce-autoscaling-hpa-cm
327-
- interval: 30m
327+
- interval: 24h
328328
name: ci-kubernetes-e2e-gci-gce-autoscaling-migs-hpa
329329
cluster: k8s-infra-prow-build
330330
labels:
@@ -360,7 +360,7 @@ periodics:
360360
annotations:
361361
testgrid-dashboards: sig-autoscaling-hpa
362362
testgrid-tab-name: gci-gce-autoscaling-migs-hpa
363-
- interval: 30m
363+
- interval: 24h
364364
name: ci-kubernetes-e2e-autoscaling-hpa-cpu
365365
cluster: k8s-infra-prow-build
366366
labels:
@@ -397,7 +397,7 @@ periodics:
397397
# TODO: add to release blocking dashboards once run is successful
398398
testgrid-dashboards: sig-autoscaling-hpa
399399
testgrid-tab-name: gce-cos-autoscaling-hpa-cpu
400-
- interval: 30m
400+
- interval: 24h
401401
name: ci-kubernetes-e2e-autoscaling-hpa-cpu-alpha-beta
402402
cluster: k8s-infra-prow-build
403403
labels:

0 commit comments

Comments
 (0)