add tags to e2e and integration tests

pull/6/head
Jeff Grafton 2017-09-21 15:07:59 -07:00
parent 02fb4200dc
commit 04b0468464
6 changed files with 6 additions and 1 deletions

View File

@ -10,6 +10,7 @@ go_test(
name = "go_default_test",
srcs = ["e2e_test.go"],
library = ":go_default_library",
tags = ["e2e"],
deps = [
"//test/e2e/apimachinery:go_default_library",
"//test/e2e/apps:go_default_library",

View File

@ -16,6 +16,7 @@ go_test(
name = "go_default_test",
srcs = ["chaosmonkey_test.go"],
library = ":go_default_library",
tags = ["e2e"],
)
filegroup(

View File

@ -66,6 +66,7 @@ go_test(
name = "go_default_test",
srcs = ["taints_test.go"],
library = ":go_default_library",
tags = ["e2e"],
deps = [
"//test/e2e/framework:go_default_library",
"//test/utils:go_default_library",

View File

@ -112,7 +112,7 @@ go_test(
"//conditions:default": [],
}),
library = ":go_default_library",
tags = ["integration"],
tags = ["e2e"],
deps = [
"//pkg/api:go_default_library",
"//pkg/api/v1/node:go_default_library",

View File

@ -38,6 +38,7 @@ go_test(
"package_validator_test.go",
],
library = ":go_default_library",
tags = ["e2e"],
deps = [
"//vendor/github.com/docker/docker/api/types:go_default_library",
"//vendor/github.com/stretchr/testify/assert:go_default_library",

View File

@ -14,6 +14,7 @@ go_test(
"main_test.go",
],
library = ":go_default_library",
tags = ["integration"],
deps = [
"//pkg/controller/deployment/util:go_default_library",
"//test/integration/framework:go_default_library",