Skip to content

Commit 5504d84

Browse files
author
Bin Lu
committed
Bug fix: failed to run integration test by using bazel
Signed-off-by: Bin Lu <[email protected]>
1 parent fe895f0 commit 5504d84

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

test/integration/apiserver/admissionwebhook/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ go_test(
77
"broken_webhook_test.go",
88
"main_test.go",
99
],
10+
rundir = ".",
1011
tags = [
1112
"etcd",
1213
"integration",

test/integration/auth/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ go_test(
1818
"rbac_test.go",
1919
"svcaccttoken_test.go",
2020
],
21+
rundir = ".",
2122
tags = ["integration"],
2223
deps = [
2324
"//cmd/kube-apiserver/app/options:go_default_library",

test/integration/client/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ go_test(
1313
"dynamic_client_test.go",
1414
"main_test.go",
1515
],
16+
rundir = ".",
1617
tags = ["integration"],
1718
deps = [
1819
"//cmd/kube-apiserver/app/testing:go_default_library",

test/integration/dryrun/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ go_test(
1212
"dryrun_test.go",
1313
"main_test.go",
1414
],
15+
rundir = ".",
1516
tags = [
1617
"etcd",
1718
"integration",

test/integration/garbagecollector/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ go_test(
88
"garbage_collector_test.go",
99
"main_test.go",
1010
],
11+
rundir = ".",
1112
tags = ["integration"],
1213
deps = [
1314
"//cmd/kube-apiserver/app/testing:go_default_library",

test/integration/kubelet/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ go_test(
66
"main_test.go",
77
"watch_manager_test.go",
88
],
9+
rundir = ".",
910
tags = ["integration"],
1011
deps = [
1112
"//cmd/kube-apiserver/app/testing:go_default_library",

test/integration/master/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ go_test(
2121
"synthetic_master_test.go",
2222
],
2323
embed = [":go_default_library"],
24+
rundir = ".",
2425
tags = ["integration"],
2526
deps = [
2627
"//cmd/kube-apiserver/app/options:go_default_library",

test/integration/scale/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ go_test(
99
name = "go_default_test",
1010
size = "large",
1111
srcs = ["scale_test.go"],
12+
rundir = ".",
1213
tags = ["integration"],
1314
deps = [
1415
"//cmd/kube-apiserver/app/testing:go_default_library",

test/integration/serving/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ go_test(
1212
"main_test.go",
1313
"serving_test.go",
1414
],
15+
rundir = ".",
1516
tags = [
1617
"etcd",
1718
"integration",

test/integration/tls/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ go_test(
77
"ciphers_test.go",
88
"main_test.go",
99
],
10+
rundir = ".",
1011
tags = ["integration"],
1112
deps = [
1213
"//cmd/kube-apiserver/app/testing:go_default_library",

0 commit comments

Comments
 (0)