github.com/stackb/rules_proto@v0.0.0-20240221195024-5428336c51f1/.bazelci/presubmit.yml (about) 1 --- 2 buildifier: 3 version: 5.1.0 4 warnings: "-function-docstring,-function-docstring-header,-module-docstring,-function-docstring-args,-list-append" 5 bazel: 5.4.0 6 tasks: 7 default_workspace_ubuntu1804: 8 platform: ubuntu1804 9 build_targets: 10 - "@protoapis//..." 11 - "@googleapis//..." 12 test_targets: 13 - //example/... 14 - //language/... 15 - //pkg/... 16 - //plugin/... 17 - //rules/... 18 - //toolchain/... 19 - -//pkg/plugin/grpc/grpc:grpc_test # TODO(pcj): error "bazel_testing: read-only filesystem" 20 test_flags: 21 - --config=bazelci 22 - --deleted_packages=//plugin/grpc-ecosystem/grpc-gateway 23 default_workspace_macos: 24 platform: macos 25 build_targets: 26 - "@protoapis//..." 27 - "@googleapis//..." 28 test_targets: 29 - //example/... 30 - //language/... 31 - //pkg/... 32 - //plugin/... 33 - //rules/... 34 - //toolchain/... 35 test_flags: 36 - --deleted_packages=//plugin/grpc-ecosystem/grpc-gateway