Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable tests on ubuntu1804 that don't work with JDK11 #127

Merged
merged 1 commit into from
Apr 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@
platforms:
ubuntu1604:
test_targets:
- "//tests/..."
- "//tests/..."
ubuntu1804:
test_targets:
- "//tests/..."
- "--"
- "//tests/..."
# These tests are currently incompatible with OpenJDK 11.
- "-//tests/integration:ArtifactExclusionsTest"
- "-//tests/integration:NeverlinkTest"
- "-//tests/integration:UnsafeSharedCacheTest"
macos:
test_targets:
- "//tests/..."
- "//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
- "-//tests/unit/kotlin/..."
- "--"
- "//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
- "-//tests/unit/kotlin/..."