Commit 04b04684 authored by Jeff Grafton's avatar Jeff Grafton

add tags to e2e and integration tests

parent 02fb4200
......@@ -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",
......
......@@ -16,6 +16,7 @@ go_test(
name = "go_default_test",
srcs = ["chaosmonkey_test.go"],
library = ":go_default_library",
tags = ["e2e"],
)
filegroup(
......
......@@ -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",
......
......@@ -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",
......
......@@ -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",
......
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment