From bc121c06c78f6ba905fbb915a1ccb25e985d6d80 Mon Sep 17 00:00:00 2001 From: Denis Orlov Date: Thu, 21 Dec 2023 23:37:57 +0000 Subject: [PATCH] Move ONNX test parameters from Azure folder to ONNX frontend test folder (#21827) * Remove remaining files for Azure pipelines * Move the files instead of removal * Fix the folder ref in linux.yml * Fix the folder ref in linux_arm64.yml --- .github/workflows/linux.yml | 2 +- .github/workflows/linux_arm64.yml | 2 +- .../frontends/onnx/tests}/ci_utils/onnxruntime/skip_tests | 0 .../frontends/onnx/tests}/ci_utils/onnxruntime/version | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename {.ci/azure => src/frontends/onnx/tests}/ci_utils/onnxruntime/skip_tests (100%) rename {.ci/azure => src/frontends/onnx/tests}/ci_utils/onnxruntime/version (100%) 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