From df03f8bfce01790d42a4dd089169b9a690ad7451 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Thu, 2 Mar 2023 21:05:54 +0400 Subject: [PATCH] Removed fetch depth from Azure Pipelines (#16059) --- .ci/azure/android_arm64.yml | 2 -- .ci/azure/linux.yml | 3 --- .ci/azure/linux_arm64.yml | 2 -- .ci/azure/linux_conditional_compilation.yml | 2 -- .ci/azure/linux_coverity.yml | 2 -- .ci/azure/linux_cuda.yml | 2 -- .ci/azure/linux_debian.yml | 2 -- .ci/azure/linux_lohika.yml | 2 -- .ci/azure/linux_ngraph_onnx.yml | 1 - .ci/azure/linux_onnxruntime.yml | 1 - .ci/azure/mac.yml | 3 --- .ci/azure/windows.yml | 3 --- .ci/azure/windows_conditional_compilation.yml | 2 -- 13 files changed, 27 deletions(-) diff --git a/.ci/azure/android_arm64.yml b/.ci/azure/android_arm64.yml index b2fd0bd02a5..91c5a81753f 100644 --- a/.ci/azure/android_arm64.yml +++ b/.ci/azure/android_arm64.yml @@ -118,13 +118,11 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino - checkout: openvino_contrib clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino_contrib diff --git a/.ci/azure/linux.yml b/.ci/azure/linux.yml index 024f0e9c127..c080b70a80f 100644 --- a/.ci/azure/linux.yml +++ b/.ci/azure/linux.yml @@ -151,13 +151,11 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino - checkout: openvino_contrib clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino_contrib @@ -219,7 +217,6 @@ jobs: # Should be after 'Install dependencies' because Git lfs is not installed - checkout: testdata clean: 'true' - fetchDepth: '1' lfs: 'true' path: testdata diff --git a/.ci/azure/linux_arm64.yml b/.ci/azure/linux_arm64.yml index cf3591c8c8b..3ae1297c231 100644 --- a/.ci/azure/linux_arm64.yml +++ b/.ci/azure/linux_arm64.yml @@ -134,13 +134,11 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino - checkout: openvino_contrib clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino_contrib diff --git a/.ci/azure/linux_conditional_compilation.yml b/.ci/azure/linux_conditional_compilation.yml index 53b1ae66dc8..0f6cd577b3a 100644 --- a/.ci/azure/linux_conditional_compilation.yml +++ b/.ci/azure/linux_conditional_compilation.yml @@ -102,7 +102,6 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino @@ -118,7 +117,6 @@ jobs: - checkout: testdata clean: 'true' - fetchDepth: '1' lfs: 'true' path: testdata diff --git a/.ci/azure/linux_coverity.yml b/.ci/azure/linux_coverity.yml index 6de6c512509..05a25f8ae8c 100644 --- a/.ci/azure/linux_coverity.yml +++ b/.ci/azure/linux_coverity.yml @@ -82,13 +82,11 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino - checkout: openvino_contrib clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino_contrib diff --git a/.ci/azure/linux_cuda.yml b/.ci/azure/linux_cuda.yml index 12ad90ae786..d27b720fe52 100644 --- a/.ci/azure/linux_cuda.yml +++ b/.ci/azure/linux_cuda.yml @@ -100,13 +100,11 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino - checkout: openvino_contrib clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino_contrib diff --git a/.ci/azure/linux_debian.yml b/.ci/azure/linux_debian.yml index 257e1139b85..789be12838f 100644 --- a/.ci/azure/linux_debian.yml +++ b/.ci/azure/linux_debian.yml @@ -102,7 +102,6 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino @@ -143,7 +142,6 @@ jobs: # Should be after 'Install dependencies' because Git lfs is not installed - checkout: testdata clean: 'true' - fetchDepth: '1' lfs: 'true' path: testdata diff --git a/.ci/azure/linux_lohika.yml b/.ci/azure/linux_lohika.yml index f4dfc2326a1..72cdccb6b0f 100644 --- a/.ci/azure/linux_lohika.yml +++ b/.ci/azure/linux_lohika.yml @@ -30,7 +30,6 @@ jobs: # - checkout: self # clean: 'true' -# fetchDepth: '1' # submodules: 'true' # path: openvino @@ -42,7 +41,6 @@ jobs: # Should be after 'Install dependencies' because Git lfs is not installed # - checkout: testdata # clean: 'true' -# fetchDepth: '1' # submodules: 'true' # lfs: 'true' # path: testdata diff --git a/.ci/azure/linux_ngraph_onnx.yml b/.ci/azure/linux_ngraph_onnx.yml index f9187c2959f..7399465a69a 100644 --- a/.ci/azure/linux_ngraph_onnx.yml +++ b/.ci/azure/linux_ngraph_onnx.yml @@ -91,7 +91,6 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino diff --git a/.ci/azure/linux_onnxruntime.yml b/.ci/azure/linux_onnxruntime.yml index c7a463ea94c..33f4c1fd8ae 100644 --- a/.ci/azure/linux_onnxruntime.yml +++ b/.ci/azure/linux_onnxruntime.yml @@ -101,7 +101,6 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino diff --git a/.ci/azure/mac.yml b/.ci/azure/mac.yml index 58c21a5dc68..4fc27e076e4 100644 --- a/.ci/azure/mac.yml +++ b/.ci/azure/mac.yml @@ -100,19 +100,16 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino - checkout: openvino_contrib clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino_contrib - checkout: testdata clean: 'true' - fetchDepth: '1' lfs: 'true' path: testdata diff --git a/.ci/azure/windows.yml b/.ci/azure/windows.yml index 7d26d239036..94d4f9e806c 100644 --- a/.ci/azure/windows.yml +++ b/.ci/azure/windows.yml @@ -122,19 +122,16 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino - checkout: openvino_contrib clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino_contrib - checkout: testdata clean: 'true' - fetchDepth: '1' lfs: 'true' path: testdata diff --git a/.ci/azure/windows_conditional_compilation.yml b/.ci/azure/windows_conditional_compilation.yml index 384f8a00171..46c0528205c 100644 --- a/.ci/azure/windows_conditional_compilation.yml +++ b/.ci/azure/windows_conditional_compilation.yml @@ -93,7 +93,6 @@ jobs: - checkout: self clean: 'true' - fetchDepth: '1' submodules: 'true' path: openvino @@ -107,7 +106,6 @@ jobs: - checkout: testdata clean: 'true' lfs: 'true' - fetchDepth: '1' path: testdata - script: |