diff --git a/.ci/azure/linux.yml b/.ci/azure/linux.yml index f9718eab2..b83ae1ef0 100644 --- a/.ci/azure/linux.yml +++ b/.ci/azure/linux.yml @@ -24,11 +24,13 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/openvino + ref: releases/2023/3 - repository: testdata type: github endpoint: openvinotoolkit name: openvinotoolkit/testdata + ref: releases/2023/3 jobs: - job: Lin diff --git a/.ci/azure/linux_cuda.yml b/.ci/azure/linux_cuda.yml index 3e1baadbf..163e001e5 100644 --- a/.ci/azure/linux_cuda.yml +++ b/.ci/azure/linux_cuda.yml @@ -27,11 +27,13 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/openvino + ref: releases/2023/3 - repository: testdata type: github endpoint: openvinotoolkit name: openvinotoolkit/testdata + ref: releases/2023/3 jobs: - job: NVIDIAPlugin_Lin diff --git a/.ci/azure/mac.yml b/.ci/azure/mac.yml index e0d15b173..d531f461f 100644 --- a/.ci/azure/mac.yml +++ b/.ci/azure/mac.yml @@ -24,11 +24,13 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/openvino + ref: releases/2023/3 - repository: testdata type: github endpoint: openvinotoolkit name: openvinotoolkit/testdata + ref: releases/2023/3 jobs: - job: Mac diff --git a/.ci/azure/windows.yml b/.ci/azure/windows.yml index 134ccf9ef..c0037a670 100644 --- a/.ci/azure/windows.yml +++ b/.ci/azure/windows.yml @@ -24,11 +24,13 @@ resources: type: github endpoint: openvinotoolkit name: openvinotoolkit/openvino + ref: releases/2023/3 - repository: testdata type: github endpoint: openvinotoolkit name: openvinotoolkit/testdata + ref: releases/2023/3 jobs: - job: Win