Removed fetch depth from Azure Pipelines (#16059)

This commit is contained in:
Ilya Lavrenov 2023-03-02 21:05:54 +04:00 committed by GitHub
parent 8cbd8b8e03
commit df03f8bfce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 0 additions and 27 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -91,7 +91,6 @@ jobs:
- checkout: self
clean: 'true'
fetchDepth: '1'
submodules: 'true'
path: openvino

View File

@ -101,7 +101,6 @@ jobs:
- checkout: self
clean: 'true'
fetchDepth: '1'
submodules: 'true'
path: openvino

View File

@ -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

View File

@ -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

View File

@ -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: |