Skip to content

Commit fe46538

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Upgrade our non-release upb tests to Bazel 8
#test-continuous We're dropping support for Bazel 7, but our release infra currently still depends on it. PiperOrigin-RevId: 825735925
1 parent 2c90abb commit fe46538

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_upb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ !matrix.config.continuous-only || inputs.continuous-run }}
5050
uses: protocolbuffers/protobuf-ci/bazel-docker@v5
5151
with:
52-
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/sanitize:${{ matrix.config.bazel_version || '7.6.1' }}-12e21b8dda91028bc14212a3ab582c7c4d149fac
52+
image: us-docker.pkg.dev/protobuf-build/containers/test/linux/sanitize:${{ matrix.config.bazel_version || '8.0.1' }}-12e21b8dda91028bc14212a3ab582c7c4d149fac
5353
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
5454
bazel-cache: upb-bazel
5555
bazel: test //bazel/... //benchmarks/... //lua/... //python/... //upb/... //upb_generator/... ${{ matrix.config.flags }}
@@ -68,7 +68,7 @@ jobs:
6868
- name: Run tests
6969
uses: protocolbuffers/protobuf-ci/bazel-docker@v5
7070
with:
71-
image: "us-docker.pkg.dev/protobuf-build/containers/test/linux/gcc:7.6.1-12.2-12e21b8dda91028bc14212a3ab582c7c4d149fac"
71+
image: "us-docker.pkg.dev/protobuf-build/containers/test/linux/gcc:8.0.1-12.2-12e21b8dda91028bc14212a3ab582c7c4d149fac"
7272
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
7373
bazel-cache: "upb-bazel-gcc"
7474
bazel: >-
@@ -93,7 +93,7 @@ jobs:
9393
bazel-cache: "upb-bazel-windows"
9494
# TODO: Enable python tests here once rules_python supports Windows better.
9595
bazel: test //upb/... //upb_generator/...
96-
version: 7.6.1
96+
version: 8.0.1
9797
exclude-targets: -//python:conformance_test -//upb/reflection:def_builder_test
9898

9999
macos:
@@ -122,7 +122,7 @@ jobs:
122122
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
123123
bazel-cache: "upb-bazel-macos"
124124
bazel: ${{ matrix.config.bazel-command }} ${{ matrix.config.flags }} //bazel/... //benchmarks/... //lua/... //python/... //upb/... //upb_generator/...
125-
version: 7.6.1
125+
version: 8.0.1
126126

127127
build_wheels:
128128
name: Build Wheels

0 commit comments

Comments
 (0)