Skip to content

Commit

Permalink
Merge pull request #16409 from Jefftree/network-proxy-build-times
Browse files Browse the repository at this point in the history
Network proxy e2e: Change timeouts and request to be consistent with other e2e
  • Loading branch information
k8s-ci-robot authored Feb 21, 2020
2 parents e1c8570 + a6ba03c commit 4f90b7f
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ presubmits:
- --repo=k8s.io/kubernetes=$(PULL_REFS)
- --repo=k8s.io/release
- --upload=gs://kubernetes-jenkins/pr-logs
- --timeout=80
- --timeout=105
- --scenario=kubernetes_e2e
- --
- --build=bazel
Expand All @@ -80,7 +80,10 @@ presubmits:
- --stage=gs://kubernetes-release-pull/ci/pull-kubernetes-e2e-gce-network-proxy
- --provider=gce
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=9
- --timeout=60m
- --timeout=80m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200220-47050c4-master
resources:
requests:
memory: "6Gi"
annotations:
testgrid-dashboards: sig-api-machinery-network-proxy

0 comments on commit 4f90b7f

Please sign in to comment.