Skip to content

Commit a5dcc81

Browse files
committed
.
1 parent 1712a33 commit a5dcc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev_cpu_arm_snippets_libxsmm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
name: C++ CPU unit tests
115115
needs: [ Docker, Build, Smart_CI ]
116116
timeout-minutes: 30
117-
runs-on: aks-linux-8-cores-32gb-arm
117+
runs-on: aks-linux-16-cores-arm
118118
container:
119119
image: ${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}
120120
defaults:
@@ -172,7 +172,7 @@ jobs:
172172
name: CPU functional tests
173173
needs: [ Docker, Build, Smart_CI ]
174174
timeout-minutes: 30
175-
runs-on: aks-linux-8-cores-32gb-arm
175+
runs-on: aks-linux-16-cores-arm
176176
container:
177177
image: ${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}
178178
defaults:

0 commit comments

Comments
 (0)