From df19f18f373df096590473c48c891617a6c6990f Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Tue, 31 Oct 2023 17:39:41 +0100 Subject: [PATCH] Update refs for public CI pipelines (#20798) --- .ci/azure/linux_coverity.yml | 2 +- .ci/azure/windows.yml | 2 +- .ci/azure/windows_conditional_compilation.yml | 2 +- .github/workflows/linux.yml | 6 +++--- .github/workflows/linux_conditional_compilation.yml | 4 ++-- .github/workflows/windows.yml | 2 +- .github/workflows/windows_conditional_compilation.yml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.ci/azure/linux_coverity.yml b/.ci/azure/linux_coverity.yml index eeac80d8190..5f9ffc278b2 100644 --- a/.ci/azure/linux_coverity.yml +++ b/.ci/azure/linux_coverity.yml @@ -4,7 +4,7 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/openvino_contrib - ref: master + ref: releases/2023/2 variables: - group: github diff --git a/.ci/azure/windows.yml b/.ci/azure/windows.yml index 144c605995e..0f25d77a1c9 100644 --- a/.ci/azure/windows.yml +++ b/.ci/azure/windows.yml @@ -32,7 +32,7 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/openvino_contrib - ref: master + ref: releases/2023/2 jobs: - job: Win diff --git a/.ci/azure/windows_conditional_compilation.yml b/.ci/azure/windows_conditional_compilation.yml index 3d2df492194..ee886e5c8f4 100644 --- a/.ci/azure/windows_conditional_compilation.yml +++ b/.ci/azure/windows_conditional_compilation.yml @@ -35,7 +35,7 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/testdata - ref: master + ref: releases/2023/2 variables: - group: github diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6b4328f77dc..43115466b50 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -79,7 +79,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2023/2' # # Print system info @@ -540,7 +540,7 @@ jobs: install_build_dependencies.sh sparse-checkout-cone-mode: false path: ${{ env.OPENVINO_REPO }} - ref: 'master' + ref: 'releases/2023/2' - name: Install git run: | @@ -1443,7 +1443,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} - ref: 'master' + ref: 'releases/2023/2' # # Dependencies diff --git a/.github/workflows/linux_conditional_compilation.yml b/.github/workflows/linux_conditional_compilation.yml index 7fac5d9a1bd..b3ee3fc5cfe 100644 --- a/.github/workflows/linux_conditional_compilation.yml +++ b/.github/workflows/linux_conditional_compilation.yml @@ -73,7 +73,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: ${{ env.MODELS_PATH }} lfs: 'true' - ref: 'master' + ref: 'releases/2023/2' # # Print system info @@ -243,7 +243,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: ${{ env.MODELS_PATH }} lfs: 'true' - ref: 'master' + ref: 'releases/2023/2' - name: Download selective build statistics package uses: actions/download-artifact@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4984826bfba..ab9b503413c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -60,7 +60,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_contrib' path: 'openvino_contrib' - ref: 'master' + ref: 'releases/2023/2' # # Print system info diff --git a/.github/workflows/windows_conditional_compilation.yml b/.github/workflows/windows_conditional_compilation.yml index 976daa18272..99e83de57b1 100644 --- a/.github/workflows/windows_conditional_compilation.yml +++ b/.github/workflows/windows_conditional_compilation.yml @@ -62,7 +62,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: 'testdata' lfs: 'true' - ref: 'master' + ref: 'releases/2023/2' # # Print system info @@ -221,7 +221,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: 'testdata' lfs: 'true' - ref: 'master' + ref: 'releases/2023/2' - name: Download selective build statistics package uses: actions/download-artifact@v3