Internal changes

PiperOrigin-RevId: 480471896
pull/13171/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent d861ff5411
commit 4e67cea19c
  1. 2
      .github/workflows/bazel_tests.yml
  2. 2
      .github/workflows/python_tests.yml

@ -14,7 +14,7 @@ jobs:
ubuntu:
runs-on: ${{ matrix.os }}
env:
BAZEL_CACHE: --remote_cache=https://storage.googleapis.com/protobuf-bazel-cache
BAZEL_CACHE: --remote_cache=https://storage.googleapis.com/protobuf-bazel-cache/upb
strategy:
fail-fast: false # Don't cancel all jobs if one fails.

@ -16,7 +16,7 @@ jobs:
if: ${{ github.event.pull_request.head.repo.full_name == 'protocolbuffers/upb' }}
env:
DOCKER_IMAGE: gcr.io/protobuf-build/bazel/linux@sha256:2bfd061284eff8234f2fcca16d71d43c69ccf3a22206628b54c204a6a9aac277
BAZEL_CACHE: --remote_cache=https://storage.googleapis.com/protobuf-bazel-cache --google_default_credentials
BAZEL_CACHE: --remote_cache=https://storage.googleapis.com/protobuf-bazel-cache/upb --google_default_credentials
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save