diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fcc5e1f4923510..4209c135598ae5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -69,7 +69,7 @@ jobs: DEVELOPER_PACKAGE_DIR: /__w/openvino/openvino/developer_package_install BUILD_DIR: /__w/openvino/openvino/openvino_build SCCACHE_AZURE_KEY_PREFIX: ubuntu20_x86_64_Release - ONNX_RUNTIME_UTILS: /__w/openvino/openvino/openvino/.ci/azure/ci_utils/onnxruntime + ONNX_RUNTIME_UTILS: /__w/openvino/openvino/openvino/src/frontends/onnx/tests/ci_utils/onnxruntime if: "!needs.smart_ci.outputs.skip_workflow" steps: diff --git a/.github/workflows/linux_arm64.yml b/.github/workflows/linux_arm64.yml index d918bffe7f5ea4..ad9a35170067ba 100644 --- a/.github/workflows/linux_arm64.yml +++ b/.github/workflows/linux_arm64.yml @@ -71,7 +71,7 @@ jobs: DEVELOPER_PACKAGE_DIR: /__w/openvino/openvino/developer_package_install BUILD_DIR: /__w/openvino/openvino/openvino_build SCCACHE_AZURE_KEY_PREFIX: 'ubuntu20_aarch64_Release' - ONNX_RUNTIME_UTILS: /__w/openvino/openvino/openvino/.ci/azure/ci_utils/onnxruntime + ONNX_RUNTIME_UTILS: /__w/openvino/openvino/openvino/src/frontends/onnx/tests/ci_utils/onnxruntime if: "!needs.smart_ci.outputs.skip_workflow" steps: diff --git a/.ci/azure/ci_utils/onnxruntime/skip_tests b/src/frontends/onnx/tests/ci_utils/onnxruntime/skip_tests similarity index 100% rename from .ci/azure/ci_utils/onnxruntime/skip_tests rename to src/frontends/onnx/tests/ci_utils/onnxruntime/skip_tests diff --git a/.ci/azure/ci_utils/onnxruntime/version b/src/frontends/onnx/tests/ci_utils/onnxruntime/version similarity index 100% rename from .ci/azure/ci_utils/onnxruntime/version rename to src/frontends/onnx/tests/ci_utils/onnxruntime/version