From 088f6113007d1a341893d915a87b93a4aed9898e Mon Sep 17 00:00:00 2001 From: L?szl? Csomor Date: Tue, 19 Sep 2017 17:12:32 +0200 Subject: 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 --- scripts/ci/bazel-tests.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'scripts') 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"] } -- cgit v1.2.3