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
5504d845
Commit
5504d845
authored
May 16, 2019
by
Bin Lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix: failed to run integration test by using bazel
Signed-off-by:
Bin Lu
<
bin.lu@arm.com
>
parent
fe895f04
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
0 deletions
+10
-0
BUILD
test/integration/apiserver/admissionwebhook/BUILD
+1
-0
BUILD
test/integration/auth/BUILD
+1
-0
BUILD
test/integration/client/BUILD
+1
-0
BUILD
test/integration/dryrun/BUILD
+1
-0
BUILD
test/integration/garbagecollector/BUILD
+1
-0
BUILD
test/integration/kubelet/BUILD
+1
-0
BUILD
test/integration/master/BUILD
+1
-0
BUILD
test/integration/scale/BUILD
+1
-0
BUILD
test/integration/serving/BUILD
+1
-0
BUILD
test/integration/tls/BUILD
+1
-0
No files found.
test/integration/apiserver/admissionwebhook/BUILD
View file @
5504d845
...
...
@@ -7,6 +7,7 @@ go_test(
"broken_webhook_test.go",
"main_test.go",
],
rundir = ".",
tags = [
"etcd",
"integration",
...
...
test/integration/auth/BUILD
View file @
5504d845
...
...
@@ -18,6 +18,7 @@ go_test(
"rbac_test.go",
"svcaccttoken_test.go",
],
rundir = ".",
tags = ["integration"],
deps = [
"//cmd/kube-apiserver/app/options:go_default_library",
...
...
test/integration/client/BUILD
View file @
5504d845
...
...
@@ -13,6 +13,7 @@ go_test(
"dynamic_client_test.go",
"main_test.go",
],
rundir = ".",
tags = ["integration"],
deps = [
"//cmd/kube-apiserver/app/testing:go_default_library",
...
...
test/integration/dryrun/BUILD
View file @
5504d845
...
...
@@ -12,6 +12,7 @@ go_test(
"dryrun_test.go",
"main_test.go",
],
rundir = ".",
tags = [
"etcd",
"integration",
...
...
test/integration/garbagecollector/BUILD
View file @
5504d845
...
...
@@ -8,6 +8,7 @@ go_test(
"garbage_collector_test.go",
"main_test.go",
],
rundir = ".",
tags = ["integration"],
deps = [
"//cmd/kube-apiserver/app/testing:go_default_library",
...
...
test/integration/kubelet/BUILD
View file @
5504d845
...
...
@@ -6,6 +6,7 @@ go_test(
"main_test.go",
"watch_manager_test.go",
],
rundir = ".",
tags = ["integration"],
deps = [
"//cmd/kube-apiserver/app/testing:go_default_library",
...
...
test/integration/master/BUILD
View file @
5504d845
...
...
@@ -21,6 +21,7 @@ go_test(
"synthetic_master_test.go",
],
embed = [":go_default_library"],
rundir = ".",
tags = ["integration"],
deps = [
"//cmd/kube-apiserver/app/options:go_default_library",
...
...
test/integration/scale/BUILD
View file @
5504d845
...
...
@@ -9,6 +9,7 @@ go_test(
name = "go_default_test",
size = "large",
srcs = ["scale_test.go"],
rundir = ".",
tags = ["integration"],
deps = [
"//cmd/kube-apiserver/app/testing:go_default_library",
...
...
test/integration/serving/BUILD
View file @
5504d845
...
...
@@ -12,6 +12,7 @@ go_test(
"main_test.go",
"serving_test.go",
],
rundir = ".",
tags = [
"etcd",
"integration",
...
...
test/integration/tls/BUILD
View file @
5504d845
...
...
@@ -7,6 +7,7 @@ go_test(
"ciphers_test.go",
"main_test.go",
],
rundir = ".",
tags = ["integration"],
deps = [
"//cmd/kube-apiserver/app/testing:go_default_library",
...
...
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