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
7c2befe6
Commit
7c2befe6
authored
Nov 23, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17573 from wonderfly/blacklist_monitoring_test_for_trusty
Auto commit by PR queue bot
parents
ffe83709
ed508e9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
e2e.sh
hack/jenkins/e2e.sh
+12
-3
No files found.
hack/jenkins/e2e.sh
View file @
7c2befe6
...
@@ -236,7 +236,7 @@ GCE_SOAK_CONTINUOUS_SKIP_TESTS=(
...
@@ -236,7 +236,7 @@ GCE_SOAK_CONTINUOUS_SKIP_TESTS=(
GCE_RELEASE_SKIP_TESTS
=(
GCE_RELEASE_SKIP_TESTS
=(
)
)
TRUSTY_SKIP_TESTS
=(
TRUSTY_
DEFAULT_
SKIP_TESTS
=(
# TODO(wonderfly): Remove this once
# TODO(wonderfly): Remove this once
# https://github.com/kubernetes/kubernetes/issues/12689 is fixed.
# https://github.com/kubernetes/kubernetes/issues/12689 is fixed.
"Services.*should
\s
work
\s
after
\s
restarting
\s
kube-proxy"
"Services.*should
\s
work
\s
after
\s
restarting
\s
kube-proxy"
...
@@ -248,6 +248,15 @@ TRUSTY_SKIP_TESTS=(
...
@@ -248,6 +248,15 @@ TRUSTY_SKIP_TESTS=(
"Kubelet
\s
regular
\s
resource
\s
usage
\s
tracking
\s
over
\s
30m0s
\s
with
\s
0
\s
pods
\s
per
\s
node"
"Kubelet
\s
regular
\s
resource
\s
usage
\s
tracking
\s
over
\s
30m0s
\s
with
\s
0
\s
pods
\s
per
\s
node"
)
)
TRUSTY_SKIP_TESTS
=(
"
${
TRUSTY_DEFAULT_SKIP_TESTS
[@]
}
"
"Monitoring
\s
should
\s
verify
\s
monitoring
\s
pods
\s
and
\s
all
\s
cluster
\s
nodes
\s
are
\s
available
\s
on
\s
influxdb
\s
using
\s
heapster"
)
TRUSTY_BETA_SKIP_TESTS
=(
"
${
TRUSTY_DEFAULT_SKIP_TESTS
[@]
}
"
)
# Define environment variables based on the Jenkins project name.
# Define environment variables based on the Jenkins project name.
case
${
JOB_NAME
}
in
case
${
JOB_NAME
}
in
# Runs all non-flaky, non-slow tests on GCE, sequentially.
# Runs all non-flaky, non-slow tests on GCE, sequentially.
...
@@ -583,7 +592,7 @@ case ${JOB_NAME} in
...
@@ -583,7 +592,7 @@ case ${JOB_NAME} in
${
GCE_RELEASE_SKIP_TESTS
[@]
:+
${
GCE_RELEASE_SKIP_TESTS
[@]
}}
\
${
GCE_RELEASE_SKIP_TESTS
[@]
:+
${
GCE_RELEASE_SKIP_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
${
GCE_FLAKY_TESTS
[@]
:+
${
GCE_FLAKY_TESTS
[@]
}}
\
${
GCE_SLOW_TESTS
[@]
:+
${
GCE_SLOW_TESTS
[@]
}}
\
${
GCE_SLOW_TESTS
[@]
:+
${
GCE_SLOW_TESTS
[@]
}}
\
${
TRUSTY_
SKIP_TESTS
[@]
:+
${
TRUSTY
_SKIP_TESTS
[@]
}}
\
${
TRUSTY_
BETA_SKIP_TESTS
[@]
:+
${
TRUSTY_BETA
_SKIP_TESTS
[@]
}}
\
)
"
}
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
=
"e2e-gce"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
=
"e2e-gce"
}
:
${
PROJECT
:
=
"k8s-e2e-gce-trusty-beta"
}
:
${
PROJECT
:
=
"k8s-e2e-gce-trusty-beta"
}
...
@@ -602,7 +611,7 @@ case ${JOB_NAME} in
...
@@ -602,7 +611,7 @@ case ${JOB_NAME} in
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
$(
join_regex_no_empty
\
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
$(
join_regex_no_empty
\
${
GCE_SLOW_TESTS
[@]
:+
${
GCE_SLOW_TESTS
[@]
}}
\
${
GCE_SLOW_TESTS
[@]
:+
${
GCE_SLOW_TESTS
[@]
}}
\
)
--ginkgo.skip=
$(
join_regex_allow_empty
\
)
--ginkgo.skip=
$(
join_regex_allow_empty
\
${
TRUSTY_
SKIP_TESTS
[@]
:+
${
TRUSTY
_SKIP_TESTS
[@]
}}
\
${
TRUSTY_
BETA_SKIP_TESTS
[@]
:+
${
TRUSTY_BETA
_SKIP_TESTS
[@]
}}
\
)
"
}
)
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
=
"e2e-trusty-beta-slow"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
=
"e2e-trusty-beta-slow"
}
:
${
PROJECT
:
=
"k8s-e2e-gce-trusty-beta-slow"
}
:
${
PROJECT
:
=
"k8s-e2e-gce-trusty-beta-slow"
}
...
...
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