Commit e4e677ac authored by Joe Finney's avatar Joe Finney

Add gce-slow-release-1.2 job.

parent fd4dd4d7
...@@ -240,6 +240,14 @@ ...@@ -240,6 +240,14 @@
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-slow-release-1.2':
description: 'Runs slow tests on GCE, sequentially on the release-1.2 branch.'
timeout: 60
job-env: |
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Slow\] \
--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
export GINKGO_PARALLEL="y"
export PROJECT="k8s-jkns-e2e-gce-slow-1-2"
- 'gce-serial-release-1.2': - 'gce-serial-release-1.2':
description: 'Run [Serial], [Disruptive], tests on GCE on the release-1.2 branch.' description: 'Run [Serial], [Disruptive], tests on GCE on the release-1.2 branch.'
timeout: 300 timeout: 300
......
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