Skip to content

Commit

Permalink
Add .bazelignore so that we can run bazel test //... (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
jin authored May 27, 2019
1 parent 22167f3 commit 224acb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
platforms:
ubuntu1604:
test_targets:
- "//tests/..."
- "//..."
ubuntu1804:
test_targets:
- "--"
- "//tests/..."
- "//..."
# These tests are currently incompatible with OpenJDK 11.
- "-//tests/integration:ArtifactExclusionsTest"
- "-//tests/integration:NeverlinkTest"
- "-//tests/integration:UnsafeSharedCacheTest"
macos:
test_targets:
- "//tests/..."
- "//..."
windows:
test_targets:
- "--"
- "//tests/..."
- "//..."
# rules_kotlin is not tested / does not work on Windows.
# https://github.com/bazelbuild/rules_kotlin/issues/179
# https://github.com/bazelbuild/rules_kotlin/blob/master/.bazelci/presubmit.yml
Expand Down
2 changes: 2 additions & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
examples/
third_party/bazel_json/test

0 comments on commit 224acb9

Please sign in to comment.