From cb51093b0bf303686f6b068f37eac1b5e52b7d68 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Thu, 11 Aug 2016 08:52:33 +0200 Subject: [PATCH] Setup tests with etcd3 underneath --- .../kubernetes-jenkins/kubernetes-e2e-gce.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e-gce.yaml b/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e-gce.yaml index 8c9908c4b83dd..bee2ea50007ba 100644 --- a/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e-gce.yaml +++ b/jenkins/job-configs/kubernetes-jenkins/kubernetes-e2e-gce.yaml @@ -178,6 +178,18 @@ 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.' + 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.'