We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f484cf9 commit 48fe704Copy full SHA for 48fe704
.azure-pipelines/test-docker-sonic-vs-template.yml
@@ -1,7 +1,7 @@
1
parameters:
2
- name: timeout
3
type: number
4
- default: 240
+ default: 360
5
6
- name: log_artifact_name
7
type: string
@@ -11,10 +11,13 @@ jobs:
11
displayName: vstest
12
timeoutInMinutes: ${{ parameters.timeout }}
13
14
- pool:
15
- vmImage: 'ubuntu-20.04'
+ pool: sonic-common
16
17
steps:
+ - script: |
18
+ ls -A1 | xargs -I{} sudo rm -rf {}
19
+ displayName: "Clean workspace"
20
+ - checkout: self
21
- task: DownloadPipelineArtifact@2
22
inputs:
23
artifact: docker-sonic-vs
0 commit comments