mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 06:43:54 +00:00
Add elasticsearch suite
This commit is contained in:
parent
a33f11f225
commit
e4a03cddca
@ -412,6 +412,17 @@ case ${JOB_NAME} in
|
|||||||
: ${PROJECT:="kubernetes-jenkins"}
|
: ${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.
|
# Runs only the autoscaling tests on GCE.
|
||||||
kubernetes-e2e-gce-autoscaling)
|
kubernetes-e2e-gce-autoscaling)
|
||||||
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-autoscaling"}
|
: ${E2E_CLUSTER_NAME:="jenkins-gce-e2e-autoscaling"}
|
||||||
|
@ -199,6 +199,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}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user