Commit 17898025 authored by Joe Finney's avatar Joe Finney

Add gce reboot suite for 1.2.

parent 865d233a
...@@ -240,6 +240,12 @@ ...@@ -240,6 +240,12 @@
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]" export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y" export GINKGO_PARALLEL="y"
export PROJECT="k8s-jkns-e2e-gce-1-2" export PROJECT="k8s-jkns-e2e-gce-1-2"
- 'gce-reboot-release-1.2':
description: 'Run [Feature:Reboot] tests on GCE on the release-1.2 branch.'
timeout: 180
job-env: |
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Feature:Reboot\]"
export PROJECT="k8s-jkns-e2e-gce-reboot-1-2"
- 'gce-slow-release-1.2': - 'gce-slow-release-1.2':
description: 'Runs slow tests on GCE, sequentially on the release-1.2 branch.' description: 'Runs slow tests on GCE, sequentially on the release-1.2 branch.'
timeout: 60 timeout: 60
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment