[ci] Fix test job issue on checkout step (#12445)

This commit is contained in:
Liu Shilong 2022-10-20 13:06:10 +08:00 committed by GitHub
parent 357c1eaa1b
commit 1dec49005b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ parameters:
- sonic-6asic-vs.img.gz
steps:
- template: cleanup.yml
- checkout: self
clean: true
displayName: 'checkout sonic-mgmt repo'

View File

@ -92,6 +92,7 @@ stages:
displayName: "vstest"
timeoutInMinutes: 60
steps:
- template: .azure-pipelines/cleanup.yml
- checkout: self
clean: true
submodules: recursive