Skip to content

Commit

Permalink
Rename AKS runners' labels for consistency (#21282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ababushk authored Nov 28, 2023
1 parent 42245fc commit a7de95a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores
runs-on: aks-linux-16-cores-32gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores
runs-on: aks-linux-16-cores-32gb
container:
image: fedora:33
volumes:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores
runs-on: aks-linux-16-cores-32gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
volumes:
Expand Down Expand Up @@ -527,7 +527,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores
runs-on: aks-linux-16-cores-32gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
volumes:
Expand Down Expand Up @@ -1548,7 +1548,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores
runs-on: aks-linux-16-cores-32gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/nvidia/cuda:11.8.0-runtime-ubuntu20.04
volumes:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores
runs-on: aks-linux-16-cores-32gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:22.04
volumes:
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores
runs-on: aks-linux-16-cores-32gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:22.04
volumes:
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-8-cores
runs-on: aks-linux-8-cores-16gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:22.04
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores
runs-on: aks-linux-16-cores-32gb
container:
image: openvinogithubactions.azurecr.io/dockerhub/ubuntu:22.04
volumes:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webassembly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
defaults:
run:
shell: bash
runs-on: aks-linux-16-cores
runs-on: aks-linux-16-cores-32gb
container:
image: emscripten/emsdk
volumes:
Expand Down

0 comments on commit a7de95a

Please sign in to comment.