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
24b03c4d
Commit
24b03c4d
authored
Sep 24, 2015
by
gmarek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move broken service tests to the flaky suite to make GCE suite happy again
parent
795d6827
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 @
24b03c4d
...
...
@@ -101,7 +101,6 @@ REBOOT_SKIP_TESTS=(
GCE_DEFAULT_SKIP_TESTS
=(
"
${
REBOOT_SKIP_TESTS
[@]
}
"
"Reboot"
"should
\s
release
\s
the
\s
load
\s
balancer
\s
when
\s
Type
\s
goes
\s
from
\s
LoadBalancer"
# timeouts in 20 minutes in last builds. #14424
)
# Tests which cannot be run on GKE, e.g. because they require
...
...
@@ -123,6 +122,9 @@ GCE_FLAKY_TESTS=(
"monotonically
\s
increasing
\s
restart
\s
count"
"should
\s
be
\s
able
\s
to
\s
change
\s
the
\s
type
\s
and
\s
nodeport
\s
settings
\s
of
\s
a
\s
service"
# file: service.go, issue: #13032
"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: #13258
"should
\s
release
\s
the
\s
load
\s
balancer
\s
when
\s
Type
\s
goes
\s
from
\s
LoadBalancer"
# timeouts in 20 minutes in last builds. #14424
"should
\s
correctly
\s
serve
\s
identically
\s
named
\s
services
\s
in
\s
different
\s
namespaces
\s
on
\s
different
\s
external
\s
IP
\s
addresses"
# same as above
"should
\s
be
\s
able
\s
to
\s
create
\s
a
\s
functioning
\s
external
\s
load
\s
balancer"
# same as above, also catches "...with user-provided balancer ip"
)
# The following tests are known to be slow running (> 2 min), and are
...
...
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