Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase standard e2e suite timeout to 50m, twice mean runtime #23970

Merged
merged 1 commit into from
Apr 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
suffix:
- 'gce':
description: 'Runs all non-slow, non-serial, non-flaky, tests on GCE in parallel.'
timeout: 30
timeout: 50 # See #21138
job-env: |
# This is the *only* job that should publish the last green version.
export E2E_PUBLISH_GREEN_VERSION="true"
Expand Down Expand Up @@ -177,7 +177,7 @@
suffix:
- 'gke':
description: 'Runs all non-slow, non-serial, non-flaky, tests on GKE in parallel (against GKE test endpoint)'
timeout: 30
timeout: 50 # See #21138
job-env: |
export PROJECT="k8s-jkns-e2e-gke-ci"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
Expand Down Expand Up @@ -230,7 +230,7 @@
suffix:
- 'gce-release-1.2':
description: 'Runs all non-slow, non-serial, non-flaky, tests on GCE in parallel on the release-1.2 branch.'
timeout: 30
timeout: 50 # See #21138
job-env: |
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y"
Expand Down Expand Up @@ -310,7 +310,7 @@
suffix:
- 'gke-release-1.2':
description: 'Run E2E tests on GKE from the release-1.2 branch.'
timeout: 30
timeout: 50 # See #21138
job-env: |
export PROJECT="k8s-jkns-e2e-gke-1-2"
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
Expand Down