Merge pull request #21019 from freehan/estest

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-19 05:46:23 -08:00
commit 62587b66ff
3 changed files with 17 additions and 2 deletions

View File

@ -261,6 +261,17 @@ case ${JOB_NAME} in
export PROJECT="k8s-jkns-e2e-examples"
;;
# 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)
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Feature:ClusterSizeAutoscaling\]|\[Feature:InitialResources\] \

View File

@ -274,6 +274,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}'

View File

@ -30,8 +30,7 @@ import (
. "github.com/onsi/gomega"
)
// Flaky issue #17873
var _ = Describe("Cluster level logging using Elasticsearch [Flaky]", func() {
var _ = Describe("Cluster level logging using Elasticsearch [Feature:Elasticsearch]", func() {
f := NewFramework("es-logging")
BeforeEach(func() {