From aeffb271377e1a132d142b3e946575dcdaa54ba4 Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Thu, 15 Feb 2024 15:48:04 +0100 Subject: [PATCH] [GHA] Switch refs to 2024.0 (#22863) --- .github/workflows/coverity.yml | 2 +- .github/workflows/linux.yml | 6 +++--- .github/workflows/linux_arm64.yml | 2 +- .github/workflows/linux_conditional_compilation.yml | 4 ++-- .github/workflows/windows.yml | 4 ++-- .github/workflows/windows_conditional_compilation.yml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 255f1355d0c..f2363165ab4 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -64,7 +64,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2024/0' # # Dependencies diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f448c821cba..08b41892647 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -100,7 +100,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2024/0' # # Print system info @@ -573,7 +573,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} - ref: 'master' + ref: 'releases/2024/0' # # Dependencies @@ -664,7 +664,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_tokenizers' path: ${{ env.OPENVINO_TOKENIZERS_REPO }} - ref: 'master' + ref: 'releases/2024/0' - name: Download OpenVINO package uses: actions/download-artifact@v3 diff --git a/.github/workflows/linux_arm64.yml b/.github/workflows/linux_arm64.yml index 7f6ec8a70f7..18c7920c33b 100644 --- a/.github/workflows/linux_arm64.yml +++ b/.github/workflows/linux_arm64.yml @@ -100,7 +100,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2024/0' # # Print system info diff --git a/.github/workflows/linux_conditional_compilation.yml b/.github/workflows/linux_conditional_compilation.yml index 4f2d7d8ec91..f6fd571800a 100644 --- a/.github/workflows/linux_conditional_compilation.yml +++ b/.github/workflows/linux_conditional_compilation.yml @@ -95,7 +95,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: ${{ env.MODELS_PATH }} lfs: 'true' - ref: 'master' + ref: 'releases/2024/0' # # Print system info @@ -294,7 +294,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: ${{ env.MODELS_PATH }} lfs: 'true' - ref: 'master' + ref: 'releases/2024/0' - name: Download selective build statistics package uses: actions/download-artifact@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d55f8f869fc..2e66fc0bff8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -79,7 +79,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_contrib' path: 'openvino_contrib' - ref: 'master' + ref: 'releases/2024/0' # # Print system info @@ -435,7 +435,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_tokenizers' path: ${{ env.OPENVINO_TOKENIZERS_REPO }} - ref: 'master' + ref: 'releases/2024/0' - name: Download OpenVINO package uses: actions/download-artifact@v3 diff --git a/.github/workflows/windows_conditional_compilation.yml b/.github/workflows/windows_conditional_compilation.yml index 6a47f620e73..22c63ba3270 100644 --- a/.github/workflows/windows_conditional_compilation.yml +++ b/.github/workflows/windows_conditional_compilation.yml @@ -83,7 +83,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: 'testdata' lfs: 'true' - ref: 'master' + ref: 'releases/2024/0' # # Print system info @@ -297,7 +297,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: 'testdata' lfs: 'true' - ref: 'master' + ref: 'releases/2024/0' - name: Download selective build statistics package uses: actions/download-artifact@v3