From 9526c2a8b005fc63bd0f6874db330195a19e9b69 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Thu, 19 Oct 2023 11:39:46 +0200 Subject: [PATCH] fixed runners names --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 381e46f923020e..0afa5a1361ed25 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1179,7 +1179,7 @@ jobs: strategy: matrix: - runner: [aks-linux-32-cores] + runner: [aks-linux-4-cores-32gb] test_type: [nightly] defaults: @@ -1264,8 +1264,8 @@ jobs: strategy: matrix: - runner: [aks-linux-4-cores, aks-linux-4-cores-16gb, aks-linux-32-cores] - test_type: [precommit, nightly] + runner: [aks-linux-4-cores-32gb] + test_type: [nightly] defaults: run: