diff --git a/.github/workflows/_check_coverage.yml b/.github/workflows/_check_coverage.yml index 3c7efad54299c..1068c7723fc01 100644 --- a/.github/workflows/_check_coverage.yml +++ b/.github/workflows/_check_coverage.yml @@ -38,7 +38,7 @@ jobs: uses: ./.github/workflows/_run.yml name: ${{ matrix.name ||matrix.target }} with: - bazel-extra: '--config=remote-envoy-engflow' + # bazel-extra: '--config=remote-envoy-engflow' cache-build-image: ${{ fromJSON(inputs.request).request.build-image.default }} concurrency-suffix: -${{ matrix.target }} diskspace-hack: ${{ matrix.diskspace-hack && true || false }} @@ -50,6 +50,7 @@ jobs: lower than limit gcs-cache-bucket: ${{ inputs.gcs-cache-bucket }} rbe: true + rbe-google: true request: ${{ inputs.request }} runs-on: ${{ fromJSON(inputs.request).config.ci.agent-ubuntu }} steps-post: |