Skip to content

Commit

Permalink
Setup tests with etcd3 underneath
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Aug 11, 2016
1 parent 9e3fe7b commit 30c51ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,19 @@
export KUBE_MASTER_OS_DISTRIBUTION="debian"
export KUBE_GCE_MASTER_IMAGE="container-v1-3-v20160604"
export KUBE_GCE_NODE_IMAGE="container-v1-3-v20160604"
- 'gce-etcd3': # kubernetes-e2e-gce-etcd3
cron-string: '{sq-cron-string}'
description: 'Runs all non-slow, non-serial, non-flaky, tests on GCE in parallel with etcd3 underneath.'
test-owner: 'wojtek-t'
timeout: 50 # See #21138
job-env: |
# This list should match the list in kubernetes-pull-build-test-e2e-gce.
export GINKGO_TEST_ARGS="--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] \
--kube-api-content-type=application/vnd.kubernetes.protobuf"
export GINKGO_PARALLEL="y"
export PROJECT="k8s-jkns-e2e-etcd3"
# Use etcd3 as storage backend.
export STORAGE_BACKEND="etcd3"
- 'gce-proto': # kubernetes-e2e-gce-proto
cron-string: '{sq-cron-string}'
description: 'Runs all non-slow, non-serial, non-flaky, tests on GCE in parallel with protobuf communication.'
Expand Down

0 comments on commit 30c51ad

Please sign in to comment.