@@ -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
@@ -373,7 +373,7 @@ jobs:
373
373
with :
374
374
runner : ' aks-linux-8-cores-16gb'
375
375
model_scope : ' precommit'
376
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
376
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
377
377
378
378
TensorFlow_Models_Tests_Nightly_TF_HUB :
379
379
name : TensorFlow TF Hub Models tests
@@ -383,7 +383,7 @@ jobs:
383
383
with :
384
384
runner : ' aks-linux-8-cores-64gb'
385
385
model_scope : ' nightly_tf_hub'
386
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
386
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
387
387
388
388
TensorFlow_Models_Tests_Nightly_HF :
389
389
name : TensorFlow Hugging Face Models tests
@@ -393,7 +393,7 @@ jobs:
393
393
with :
394
394
runner : ' aks-linux-8-cores-64gb'
395
395
model_scope : ' nightly_hf'
396
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
396
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
397
397
398
398
PyTorch_Models_Tests :
399
399
name : PyTorch Models tests
@@ -403,7 +403,7 @@ jobs:
403
403
with :
404
404
runner : ' aks-linux-8-cores-64gb'
405
405
model_scope : ' precommit'
406
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
406
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
407
407
408
408
PyTorch_Models_Tests_Nightly_Scope1 :
409
409
name : PyTorch Models Nightly Scope1 tests
@@ -413,7 +413,7 @@ jobs:
413
413
with :
414
414
runner : ' aks-linux-16-cores-64gb'
415
415
model_scope : ' nightly_scope1'
416
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
416
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
417
417
418
418
PyTorch_Models_Tests_Nightly_Scope2 :
419
419
name : PyTorch Models Nightly Scope2 tests
@@ -423,7 +423,7 @@ jobs:
423
423
with :
424
424
runner : ' aks-linux-16-cores-64gb'
425
425
model_scope : ' nightly_scope2'
426
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
426
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
427
427
428
428
JAX_Models_Tests_Precommit :
429
429
name : JAX/Flax Models tests
@@ -433,7 +433,7 @@ jobs:
433
433
with :
434
434
runner : ' aks-linux-8-cores-16gb'
435
435
model_scope : ' precommit'
436
- container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"]}'
436
+ container : ' {"image": "${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64 }}", "volumes": ["/mount:/mount"], "options": "-e HF_TOKEN" }'
437
437
438
438
NVIDIA_Plugin :
439
439
name : NVIDIA plugin
0 commit comments