try aws arm64 8 core

This commit is contained in:
Andrey Taranik
2024-08-18 02:45:55 +03:00
parent 1138e286b9
commit 290ce3ed46
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ self-hosted-runner:
- small
- small-arm64
- us-east-2
- aws-arm64-8core
- aws-arm64-16core
- aws-arm64-32core
config-variables:

View File

@@ -36,7 +36,7 @@ env:
jobs:
build-neon:
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'aws-arm64-16core' || 'large')) }}
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'aws-arm64-8core' || 'large')) }}
container:
image: ${{ inputs.build-tools-image }}
credentials:
@@ -258,7 +258,7 @@ jobs:
# Don't run regression tests on debug arm64 builds
if: inputs.build-type != 'debug' || inputs.arch != 'arm64'
needs: [ build-neon ]
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'aws-arm64-16core' || 'large')) }}
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', inputs.arch == 'arm64' && 'aws-arm64-8core' || 'large')) }}
container:
image: ${{ inputs.build-tools-image }}
credentials: