rules_proto_grpc icon indicating copy to clipboard operation
rules_proto_grpc copied to clipboard

Fix BuildKite

Open aaliddell opened this issue 3 years ago • 1 comments

Description

Bazel BuildKite recently added a cap on number of tasks, which breaks CI. Need to aggregate all tests under a small number of tasks. How to do this with the test and example workspaces is TBD.

aaliddell avatar Jan 22 '22 17:01 aaliddell

Notes to self for fixing this:

  • Integration testing under discussion at https://github.com/bazel-contrib/SIG-rules-authors/issues/25
  • Best solution for this project appears to be: https://github.com/cgrindel/rules_bazel_integration_test

aaliddell avatar Feb 02 '22 16:02 aaliddell