aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar L?szl? Csomor <laszlocsomor@google.com>2017-09-19 17:12:32 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-09-19 17:19:14 +0200
commit088f6113007d1a341893d915a87b93a4aed9898e (patch)
tree39efddacd8d0876980e230c3b9cc0bc72ca27b2b /scripts
parent807a9b236963ff863573050d5aba146a9bbe23db (diff)
CI,windows: create test_suites for Windows tests
Add recursive test_suite rules for all tests that ci.bazel.io runs for Windows, and set the top-level test_suite as the CI test target. Doing so shortens the command line and works around https://github.com/bazelbuild/bazel/issues/3742 I verified that the old set of tests are the same as the new set. Change-Id: Id8d5da3f0c03c9b8969a9f8e1e9a3096888365aa PiperOrigin-RevId: 169242858
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-tests.json13
1 files changed, 1 insertions, 12 deletions
diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json
index f8d3564935..79930da391 100644
--- a/scripts/ci/bazel-tests.json
+++ b/scripts/ci/bazel-tests.json
@@ -95,19 +95,8 @@
// ASSERT_DEATH will try to write to C:/Windows, then fails.
"--test_env=TEMP"
],
- "test_tag_filters": [
- "-no_windows",
- "-slow"
- ],
"tests": [
- "//src/test/py/...",
- "//src/test/java/...",
- "//src/test/cpp/...",
- "//src/test/native:all_tests",
- "//src/tools/launcher/util/...",
- "//src/test/shell/bazel:bazel_bootstrap_distfile_test",
- "//src/test/shell/bazel:bazel_windows_example_test",
- "//third_party/def_parser/..."
+ "//src:all_windows_tests"
],
"targets": ["//src:bazel"]
}