aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci
diff options
context:
space:
mode:
authorGravatar pcloudy <pcloudy@google.com>2017-07-31 13:12:33 +0200
committerGravatar Dmitry Lomov <dslomov@google.com>2017-07-31 16:32:15 +0200
commitd27c5153b8deb77908dfae371246e5ed5077e042 (patch)
tree73d478e27d6b973dc8922fc2b16aa3a26eaf657c /scripts/ci
parent94261203955f8683dd26e3d0233cb45329e4545f (diff)
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
Diffstat (limited to 'scripts/ci')
-rw-r--r--scripts/ci/bazel-tests.json4
1 files changed, 2 insertions, 2 deletions
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"]
}
}
]