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
7d2f2f4b
Commit
7d2f2f4b
authored
Jan 29, 2016
by
Fabio Yeon
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20339 from ihmccreery/hpa-serial
Move HPA tests to [Serial] until #20338 is resolved
parents
6ee2f574
a2f2f633
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
horizontal_pod_autoscaling.go
test/e2e/horizontal_pod_autoscaling.go
+3
-1
No files found.
test/e2e/horizontal_pod_autoscaling.go
View file @
7d2f2f4b
...
@@ -31,8 +31,10 @@ const (
...
@@ -31,8 +31,10 @@ const (
subresource
=
"scale"
subresource
=
"scale"
)
)
// These tests don't seem to be running properly in parallel: issue: #20338.
//
// These tests take ~20 minutes each.
// These tests take ~20 minutes each.
var
_
=
Describe
(
"Horizontal pod autoscaling (scale resource: CPU) [Slow]"
,
func
()
{
var
_
=
Describe
(
"Horizontal pod autoscaling (scale resource: CPU) [S
erial] [S
low]"
,
func
()
{
var
rc
*
ResourceConsumer
var
rc
*
ResourceConsumer
f
:=
NewFramework
(
"horizontal-pod-autoscaling"
)
f
:=
NewFramework
(
"horizontal-pod-autoscaling"
)
...
...
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