Skip to content

Commit

Permalink
Add //java/... to Protobuf pipeline
Browse files Browse the repository at this point in the history
Java-specific targets were moved into //java in protocolbuffers/protobuf#7190
  • Loading branch information
Yannic committed Feb 21, 2020
1 parent 85b2f19 commit f60a533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildkite/pipelines/protobuf-postsubmit.yml
Expand Up @@ -3,20 +3,23 @@ platforms:
ubuntu1604:
test_targets:
- "//:all"
- "//java/..."
# `cc_proto_blacklist_test` only works as `@com_google_protobuf//:cc_proto_blacklist_test`.
# https://github.com/bazelbuild/bazel/issues/10590
- "-//:cc_proto_blacklist_test"
- "@com_google_protobuf//:cc_proto_blacklist_test"
macos:
test_targets:
- "//:all"
- "//java/..."
# `cc_proto_blacklist_test` only works as `@com_google_protobuf//:cc_proto_blacklist_test`.
# https://github.com/bazelbuild/bazel/issues/10590
- "-//:cc_proto_blacklist_test"
- "@com_google_protobuf//:cc_proto_blacklist_test"
windows:
test_targets:
- "//:all"
- "//java/..."
# `cc_proto_blacklist_test` only works as `@com_google_protobuf//:cc_proto_blacklist_test`.
# https://github.com/bazelbuild/bazel/issues/10590
- "-//:cc_proto_blacklist_test"
Expand Down

0 comments on commit f60a533

Please sign in to comment.