Skip to content

Commit 586c09e

Browse files
authored
Add //java/... to Protobuf pipeline (#950)
Java-specific targets were moved into //java in protocolbuffers/protobuf#7190
1 parent 85b2f19 commit 586c09e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildkite/pipelines/protobuf-postsubmit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,23 @@ platforms:
33
ubuntu1604:
44
test_targets:
55
- "//:all"
6+
- "//java/..."
67
# `cc_proto_blacklist_test` only works as `@com_google_protobuf//:cc_proto_blacklist_test`.
78
# https://github.com/bazelbuild/bazel/issues/10590
89
- "-//:cc_proto_blacklist_test"
910
- "@com_google_protobuf//:cc_proto_blacklist_test"
1011
macos:
1112
test_targets:
1213
- "//:all"
14+
- "//java/..."
1315
# `cc_proto_blacklist_test` only works as `@com_google_protobuf//:cc_proto_blacklist_test`.
1416
# https://github.com/bazelbuild/bazel/issues/10590
1517
- "-//:cc_proto_blacklist_test"
1618
- "@com_google_protobuf//:cc_proto_blacklist_test"
1719
windows:
1820
test_targets:
1921
- "//:all"
22+
- "//java/..."
2023
# `cc_proto_blacklist_test` only works as `@com_google_protobuf//:cc_proto_blacklist_test`.
2124
# https://github.com/bazelbuild/bazel/issues/10590
2225
- "-//:cc_proto_blacklist_test"

0 commit comments

Comments
 (0)