Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup tests with etcd3 underneath #375

Merged
merged 1 commit into from
Aug 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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