@@ -270,7 +270,7 @@ jobs:
270
270
uses : ./.github/workflows/job_onnx_runtime.yml
271
271
with :
272
272
runner : ' aks-linux-16-cores-32gb'
273
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING"}'
273
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_build.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e SCCACHE_AZURE_BLOB_CONTAINER -e SCCACHE_AZURE_CONNECTION_STRING -e HF_TOKEN "}'
274
274
sccache-azure-key-prefix : ' ubuntu22_x86_64_onnxruntime'
275
275
276
276
ONNX_Models :
@@ -281,7 +281,7 @@ jobs:
281
281
uses : ./.github/workflows/job_onnx_models_tests.yml
282
282
with :
283
283
runner : ' aks-linux-16-cores-64gb'
284
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
284
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
285
285
286
286
CXX_Unit_Tests :
287
287
name : C++ unit tests
@@ -319,7 +319,7 @@ jobs:
319
319
uses : ./.github/workflows/job_tensorflow_layer_tests.yml
320
320
with :
321
321
runner : ' aks-linux-4-cores-16gb'
322
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
322
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
323
323
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
324
324
python-version : ' 3.11'
325
325
@@ -329,7 +329,7 @@ jobs:
329
329
uses : ./.github/workflows/job_pytorch_layer_tests.yml
330
330
with :
331
331
runner : ' aks-linux-4-cores-16gb'
332
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
332
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
333
333
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
334
334
python-version : ' 3.11'
335
335
@@ -339,7 +339,7 @@ jobs:
339
339
uses : ./.github/workflows/job_jax_layer_tests.yml
340
340
with :
341
341
runner : ' aks-linux-4-cores-16gb'
342
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
342
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
343
343
affected-components : ${{ needs.smart_ci.outputs.affected_components }}
344
344
python-version : ' 3.11'
345
345
@@ -372,7 +372,7 @@ jobs:
372
372
with :
373
373
runner : ' aks-linux-8-cores-16gb'
374
374
model_scope : ' precommit'
375
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
375
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
376
376
377
377
TensorFlow_Models_Tests_Nightly_TF_HUB :
378
378
name : TensorFlow TF Hub Models tests
@@ -382,7 +382,7 @@ jobs:
382
382
with :
383
383
runner : ' aks-linux-8-cores-64gb'
384
384
model_scope : ' nightly_tf_hub'
385
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
385
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
386
386
387
387
TensorFlow_Models_Tests_Nightly_HF :
388
388
name : TensorFlow Hugging Face Models tests
@@ -392,7 +392,7 @@ jobs:
392
392
with :
393
393
runner : ' aks-linux-8-cores-64gb'
394
394
model_scope : ' nightly_hf'
395
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
395
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
396
396
397
397
PyTorch_Models_Tests :
398
398
name : PyTorch Models tests
@@ -402,7 +402,7 @@ jobs:
402
402
with :
403
403
runner : ' aks-linux-8-cores-64gb'
404
404
model_scope : ' precommit'
405
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
405
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
406
406
407
407
PyTorch_Models_Tests_Nightly_Scope1 :
408
408
name : PyTorch Models Nightly Scope1 tests
@@ -412,7 +412,7 @@ jobs:
412
412
with :
413
413
runner : ' aks-linux-16-cores-64gb'
414
414
model_scope : ' nightly_scope1'
415
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
415
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
416
416
417
417
PyTorch_Models_Tests_Nightly_Scope2 :
418
418
name : PyTorch Models Nightly Scope2 tests
@@ -422,7 +422,7 @@ jobs:
422
422
with :
423
423
runner : ' aks-linux-16-cores-64gb'
424
424
model_scope : ' nightly_scope2'
425
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
425
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
426
426
427
427
JAX_Models_Tests_Precommit :
428
428
name : JAX/Flax Models tests
@@ -432,7 +432,7 @@ jobs:
432
432
with :
433
433
runner : ' aks-linux-8-cores-16gb'
434
434
model_scope : ' precommit'
435
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
435
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
436
436
437
437
NVIDIA_Plugin :
438
438
name : NVIDIA plugin
0 commit comments