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
94d3d8f0
Commit
94d3d8f0
authored
Nov 30, 2015
by
Wojciech Tyczynski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17935 from wojtek-t/move_nodeoutofdisk_to_flaky
Move NodeOutOfDisk" to flaky
parents
c1af9dcb
90e79c87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
e2e.sh
hack/jenkins/e2e.sh
+3
-1
No files found.
hack/jenkins/e2e.sh
View file @
94d3d8f0
...
@@ -147,6 +147,7 @@ GKE_REQUIRED_SKIP_TESTS=(
...
@@ -147,6 +147,7 @@ GKE_REQUIRED_SKIP_TESTS=(
# Tests wchich are known to be flaky on GKE
# Tests wchich are known to be flaky on GKE
GKE_FLAKY_TESTS
=(
GKE_FLAKY_TESTS
=(
"KubeProxy
\s
should
\s
test
\s
kube-proxy"
"KubeProxy
\s
should
\s
test
\s
kube-proxy"
"NodeOutOfDisk"
)
)
# Specialized tests which should be skipped by default for GKE.
# Specialized tests which should be skipped by default for GKE.
...
@@ -181,6 +182,7 @@ GCE_FLAKY_TESTS=(
...
@@ -181,6 +182,7 @@ GCE_FLAKY_TESTS=(
"DaemonRestart
\s
Controller
\s
Manager"
# issue: #17829
"DaemonRestart
\s
Controller
\s
Manager"
# issue: #17829
"Resource
\s
usage
\s
of
\s
system
\s
containers"
# issue: #13931
"Resource
\s
usage
\s
of
\s
system
\s
containers"
# issue: #13931
"allows
\s
scheduling
\s
of
\s
pods
\s
on
\s
a
\s
minion
\s
after
\s
it
\s
rejoins
\s
the
\s
cluster"
# file: resize_nodes.go, issue: #17830
"allows
\s
scheduling
\s
of
\s
pods
\s
on
\s
a
\s
minion
\s
after
\s
it
\s
rejoins
\s
the
\s
cluster"
# file: resize_nodes.go, issue: #17830
"NodeOutOfDisk"
# issue: 17687
)
)
# The following tests are known to be slow running (> 2 min), and are
# The following tests are known to be slow running (> 2 min), and are
...
@@ -776,7 +778,7 @@ case ${JOB_NAME} in
...
@@ -776,7 +778,7 @@ case ${JOB_NAME} in
)
"
}
)
"
}
;;
;;
kubernetes-
gke-e2
e-flaky
)
kubernetes-
e2e-gk
e-flaky
)
:
${
DOGFOOD_GCLOUD
:
=
"true"
}
:
${
DOGFOOD_GCLOUD
:
=
"true"
}
:
${
CLOUDSDK_BUCKET
:
=
"gs://cloud-sdk-build/testing/staging"
}
:
${
CLOUDSDK_BUCKET
:
=
"gs://cloud-sdk-build/testing/staging"
}
:
${
GKE_API_ENDPOINT
:
=
"https://test-container.sandbox.googleapis.com/"
}
:
${
GKE_API_ENDPOINT
:
=
"https://test-container.sandbox.googleapis.com/"
}
...
...
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