Skip to content

Commit 035e684

Browse files
Rachel Goldfingercopybara-github
authored andcommitted
Remove Bazel test from upb macOS and macOS Intel tests.
PiperOrigin-RevId: 864878821
1 parent 9627348 commit 035e684

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.github/workflows/test_bazel.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
bazel-tests:
9393
strategy:
9494
fail-fast: false # Don't cancel all jobs if one fails.
95-
name: Bazel Tests
95+
name: Bazel Tests ubuntu
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Checkout pending changes
@@ -106,3 +106,22 @@ jobs:
106106
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
107107
bazel-cache: "bazel-tests"
108108
bazel: test //bazel/...
109+
110+
bazel-tests:
111+
strategy:
112+
fail-fast: false # Don't cancel all jobs if one fails.
113+
matrix:
114+
runner: [ windows, macos ]
115+
name: Bazel Tests ${{ matrix.runner }}
116+
runs-on: ${{ matrix.runner }}-latest
117+
steps:
118+
- name: Checkout pending changes
119+
uses: protocolbuffers/protobuf-ci/checkout@v5
120+
with:
121+
ref: ${{ inputs.safe-checkout }}
122+
- name: Run tests
123+
uses: protocolbuffers/protobuf-ci/bazel@v5
124+
with:
125+
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
126+
bazel-cache: "bazel-tests-${{ matrix.runner }}"
127+
bazel: test //bazel/...

.github/workflows/test_upb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
104104
bazel-cache: "upb-bazel-macos"
105-
bazel: ${{ matrix.config.bazel-command }} ${{ matrix.config.flags }} //bazel/... //benchmarks/... //lua/... //python/... //upb/... //upb_generator/...
105+
bazel: ${{ matrix.config.bazel-command }} ${{ matrix.config.flags }} //benchmarks/... //lua/... //python/... //upb/... //upb_generator/...
106106
version: 8.0.1
107107

108108
build_wheels:

0 commit comments

Comments
 (0)