From 282f04bce76fe4464126303b3b27d263d36e9dfa Mon Sep 17 00:00:00 2001 From: Marko Kosmerl Date: Wed, 5 Feb 2025 13:21:44 -0300 Subject: [PATCH] Revert "chore(IDX): bazel-test-all ln1 (#3647)" This reverts commit 5f4503d0fea38c8b8936897284f4c722447d00e0. --- .github/workflows-source/ci-main.yml | 2 +- .github/workflows/ci-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows-source/ci-main.yml b/.github/workflows-source/ci-main.yml index 4cd27322afa..e0634803029 100644 --- a/.github/workflows-source/ci-main.yml +++ b/.github/workflows-source/ci-main.yml @@ -94,7 +94,7 @@ jobs: name: Bazel Test All <<: *dind-large-setup runs-on: - group: ln1 + group: zh1 labels: dind-large env: CLOUD_CREDENTIALS_CONTENT: ${{ secrets.CLOUD_CREDENTIALS_CONTENT }} diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 2397ae12455..fd33de166dd 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -35,7 +35,7 @@ jobs: -e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp -v /ceph-s3-info:/ceph-s3-info timeout-minutes: 90 runs-on: - group: ln1 + group: zh1 labels: dind-large env: CLOUD_CREDENTIALS_CONTENT: ${{ secrets.CLOUD_CREDENTIALS_CONTENT }}