From 8e4adee3880d526f5f281068a83fca5a553422c4 Mon Sep 17 00:00:00 2001 From: Mikhail Krinkin Date: Thu, 1 May 2025 13:58:48 +0000 Subject: [PATCH] Revert "Switch coverage CI targets to EngFlow (#39269)" This reverts commit e0420eec38a4e82e5023689307a05519fe882c62. It unexpectedly resulted in lower coverage numbers - we should rollback while we are investigating what's going on to avoid disruptions. Signed-off-by: Mikhail Krinkin --- .github/workflows/_check_coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: |