Skip to content

Commit 48fe704

Browse files
authored
[ci] pipeline fixes for VS test (#1002)
* pipeline fix and increase timeout
1 parent f484cf9 commit 48fe704

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.azure-pipelines/test-docker-sonic-vs-template.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
- name: timeout
33
type: number
4-
default: 240
4+
default: 360
55

66
- name: log_artifact_name
77
type: string
@@ -11,10 +11,13 @@ jobs:
1111
displayName: vstest
1212
timeoutInMinutes: ${{ parameters.timeout }}
1313

14-
pool:
15-
vmImage: 'ubuntu-20.04'
14+
pool: sonic-common
1615

1716
steps:
17+
- script: |
18+
ls -A1 | xargs -I{} sudo rm -rf {}
19+
displayName: "Clean workspace"
20+
- checkout: self
1821
- task: DownloadPipelineArtifact@2
1922
inputs:
2023
artifact: docker-sonic-vs

0 commit comments

Comments
 (0)