File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 8888 bash : >
8989 cd examples/example_without_cc_toolchain;
9090 bazel build //... $BAZEL_FLAGS ${{ matrix.toolchain_resolution }};
91+
92+ bazel-tests :
93+ strategy :
94+ fail-fast : false # Don't cancel all jobs if one fails.
95+ name : Bazel Tests
96+ runs-on : ubuntu-latest
97+ steps :
98+ - name : Checkout pending changes
99+ uses : protocolbuffers/protobuf-ci/checkout@v5
100+ with :
101+ ref : ${{ inputs.safe-checkout }}
102+ - name : Run tests
103+ uses : protocolbuffers/protobuf-ci/bazel-docker@v5
104+ with :
105+ image : us-docker.pkg.dev/protobuf-build/containers/common/linux/bazel:8.0.1-e78301df86b3e4c46ec9ac4d98be00e19305d8f3
106+ credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
107+ bazel-cache : " bazel-tests"
108+ bazel : test //bazel/...
Original file line number Diff line number Diff line change 5454 image : ${{ matrix.config.image || 'us-docker.pkg.dev/protobuf-build/containers/test/linux/sanitize:8.0.1-12e21b8dda91028bc14212a3ab582c7c4d149fac' }}
5555 credentials : ${{ secrets.GAR_SERVICE_ACCOUNT }}
5656 bazel-cache : upb-bazel
57- bazel : test //bazel/... // benchmarks/... //lua/... //python/... //upb/... //upb_generator/... ${{ matrix.config.flags }}
57+ bazel : test //benchmarks/... //lua/... //python/... //upb/... //upb_generator/... ${{ matrix.config.flags }}
5858 exclude-targets : ${{ matrix.config.exclude-targets }}
5959
6060 windows :
You can’t perform that action at this time.
0 commit comments