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
68a61474
Commit
68a61474
authored
Jan 15, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #19543 from ihmccreery/autoscaling-skips
Auto commit by PR queue bot
parents
5484bef6
cfdae7b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
e2e.sh
hack/jenkins/e2e.sh
+1
-2
cluster_size_autoscaling.go
test/e2e/cluster_size_autoscaling.go
+1
-1
horizontal_pod_autoscaling.go
test/e2e/horizontal_pod_autoscaling.go
+1
-1
No files found.
hack/jenkins/e2e.sh
View file @
68a61474
...
...
@@ -290,7 +290,6 @@ GKE_REQUIRED_SKIP_TESTS=(
# Specialized tests which should be skipped by default for GKE.
GKE_DEFAULT_SKIP_TESTS
=(
"Autoscaling
\s
Suite"
# Perf test, slow by design
"resource
\s
usage
\s
tracking"
"
${
GKE_REQUIRED_SKIP_TESTS
[@]
}
"
...
...
@@ -390,7 +389,7 @@ case ${JOB_NAME} in
kubernetes-e2e-gce-autoscaling
)
:
${
E2E_CLUSTER_NAME
:
=
"jenkins-gce-e2e-autoscaling"
}
:
${
E2E_NETWORK
:
=
"e2e-autoscaling"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Autoscaling
\]
"
}
:
${
GINKGO_TEST_ARGS
:
=
"--ginkgo.focus=
\[
Feature:
Autoscaling
\]
"
}
:
${
KUBE_GCE_INSTANCE_PREFIX
:
=
"e2e-autoscaling"
}
:
${
PROJECT
:
=
"k8s-jnks-e2e-gce-autoscaling"
}
:
${
FAIL_ON_GCP_RESOURCE_LEAK
:
=
"true"
}
...
...
test/e2e/cluster_size_autoscaling.go
View file @
68a61474
...
...
@@ -32,7 +32,7 @@ const (
scaleDownTimeout
=
30
*
time
.
Minute
)
var
_
=
Describe
(
"
[Autoscaling] [Skipped
]"
,
func
()
{
var
_
=
Describe
(
"
Autoscaling [Feature:Autoscaling
]"
,
func
()
{
f
:=
NewFramework
(
"autoscaling"
)
var
nodeCount
int
var
coresPerNode
int
...
...
test/e2e/horizontal_pod_autoscaling.go
View file @
68a61474
...
...
@@ -48,7 +48,7 @@ var _ = Describe("Horizontal pod autoscaling (scale resource: CPU) [Skipped]", f
})
})
Describe
(
"
[Autoscaling] ReplicationController
"
,
func
()
{
Describe
(
"
ReplicationController [Feature:Autoscaling]
"
,
func
()
{
// CPU tests via replication controllers
It
(
titleUp
,
func
()
{
scaleUp
(
"rc"
,
kindRC
,
rc
,
f
)
...
...
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