Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
62587b66
Commit
62587b66
authored
Feb 19, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #21019 from freehan/estest
Auto commit by PR queue bot
parents
dabc22ee
e4a03cdd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
e2e.sh
hack/jenkins/e2e.sh
+11
-0
kubernetes-e2e.yaml
hack/jenkins/job-configs/kubernetes-e2e.yaml
+5
-0
es_cluster_logging.go
test/e2e/es_cluster_logging.go
+1
-2
No files found.
hack/jenkins/e2e.sh
View file @
62587b66
...
@@ -261,6 +261,17 @@ case ${JOB_NAME} in
...
@@ -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
\]
\
...
...
hack/jenkins/job-configs/kubernetes-e2e.yaml
View file @
62587b66
...
@@ -274,6 +274,11 @@
...
@@ -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}'
...
...
test/e2e/es_cluster_logging.go
View file @
62587b66
...
@@ -30,8 +30,7 @@ import (
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment