53
53
Docker :
54
54
needs : Smart_CI
55
55
if : " !needs.smart_ci.outputs.skip_workflow"
56
- runs-on : aks-linux-16 -cores-arm-docker-build
56
+ runs-on : aks-linux-4 -cores-8gb -arm-docker-build
57
57
container :
58
58
image : openvinogithubactions.azurecr.io/docker_build:0.2
59
59
volumes :
78
78
needs : [ Docker, Smart_CI ]
79
79
uses : ./.github/workflows/job_build_linux.yml
80
80
with :
81
- runner : ' aks-linux-16-cores-arm'
81
+ runner : ' aks-linux-16-cores-32gb- arm'
82
82
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_20_04_arm64 }}", "volumes": ["/mount:/mount"], "options": "-e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING"}'
83
83
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
84
84
event-name : ${{ github.event_name }}
@@ -105,15 +105,15 @@ jobs:
105
105
if : ${{ 'false' }}
106
106
uses : ./.github/workflows/job_debian_packages.yml
107
107
with :
108
- runner : ' aks-linux-16 -cores-arm'
108
+ runner : ' aks-linux-4 -cores-8gb -arm'
109
109
image : ' openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04'
110
110
111
111
Samples :
112
112
needs : [ Build, Docker, Smart_CI ]
113
113
if : fromJSON(needs.smart_ci.outputs.affected_components).samples
114
114
uses : ./.github/workflows/job_samples_tests.yml
115
115
with :
116
- runner : ' aks-linux-16 -cores-arm'
116
+ runner : ' aks-linux-8 -cores-16gb -arm'
117
117
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}", "volumes": ["/mount:/mount"]}'
118
118
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
119
119
@@ -123,7 +123,7 @@ jobs:
123
123
if : fromJSON(needs.smart_ci.outputs.affected_components).JS_API
124
124
uses : ./.github/workflows/job_openvino_js.yml
125
125
with :
126
- runner : ' aks-linux-16 -cores-arm'
126
+ runner : ' aks-linux-4 -cores-8gb -arm'
127
127
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_20_04_arm64 }}"}'
128
128
129
129
ONNX_Runtime :
@@ -133,7 +133,7 @@ jobs:
133
133
needs : [ Build, Smart_CI, Docker ]
134
134
uses : ./.github/workflows/job_onnx_runtime.yml
135
135
with :
136
- runner : ' aks-linux-16-cores-arm'
136
+ runner : ' aks-linux-16-cores-32gb- arm'
137
137
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_20_04_arm64 }}", "volumes": ["/mount:/mount"], "options": "-e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING"}'
138
138
sccache-azure-key-prefix : ' ubuntu20_aarch64_onnxruntime'
139
139
@@ -142,7 +142,7 @@ jobs:
142
142
needs : [ Build, Docker, Smart_CI ]
143
143
uses : ./.github/workflows/job_tokenizers.yml
144
144
with :
145
- runner : ' aks-linux-16 -cores-arm'
145
+ runner : ' aks-linux-8 -cores-16gb -arm'
146
146
shell : bash
147
147
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_20_04_arm64 }}", "volumes": ["/mount:/mount"]}'
148
148
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
@@ -154,7 +154,7 @@ jobs:
154
154
needs : [ Build, Docker, Smart_CI ]
155
155
uses : ./.github/workflows/job_cxx_unit_tests.yml
156
156
with :
157
- runner : ' aks-linux-16 -cores-arm'
157
+ runner : ' aks-linux-8 -cores-16gb -arm'
158
158
image : ${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}
159
159
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
160
160
os : ' ubuntu_20_04'
@@ -164,7 +164,7 @@ jobs:
164
164
needs : [ Build, Docker, Smart_CI ]
165
165
uses : ./.github/workflows/job_python_unit_tests.yml
166
166
with :
167
- runner : ' aks-linux-16 -cores-arm'
167
+ runner : ' aks-linux-8 -cores-16gb -arm'
168
168
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}", "volumes": ["/mount:/mount"]}'
169
169
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
170
170
python-version : ' 3.11'
@@ -174,7 +174,7 @@ jobs:
174
174
needs : [ Build, Docker, Smart_CI, Openvino_tokenizers ]
175
175
uses : ./.github/workflows/job_tensorflow_layer_tests.yml
176
176
with :
177
- runner : ' aks-linux-16-cores-arm'
177
+ runner : ' aks-linux-16-cores-32gb- arm'
178
178
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}", "volumes": ["/mount:/mount"]}'
179
179
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
180
180
python-version : ' 3.11'
@@ -184,7 +184,7 @@ jobs:
184
184
needs : [ Build, Docker, Smart_CI ]
185
185
uses : ./.github/workflows/job_pytorch_layer_tests.yml
186
186
with :
187
- runner : ' aks-linux-16-cores-arm'
187
+ runner : ' aks-linux-16-cores-32gb- arm'
188
188
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}", "volumes": ["/mount:/mount"]}'
189
189
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
190
190
python-version : ' 3.11'
@@ -195,6 +195,8 @@ jobs:
195
195
needs : [ Build, Docker, Smart_CI ]
196
196
uses : ./.github/workflows/job_cpu_functional_tests.yml
197
197
with :
198
+ # Additional investigation needed why CPU functional tests are failing on v6 VM size's version,
199
+ # so leave it as it is for now
198
200
runner : ' aks-linux-16-cores-arm'
199
201
image : ${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}
200
202
python-version : ' 3.11'
@@ -207,7 +209,7 @@ jobs:
207
209
needs : [ Build, Docker, Smart_CI, Openvino_tokenizers]
208
210
uses : ./.github/workflows/job_tensorflow_models_tests.yml
209
211
with :
210
- runner : ' aks-linux-16-cores-arm'
212
+ runner : ' aks-linux-16-cores-32gb- arm'
211
213
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}"}'
212
214
model_scope : ' precommit'
213
215
@@ -218,7 +220,7 @@ jobs:
218
220
needs : [ Build, Docker, Smart_CI ]
219
221
uses : ./.github/workflows/job_pytorch_models_tests.yml
220
222
with :
221
- runner : ' aks-linux-16-cores-arm'
223
+ runner : ' aks-linux-16-cores-32gb- arm'
222
224
container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_20_04_arm64 }}"}'
223
225
model_scope : ' precommit'
224
226
0 commit comments