Removed fetch depth from Azure Pipelines (#16059)
This commit is contained in:
parent
8cbd8b8e03
commit
df03f8bfce
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -91,7 +91,6 @@ jobs:
|
||||
|
||||
- checkout: self
|
||||
clean: 'true'
|
||||
fetchDepth: '1'
|
||||
submodules: 'true'
|
||||
path: openvino
|
||||
|
||||
|
@ -101,7 +101,6 @@ jobs:
|
||||
|
||||
- checkout: self
|
||||
clean: 'true'
|
||||
fetchDepth: '1'
|
||||
submodules: 'true'
|
||||
path: openvino
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user