From 03e222eaad8c5301d6938ed04b10e9f15aa800d8 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Fri, 17 Jan 2025 09:42:59 +0100 Subject: [PATCH] GHA: use 2025.0.0rc1 --- .github/workflows/linux.yml | 4 ++-- .github/workflows/mac.yml | 5 +++-- .github/workflows/windows.yml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8fc665dce..5f7640045 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -42,9 +42,9 @@ jobs: - uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master id: openvino_download with: - platform: 'ubuntu22' + platform: 'centos7' commit_packages_to_provide: 'wheels' - revision: latest_available_commit + revision: '2025.0.0rc1' - name: Clone docker tag from OpenVINO repo uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index b05cfcca5..28aa77cdc 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -17,7 +17,7 @@ env: PYTHON_VERSION: '3.11' MACOSX_DEPLOYMENT_TARGET: '11.0' OV_BRANCH: ${{ github.base_ref || github.event.merge_group.base_ref || github.ref }} - OV_TARBALL: '' + OV_TARBALL: 'https://storage.openvinotoolkit.org/repositories/openvino/packages/pre-release/2025.0.0rc1/m_openvino_toolkit_macos_12_6_2025.0.0.dev20250116_x86_64.tgz' permissions: read-all @@ -327,6 +327,7 @@ jobs: --find-links ${INSTALL_DIR}/wheels \ ${OPENVINO_TOKENIZERS_REPO} env: + PIP_EXTRA_INDEX_URL: "https://storage.openvinotoolkit.org/simple/wheels/pre-release" CMAKE_BUILD_PARALLEL_LEVEL: '4' # @@ -404,7 +405,7 @@ jobs: python3 -m pip install $wheel_name[dev] popd env: - PIP_EXTRA_INDEX_URL: "https://download.pytorch.org/whl/cpu" + PIP_EXTRA_INDEX_URL: "https://download.pytorch.org/whl/cpu https://storage.openvinotoolkit.org/simple/wheels/pre-release" - name: Tokenizers regression tests (using openvino python modules) if: needs.openvino_download.outputs.status == 'success' diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 902df1324..1c744ae45 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -44,7 +44,7 @@ jobs: with: platform: 'windows' commit_packages_to_provide: 'wheels' - revision: 'latest_available_commit' + revision: '2025.0.0rc1' openvino_tokenizers_cpack: name: OpenVINO tokenizers cpack (BUILD_FAST_TOKENIZERS=${{ matrix.build_fast_tokenizers }}, BUILD_TYPE=${{ matrix.build_type }})