Skip to content

Commit

Permalink
Merge pull request #33982 from jbtk/ca-tests
Browse files Browse the repository at this point in the history
Increase prow tests timeout for cluster autoscaler tests.
  • Loading branch information
k8s-ci-robot authored Dec 17, 2024
2 parents d4a63b0 + 3f81c0c commit a8b38f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ periodics:
preset-k8s-ssh: "true"
decorate: true
decoration_config:
timeout: 350m
timeout: 450m
spec:
containers:
- command:
Expand All @@ -260,7 +260,7 @@ periodics:
- --provider=gce
- --runtime-config=scheduling.k8s.io/v1alpha1=true
- --test_args=--ginkgo.focus=\[Feature:ClusterSizeAutoscalingScaleUp\]|\[Feature:ClusterSizeAutoscalingScaleDown\]|\[Feature:InitialResources\] --ginkgo.skip=\[Flaky\] --minStartupPods=8
- --timeout=300m
- --timeout=400m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-master
resources:
limits:
Expand Down Expand Up @@ -317,7 +317,7 @@ periodics:
preset-k8s-ssh: "true"
decorate: true
decoration_config:
timeout: 350m
timeout: 450m
spec:
containers:
- command:
Expand All @@ -340,7 +340,7 @@ periodics:
- --provider=gce
- --runtime-config=scheduling.k8s.io/v1alpha1=true
- --test_args=--ginkgo.focus=\[Feature:ClusterSizeAutoscalingScaleUp\]|\[Feature:ClusterSizeAutoscalingScaleDown\] --ginkgo.skip=\[Flaky\] --minStartupPods=8
- --timeout=300m
- --timeout=400m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-master
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ presubmits:
preset-dind-enabled: "true"
decorate: true
decoration_config:
timeout: 450m
timeout: 500m
path_alias: k8s.io/kubernetes
extra_refs:
- org: kubernetes
Expand Down Expand Up @@ -44,7 +44,7 @@ presubmits:
- --provider=gce
- --runtime-config=scheduling.k8s.io/v1alpha1=true
- --test_args=--ginkgo.focus=\[Feature:ClusterSizeAutoscalingScaleUp\]|\[Feature:ClusterSizeAutoscalingScaleDown\]|\[Feature:InitialResources\] --ginkgo.skip=\[Flaky\] --minStartupPods=8
- --timeout=400m
- --timeout=450m
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20241128-8df65c072f-master
securityContext:
privileged: true
Expand Down

0 comments on commit a8b38f8

Please sign in to comment.