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.

bazel-tests.json has been moved to Bazel repo, this change is for old
version source tree.

Change-Id: Ic846dae0f3c249c7c8b436ec6c1bdf5edf54fd22
diff --git a/jenkins/jobs/configs/bazel-tests.json b/jenkins/jobs/configs/bazel-tests.json
index 8c7d4b5..59e18fe 100644
--- a/jenkins/jobs/configs/bazel-tests.json
+++ b/jenkins/jobs/configs/bazel-tests.json
@@ -132,8 +132,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"]
         }
     }
 ]