Add elasticsearch suite

This commit is contained in:
Minhan Xia 2016-02-10 16:18:43 -08:00
parent a33f11f225
commit e4a03cddca
2 changed files with 16 additions and 0 deletions

View File

@ -412,6 +412,17 @@ case ${JOB_NAME} in
: ${PROJECT:="kubernetes-jenkins"}
;;
# Runs only the elasticsearch logging tests on GCE.
kubernetes-e2e-gce-es-logging)
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-es-logging"}
: ${E2E_NETWORK:="e2e-es-logging"}
: ${GINKGO_TEST_ARGS:="--ginkgo.focus=\[Feature:Elasticsearch\]"}
: ${KUBE_GCE_INSTANCE_PREFIX:="e2e-es-logging"}
: ${PROJECT:="kubernetes-es-logging"}
# Enable elasticsearch logging addon
KUBE_LOGGING_DESTINATION="elasticsearch"
;;
# Runs only the autoscaling tests on GCE.
kubernetes-e2e-gce-autoscaling)
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-autoscaling"}

View File

@ -199,6 +199,11 @@
timeout: 90
emails: '$DEFAULT_RECIPIENTS, beeps@google.com'
test-owner: 'beeps'
- 'gce-es-logging':
description: 'Run [Feature:Elasticsearch] tests on GCE using the latest successful build.'
timeout: 90
emails: '$DEFAULT_RECIPIENTS, mixia@google.com'
test-owner: 'mixia'
jobs:
- 'kubernetes-e2e-{suffix}'