Skip to content

Commit

Permalink
Increase timeouts for VPA jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bskiba committed Jul 15, 2019
1 parent c68670e commit df178b4
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -73,7 +73,7 @@ periodics:
args:
- --repo=k8s.io/autoscaler=master
- --root=/go/src
- --timeout=80
- --timeout=100
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
Expand All @@ -84,7 +84,7 @@ periodics:
- --test=false
- --test-cmd=../vertical-pod-autoscaler/hack/run-e2e.sh
- --test-cmd-args=full-vpa
- --timeout=60m
- --timeout=80m
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -135,7 +135,7 @@ periodics:
args:
- --repo=k8s.io/autoscaler=master
- --root=/go/src
- --timeout=80
- --timeout=100
- --scenario=kubernetes_e2e
- --
- --check-leaked-resources
Expand All @@ -146,7 +146,7 @@ periodics:
- --test=false
- --test-cmd=../vertical-pod-autoscaler/hack/run-e2e.sh
- --test-cmd-args=updater
- --timeout=60m
- --timeout=80m
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down

0 comments on commit df178b4

Please sign in to comment.