Skip to content

Commit

Permalink
ci: BI-5768 add build, light, fat runners (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
flukolo4ek authored Nov 8, 2024
1 parent 08a9320 commit b644cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b644cc9

Please sign in to comment.