Removed fetch depth from Azure Pipelines (#16059)
This commit is contained in:
parent
8cbd8b8e03
commit
df03f8bfce
@ -118,13 +118,11 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
- checkout: openvino_contrib
|
- checkout: openvino_contrib
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino_contrib
|
path: openvino_contrib
|
||||||
|
|
||||||
|
@ -151,13 +151,11 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
- checkout: openvino_contrib
|
- checkout: openvino_contrib
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino_contrib
|
path: openvino_contrib
|
||||||
|
|
||||||
@ -219,7 +217,6 @@ jobs:
|
|||||||
# Should be after 'Install dependencies' because Git lfs is not installed
|
# Should be after 'Install dependencies' because Git lfs is not installed
|
||||||
- checkout: testdata
|
- checkout: testdata
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
path: testdata
|
path: testdata
|
||||||
|
|
||||||
|
@ -134,13 +134,11 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
- checkout: openvino_contrib
|
- checkout: openvino_contrib
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino_contrib
|
path: openvino_contrib
|
||||||
|
|
||||||
|
@ -102,7 +102,6 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
@ -118,7 +117,6 @@ jobs:
|
|||||||
|
|
||||||
- checkout: testdata
|
- checkout: testdata
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
path: testdata
|
path: testdata
|
||||||
|
|
||||||
|
@ -82,13 +82,11 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
- checkout: openvino_contrib
|
- checkout: openvino_contrib
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino_contrib
|
path: openvino_contrib
|
||||||
|
|
||||||
|
@ -100,13 +100,11 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
- checkout: openvino_contrib
|
- checkout: openvino_contrib
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino_contrib
|
path: openvino_contrib
|
||||||
|
|
||||||
|
@ -102,7 +102,6 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
@ -143,7 +142,6 @@ jobs:
|
|||||||
# Should be after 'Install dependencies' because Git lfs is not installed
|
# Should be after 'Install dependencies' because Git lfs is not installed
|
||||||
- checkout: testdata
|
- checkout: testdata
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
path: testdata
|
path: testdata
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ jobs:
|
|||||||
|
|
||||||
# - checkout: self
|
# - checkout: self
|
||||||
# clean: 'true'
|
# clean: 'true'
|
||||||
# fetchDepth: '1'
|
|
||||||
# submodules: 'true'
|
# submodules: 'true'
|
||||||
# path: openvino
|
# path: openvino
|
||||||
|
|
||||||
@ -42,7 +41,6 @@ jobs:
|
|||||||
# Should be after 'Install dependencies' because Git lfs is not installed
|
# Should be after 'Install dependencies' because Git lfs is not installed
|
||||||
# - checkout: testdata
|
# - checkout: testdata
|
||||||
# clean: 'true'
|
# clean: 'true'
|
||||||
# fetchDepth: '1'
|
|
||||||
# submodules: 'true'
|
# submodules: 'true'
|
||||||
# lfs: 'true'
|
# lfs: 'true'
|
||||||
# path: testdata
|
# path: testdata
|
||||||
|
@ -91,7 +91,6 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
|
@ -101,7 +101,6 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
|
@ -100,19 +100,16 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
- checkout: openvino_contrib
|
- checkout: openvino_contrib
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino_contrib
|
path: openvino_contrib
|
||||||
|
|
||||||
- checkout: testdata
|
- checkout: testdata
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
path: testdata
|
path: testdata
|
||||||
|
|
||||||
|
@ -122,19 +122,16 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
- checkout: openvino_contrib
|
- checkout: openvino_contrib
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino_contrib
|
path: openvino_contrib
|
||||||
|
|
||||||
- checkout: testdata
|
- checkout: testdata
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
path: testdata
|
path: testdata
|
||||||
|
|
||||||
|
@ -93,7 +93,6 @@ jobs:
|
|||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
path: openvino
|
path: openvino
|
||||||
|
|
||||||
@ -107,7 +106,6 @@ jobs:
|
|||||||
- checkout: testdata
|
- checkout: testdata
|
||||||
clean: 'true'
|
clean: 'true'
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
fetchDepth: '1'
|
|
||||||
path: testdata
|
path: testdata
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user