From 53960d60183c92b8fc260a7ea987cc991b23f898 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Wed, 20 Dec 2023 19:22:51 +0400 Subject: [PATCH] Switched GHA branches to 2023.3 (#21793) --- .github/workflows/coverity.yml | 2 +- .github/workflows/linux.yml | 4 ++-- .github/workflows/linux_arm64.yml | 2 +- .github/workflows/linux_conditional_compilation.yml | 4 ++-- .github/workflows/windows.yml | 2 +- .github/workflows/windows_conditional_compilation.yml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 206d80cd02f..4b6363a9304 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -62,7 +62,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Dependencies diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fcc5e1f4923..b514e6bf36d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -90,7 +90,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Print system info @@ -521,7 +521,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} - ref: 'master' + ref: 'releases/2023/3' # # Dependencies diff --git a/.github/workflows/linux_arm64.yml b/.github/workflows/linux_arm64.yml index 2ef15b6c087..99f4e6f5d9e 100644 --- a/.github/workflows/linux_arm64.yml +++ b/.github/workflows/linux_arm64.yml @@ -87,7 +87,7 @@ jobs: repository: 'openvinotoolkit/openvino_contrib' path: ${{ env.OPENVINO_CONTRIB_REPO }} submodules: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Print system info diff --git a/.github/workflows/linux_conditional_compilation.yml b/.github/workflows/linux_conditional_compilation.yml index 82b2f24b6b7..06338c835b4 100644 --- a/.github/workflows/linux_conditional_compilation.yml +++ b/.github/workflows/linux_conditional_compilation.yml @@ -86,7 +86,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: ${{ env.MODELS_PATH }} lfs: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Print system info @@ -269,7 +269,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: ${{ env.MODELS_PATH }} lfs: 'true' - ref: 'master' + ref: 'releases/2023/3' - name: Download selective build statistics package uses: actions/download-artifact@v3 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3c1df21a9cf..49d6da1d090 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -72,7 +72,7 @@ jobs: with: repository: 'openvinotoolkit/openvino_contrib' path: 'openvino_contrib' - ref: 'master' + ref: 'releases/2023/3' # # Print system info diff --git a/.github/workflows/windows_conditional_compilation.yml b/.github/workflows/windows_conditional_compilation.yml index 57d8e327782..faf086842cb 100644 --- a/.github/workflows/windows_conditional_compilation.yml +++ b/.github/workflows/windows_conditional_compilation.yml @@ -77,7 +77,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: 'testdata' lfs: 'true' - ref: 'master' + ref: 'releases/2023/3' # # Print system info @@ -275,7 +275,7 @@ jobs: repository: 'openvinotoolkit/testdata' path: 'testdata' lfs: 'true' - ref: 'master' + ref: 'releases/2023/3' - name: Download selective build statistics package uses: actions/download-artifact@v3