From b644cc906826ab8f1495472507a674a772af1228 Mon Sep 17 00:00:00 2001 From: flukolo4ek Date: Fri, 8 Nov 2024 12:53:48 +0300 Subject: [PATCH] ci: BI-5768 add build, light, fat runners (#697) --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf64e9fc3..0e751e563 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -110,7 +110,7 @@ jobs: run: git branch --contains ${{ github.event.pull_request.base.sha }} gh_build_image: - runs-on: [ self-hosted, linux, light ] + runs-on: [ self-hosted, linux, k8s-runner-build ] needs: [ check-ci-allowed ] @@ -267,7 +267,7 @@ jobs: run_tests_base: name: "🐍[pytest]${{ matrix.value }}" - runs-on: [ self-hosted, linux, light ] + runs-on: [ self-hosted, linux, k8s-runner-light ] permissions: packages: write contents: read @@ -359,7 +359,7 @@ jobs: run_tests_fat: name: "🐍[pytest][fat]${{ matrix.value }}" - runs-on: [ self-hosted, linux, fat ] + runs-on: [ self-hosted, linux, k8s-runner-fat ] permissions: packages: write contents: read