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
1355e6b2
Unverified
Commit
1355e6b2
authored
Oct 26, 2018
by
k8s-ci-robot
Committed by
GitHub
Oct 26, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #70283 from justinsb/only_reconcile_health_check_on_gce
e2e: Only do LB health check reconciliation test on GCE
parents
117c6177
4f3aafd6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
service.go
test/e2e/network/service.go
+3
-2
No files found.
test/e2e/network/service.go
View file @
1355e6b2
...
@@ -1552,8 +1552,9 @@ var _ = SIGDescribe("Services", func() {
...
@@ -1552,8 +1552,9 @@ var _ = SIGDescribe("Services", func() {
// to be something else, see if the interval will be reconciled.
// to be something else, see if the interval will be reconciled.
It
(
"should reconcile LB health check interval [Slow][Serial]"
,
func
()
{
It
(
"should reconcile LB health check interval [Slow][Serial]"
,
func
()
{
const
gceHcCheckIntervalSeconds
=
int64
(
8
)
const
gceHcCheckIntervalSeconds
=
int64
(
8
)
// This test is for clusters on GCE/GKE.
// This test is for clusters on GCE.
framework
.
SkipUnlessProviderIs
(
"gce"
,
"gke"
)
// (It restarts kube-controller-manager, which we don't support on GKE)
framework
.
SkipUnlessProviderIs
(
"gce"
)
clusterID
,
err
:=
gce
.
GetClusterID
(
cs
)
clusterID
,
err
:=
gce
.
GetClusterID
(
cs
)
if
err
!=
nil
{
if
err
!=
nil
{
framework
.
Failf
(
"framework.GetClusterID(cs) = _, %v; want nil"
,
err
)
framework
.
Failf
(
"framework.GetClusterID(cs) = _, %v; want nil"
,
err
)
...
...
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