mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Add gce-slow-release-1.2 job.
This commit is contained in:
parent
fd4dd4d766
commit
e4e677acd7
1 changed files with 8 additions and 0 deletions
|
|
@ -240,6 +240,14 @@
|
|||
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
|
||||
export GINKGO_PARALLEL="y"
|
||||
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':
|
||||
description: 'Run [Serial], [Disruptive], tests on GCE on the release-1.2 branch.'
|
||||
timeout: 300
|
||||
|
|
|
|||
Loading…
Reference in a new issue