From 03b53f404cd32cd9c2640b6d7ce56cfaee390e1e Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Fri, 2 Jun 2023 08:54:39 -0700 Subject: [PATCH] Update staleness test worker Currently the test fails because the Bazel version is too old for the Rust subproject (https://github.com/protocolbuffers/protobuf/actions/runs/5154290452/jobs/9282571385) PiperOrigin-RevId: 537323723 --- .github/workflows/staleness_check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/staleness_check.yml b/.github/workflows/staleness_check.yml index ab02ebe14a..cc02227220 100644 --- a/.github/workflows/staleness_check.yml +++ b/.github/workflows/staleness_check.yml @@ -26,8 +26,9 @@ jobs: - name: Run all staleness tests if: ${{ github.event.repository.full_name == 'protocolbuffers/protobuf' || matrix.branch == 'main '}} - uses: protocolbuffers/protobuf-ci/bazel@v1 + uses: protocolbuffers/protobuf-ci/bazel-docker@v1 with: + image: us-docker.pkg.dev/protobuf-build/containers/common/linux/bazel:6.0.0-6361b3a6e5c97e9951d03a4de28542fc45f1adab credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }} bazel-cache: staleness_check/${{ matrix.branch}}_${{ matrix.os.value }} bash: bazel query 'attr(tags, "staleness_test", //...)' | xargs bazel test $BAZEL_FLAGS