Internal changes

PiperOrigin-RevId: 480471896
pull/13171/head
Mike Kruskal 3 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: ubuntu:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: 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: strategy:
fail-fast: false # Don't cancel all jobs if one fails. 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' }} if: ${{ github.event.pull_request.head.repo.full_name == 'protocolbuffers/upb' }}
env: env:
DOCKER_IMAGE: gcr.io/protobuf-build/bazel/linux@sha256:2bfd061284eff8234f2fcca16d71d43c69ccf3a22206628b54c204a6a9aac277 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

Loading…
Cancel
Save