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
790601bb
Commit
790601bb
authored
Feb 22, 2019
by
qingsenLi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some unused const in test/e2e_node
parent
37f01382
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
device_plugin.go
test/e2e_node/device_plugin.go
+1
-2
gpu_device_plugin.go
test/e2e_node/gpu_device_plugin.go
+0
-4
No files found.
test/e2e_node/device_plugin.go
View file @
790601bb
...
...
@@ -41,8 +41,7 @@ import (
const
(
// fake resource name
resourceName
=
"fake.com/resource"
resourceNameWithProbeSupport
=
"fake.com/resource2"
resourceName
=
"fake.com/resource"
)
// Serial because the test restarts Kubelet
...
...
test/e2e_node/gpu_device_plugin.go
View file @
790601bb
...
...
@@ -32,10 +32,6 @@ import (
"github.com/prometheus/common/model"
)
const
(
testPodNamePrefix
=
"nvidia-gpu-"
)
// Serial because the test restarts Kubelet
var
_
=
framework
.
KubeDescribe
(
"NVIDIA GPU Device Plugin [Feature:GPUDevicePlugin][NodeFeature:GPUDevicePlugin][Serial] [Disruptive]"
,
func
()
{
f
:=
framework
.
NewDefaultFramework
(
"device-plugin-gpus-errors"
)
...
...
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