mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #21019 from freehan/estest
Auto commit by PR queue bot
This commit is contained in:
commit
62587b66ff
@ -261,6 +261,17 @@ case ${JOB_NAME} in
|
|||||||
export PROJECT="k8s-jkns-e2e-examples"
|
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.
|
# Runs only the autoscaling tests on GCE.
|
||||||
kubernetes-e2e-gce-autoscaling)
|
kubernetes-e2e-gce-autoscaling)
|
||||||
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Feature:ClusterSizeAutoscaling\]|\[Feature:InitialResources\] \
|
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Feature:ClusterSizeAutoscaling\]|\[Feature:InitialResources\] \
|
||||||
|
@ -274,6 +274,11 @@
|
|||||||
timeout: 90
|
timeout: 90
|
||||||
emails: '$DEFAULT_RECIPIENTS, beeps@google.com'
|
emails: '$DEFAULT_RECIPIENTS, beeps@google.com'
|
||||||
test-owner: 'beeps'
|
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:
|
jobs:
|
||||||
- 'kubernetes-e2e-{suffix}'
|
- 'kubernetes-e2e-{suffix}'
|
||||||
|
|
||||||
|
@ -30,8 +30,7 @@ import (
|
|||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Flaky issue #17873
|
var _ = Describe("Cluster level logging using Elasticsearch [Feature:Elasticsearch]", func() {
|
||||||
var _ = Describe("Cluster level logging using Elasticsearch [Flaky]", func() {
|
|
||||||
f := NewFramework("es-logging")
|
f := NewFramework("es-logging")
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
|
Loading…
Reference in New Issue
Block a user