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
f21960a0
Commit
f21960a0
authored
Aug 11, 2016
by
Dawn Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable qos related tests since the cgroup_root is not properly set for systemd nodes.
parent
cb22c419
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
cgroup_manager_test.go
test/e2e_node/cgroup_manager_test.go
+1
-1
jenkins-ci.properties
test/e2e_node/jenkins/jenkins-ci.properties
+1
-1
jenkins-pull.properties
test/e2e_node/jenkins/jenkins-pull.properties
+1
-1
jenkins-serial.properties
test/e2e_node/jenkins/jenkins-serial.properties
+1
-1
template.properties
test/e2e_node/jenkins/template.properties
+1
-1
No files found.
test/e2e_node/cgroup_manager_test.go
View file @
f21960a0
...
...
@@ -25,7 +25,7 @@ import (
.
"github.com/onsi/gomega"
)
var
_
=
framework
.
KubeDescribe
(
"Kubelet Cgroup Manager"
,
func
()
{
var
_
=
framework
.
KubeDescribe
(
"Kubelet Cgroup Manager
[Skip]
"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"kubelet-cgroup-manager"
)
Describe
(
"QOS containers"
,
func
()
{
Context
(
"On enabling QOS cgroup hierarchy"
,
func
()
{
...
...
test/e2e_node/jenkins/jenkins-ci.properties
View file @
f21960a0
...
...
@@ -5,4 +5,4 @@ GCE_PROJECT=kubernetes-jenkins
CLEANUP
=
true
GINKGO_FLAGS
=
'--skip="\[Flaky\]|\[Serial\]"'
SETUP_NODE
=
false
TEST_ARGS
=
--cgroups-per-qos=
tru
e
TEST_ARGS
=
--cgroups-per-qos=
fals
e
test/e2e_node/jenkins/jenkins-pull.properties
View file @
f21960a0
...
...
@@ -5,4 +5,4 @@ GCE_PROJECT=k8s-jkns-pr-node-e2e
CLEANUP
=
true
GINKGO_FLAGS
=
'--skip="\[Flaky\]|\[Slow\]|\[Serial\]"'
SETUP_NODE
=
false
TEST_ARGS
=
--cgroups-per-qos=
tru
e
TEST_ARGS
=
--cgroups-per-qos=
fals
e
test/e2e_node/jenkins/jenkins-serial.properties
View file @
f21960a0
...
...
@@ -5,5 +5,5 @@ GCE_PROJECT=kubernetes-jenkins
CLEANUP
=
true
GINKGO_FLAGS
=
'--focus="\[Serial\]" --skip="\[Flaky\]"'
SETUP_NODE
=
false
TEST_ARGS
=
--cgroups-per-qos=
tru
e
TEST_ARGS
=
--cgroups-per-qos=
fals
e
PARALLELISM
=
1
test/e2e_node/jenkins/template.properties
View file @
f21960a0
...
...
@@ -18,4 +18,4 @@ CLEANUP=true
# If true, current user will be added to the docker group on test node
SETUP_NODE
=
false
# If true QoS Cgroup Hierarchy is created and tests specifc to the cgroup hierarchy run
TEST_ARGS
=
--cgroups-per-qos=
tru
e
TEST_ARGS
=
--cgroups-per-qos=
fals
e
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