From d27c5153b8deb77908dfae371246e5ed5077e042 Mon Sep 17 00:00:00 2001 From: pcloudy Date: Mon, 31 Jul 2017 13:12:33 +0200 Subject: Don't run bazel_windows_example_test with MSYS toolchain anymore. Instead just using a //examples/cpp:hello-world to make sure the MSYS toolchain doesn't regress. RELNOTES: None PiperOrigin-RevId: 163676783 --- scripts/ci/bazel-tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/ci') diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json index a39ec47482..b12a40da46 100644 --- a/scripts/ci/bazel-tests.json +++ b/scripts/ci/bazel-tests.json @@ -131,8 +131,8 @@ "parameters": { "build_opts": ["--cpu=x64_windows_msys", "--host_cpu=x64_windows_msys"], "test_tag_filters": ["-no_windows"], - "tests": ["//src/test/shell/bazel:bazel_windows_example_test"], - "targets": [] + "tests": [], + "targets": ["//examples/cpp:hello-world"] } } ] -- cgit v1.2.3