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
54c874f2
Commit
54c874f2
authored
Dec 05, 2016
by
Random-Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bazel.
parent
4cdd1b78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
BUILD
test/e2e_node/remote/BUILD
+4
-0
BUILD
test/e2e_node/services/BUILD
+1
-0
No files found.
test/e2e_node/remote/BUILD
View file @
54c874f2
...
...
@@ -10,8 +10,12 @@ load(
go_library(
name = "go_default_library",
srcs = [
"node_conformance.go",
"node_e2e.go",
"remote.go",
"ssh.go",
"types.go",
"utils.go",
],
tags = ["automanaged"],
deps = [
...
...
test/e2e_node/services/BUILD
View file @
54c874f2
...
...
@@ -17,6 +17,7 @@ go_library(
"namespace_controller.go",
"server.go",
"services.go",
"util.go",
],
tags = ["automanaged"],
deps = [
...
...
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