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
ffdf2892
Commit
ffdf2892
authored
Nov 27, 2015
by
Piotr Szczesniak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17838 from wojtek-t/fix_scheduler_latency_in_kubemark
Reenable scheduler metrics in scalability tests.
parents
3cc588b5
81a105cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
density.go
test/e2e/density.go
+1
-2
util.go
test/e2e/util.go
+1
-1
No files found.
test/e2e/density.go
View file @
ffdf2892
...
@@ -112,8 +112,7 @@ var _ = Describe("Density [Skipped]", func() {
...
@@ -112,8 +112,7 @@ var _ = Describe("Density [Skipped]", func() {
// Verify scheduler metrics.
// Verify scheduler metrics.
// TODO: Reset metrics at the beginning of the test.
// TODO: Reset metrics at the beginning of the test.
// We should do something similar to how we do it for APIserver.
// We should do something similar to how we do it for APIserver.
// TODO: Reenable it once it is running with Kubemark.
expectNoError
(
VerifySchedulerLatency
())
// expectNoError(VerifySchedulerLatency())
})
})
framework
:=
NewFramework
(
"density"
)
framework
:=
NewFramework
(
"density"
)
...
...
test/e2e/util.go
View file @
ffdf2892
...
@@ -2131,7 +2131,7 @@ func getSigner(provider string) (ssh.Signer, error) {
...
@@ -2131,7 +2131,7 @@ func getSigner(provider string) (ssh.Signer, error) {
// support.
// support.
keyfile
:=
""
keyfile
:=
""
switch
provider
{
switch
provider
{
case
"gce"
,
"gke"
:
case
"gce"
,
"gke"
,
"kubemark"
:
keyfile
=
"google_compute_engine"
keyfile
=
"google_compute_engine"
case
"aws"
:
case
"aws"
:
// If there is an env. variable override, use that.
// If there is an env. variable override, use that.
...
...
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