Commit 81a105cb authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Reenable scheduler metrics in scalability tests.

parent 5f8743ea
......@@ -112,8 +112,7 @@ var _ = Describe("Density [Skipped]", func() {
// Verify scheduler metrics.
// TODO: Reset metrics at the beginning of the test.
// 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")
......
......@@ -2111,7 +2111,7 @@ func getSigner(provider string) (ssh.Signer, error) {
// support.
keyfile := ""
switch provider {
case "gce", "gke":
case "gce", "gke", "kubemark":
keyfile = "google_compute_engine"
case "aws":
// If there is an env. variable override, use that.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment