Skip to content

Commit

Permalink
Merge pull request kubernetes#21061 from BenTheElder/autoscale-quick
Browse files Browse the repository at this point in the history
switch autoscaling jobs to quick build
  • Loading branch information
k8s-ci-robot committed Feb 27, 2021
2 parents 391060a + 2839e26 commit 1e7384c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ presubmits:
preset-pull-kubernetes-e2e: "true"
preset-service-account: "true"
preset-k8s-ssh: "true"
preset-bazel-scratch-dir: "true"
preset-dind-enabled: "true"
spec:
containers:
- args:
Expand All @@ -24,7 +24,7 @@ presubmits:
- --timeout=450
- --scenario=kubernetes_e2e
- --
- --build=bazel
- --build=quick
- --cluster=
# Override GCE default for cluster size autoscaling purposes.
- --env=ENABLE_CUSTOM_METRICS=true
Expand All @@ -45,3 +45,5 @@ presubmits:
- --test_args=--ginkgo.focus=\[Feature:ClusterSizeAutoscalingScaleUp\]|\[Feature:ClusterSizeAutoscalingScaleDown\]|\[Feature:InitialResources\] --ginkgo.skip=\[Flaky\] --minStartupPods=8
- --timeout=400m
image: gcr.io/k8s-testimages/kubekins-e2e:v20210226-c001921-master
securityContext:
privileged: true

0 comments on commit 1e7384c

Please sign in to comment.