update to kubernetes 1.15.1 (#4989)

* update to kubernetes 1.15.1

* Revert to sonobuoy 0.15.0

* update test timeout from 3 to 5 minutes
This commit is contained in:
Hugo Blom
2019-07-21 21:24:51 +02:00
committed by Kubernetes Prow Robot
parent a3ca441998
commit 2abb6c8689
5 changed files with 11 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
- '(run_pods_log.stdout | from_yaml)["items"] | map(attribute = "status.phase") | unique | list == ["Running"]'
# Check that all pods are ready
- '(run_pods_log.stdout | from_yaml)["items"] | map(attribute = "status.containerStatuses") | map("map", attribute = "ready") | map("min") | min'
retries: 18
retries: 30
delay: 10
failed_when: false
no_log: true