mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #24066 from wonderfly/serial_tests_trusty
Automatic merge from submit-queue Start running [Serial] tests in Trusty CI jobs and the release job of Trusty-dev Adding these tests as requested in https://github.com/kubernetes/kubernetes/issues/23956#issuecomment-207096136 @spxtr Can you review this? cc/ @dchen1107 @andyzheng0831
This commit is contained in:
commit
95871a3582
@ -667,6 +667,13 @@
|
||||
--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
|
||||
export GINKGO_PARALLEL="y"
|
||||
export PROJECT="e2e-gce-trusty-ci-master-slow"
|
||||
- 'serial-master':
|
||||
description: 'Run [Serial], [Disruptive], tests on GCE, with Trusty images.'
|
||||
timeout: 300
|
||||
job-env: |
|
||||
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Serial\]|\[Disruptive\] \
|
||||
--ginkgo.skip=\[Flaky\]|\[Feature:.+\]"
|
||||
export PROJECT="e2e-gce-trusty-ci-serial"
|
||||
jobs:
|
||||
- 'kubernetes-e2e-gce-trusty-ci-{suffix}'
|
||||
|
||||
@ -697,6 +704,13 @@
|
||||
--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
|
||||
export GINKGO_PARALLEL="y"
|
||||
export PROJECT="e2e-gce-trusty-ci-slow-1-2"
|
||||
- 'serial-release-1.2':
|
||||
description: 'Run [Serial], [Disruptive], tests on GCE, with Trusty images, on the release-1.2 branch.'
|
||||
timeout: 300
|
||||
job-env: |
|
||||
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Serial\]|\[Disruptive\] \
|
||||
--ginkgo.skip=\[Flaky\]|\[Feature:.+\]"
|
||||
export PROJECT="e2e-gce-trusty-ci-serial-1-2"
|
||||
jobs:
|
||||
- 'kubernetes-e2e-gce-trusty-ci-{suffix}'
|
||||
|
||||
@ -744,6 +758,13 @@
|
||||
--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
|
||||
export GINKGO_PARALLEL="y"
|
||||
export PROJECT="k8s-e2e-gce-trusty-dev-slow"
|
||||
- 'serial':
|
||||
description: 'Run [Serial], [Disruptive], tests on GCE, with Trusty dev images and the latest k8s 1.2 release.'
|
||||
timeout: 300
|
||||
job-env: |
|
||||
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Serial\]|\[Disruptive\] \
|
||||
--ginkgo.skip=\[Flaky\]|\[Feature:.+\]"
|
||||
export PROJECT="e2e-gce-trusty-dev-serial"
|
||||
jobs:
|
||||
- 'kubernetes-e2e-gce-trusty-dev-{suffix}'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user