|
1 | 1 | # Description: |
2 | 2 | # TensorBoard, a dashboard for investigating TensorFlow |
3 | 3 |
|
4 | | -load("//tensorbored/defs:py_repl.bzl", "py_repl") |
5 | | -load("//tensorbored/defs:web.bzl", "tf_web_library") |
6 | | -load("//tensorbored/defs:zipper.bzl", "tensorboard_zip_file") |
7 | 4 | load("@rules_python//python:py_binary.bzl", "py_binary") |
8 | 5 | load("@rules_python//python:py_library.bzl", "py_library") |
9 | 6 | load("@rules_python//python:py_test.bzl", "py_test") |
| 7 | +load("//tensorbored/defs:py_repl.bzl", "py_repl") |
| 8 | +load("//tensorbored/defs:web.bzl", "tf_web_library") |
| 9 | +load("//tensorbored/defs:zipper.bzl", "tensorboard_zip_file") |
10 | 10 |
|
11 | 11 | package(default_visibility = [":internal"]) |
12 | 12 |
|
@@ -212,10 +212,13 @@ py_library( |
212 | 212 |
|
213 | 213 | py_test( |
214 | 214 | name = "manager_test", |
215 | | - size = "small", |
| 215 | + size = "large", |
216 | 216 | srcs = ["manager_test.py"], |
217 | 217 | srcs_version = "PY3", |
218 | | - tags = ["support_notf"], |
| 218 | + tags = [ |
| 219 | + "exclusive", |
| 220 | + "support_notf", |
| 221 | + ], |
219 | 222 | visibility = ["//tensorbored:internal"], |
220 | 223 | deps = [ |
221 | 224 | ":manager", |
@@ -274,10 +277,13 @@ py_library( |
274 | 277 |
|
275 | 278 | py_test( |
276 | 279 | name = "program_test", |
277 | | - size = "small", |
| 280 | + size = "large", |
278 | 281 | srcs = ["program_test.py"], |
279 | 282 | srcs_version = "PY3", |
280 | | - tags = ["support_notf"], |
| 283 | + tags = [ |
| 284 | + "exclusive", |
| 285 | + "support_notf", |
| 286 | + ], |
281 | 287 | deps = [ |
282 | 288 | ":default", |
283 | 289 | ":program", |
|
0 commit comments