More RAM for 4 core AKS runner (#20138)

This commit is contained in:
Andrey Babushkin
2023-09-29 15:00:52 +01:00
committed by GitHub
parent cb315e8f91
commit 201403ecd0

View File

@@ -392,7 +392,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores
runs-on: aks-linux-4-cores-16gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
env:
@@ -585,7 +585,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-4-cores
runs-on: aks-linux-4-cores-16gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
volumes:
@@ -895,7 +895,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: ${{ github.event_name == 'schedule' && 'aks-linux-16-cores' || 'aks-linux-4-cores'}}
runs-on: ${{ github.event_name == 'schedule' && 'aks-linux-16-cores' || 'aks-linux-4-cores-16gb'}}
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
volumes:
@@ -1059,4 +1059,4 @@ jobs:
name: test-results-torch-models
path: |
${{ env.INSTALL_TEST_DIR }}/TEST*.html
if-no-files-found: 'error'
if-no-files-found: 'error'