Skip to content

Commit

Permalink
[ci] pipeline fixes for VS test (sonic-net#2059)
Browse files Browse the repository at this point in the history
* [ci] pipeline fixes for VS tests
* Increase timeout
  • Loading branch information
prsunny authored Feb 11, 2022
1 parent 1ce735c commit 2829e39
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .azure-pipelines/test-docker-sonic-vs-template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
- name: timeout
type: number
default: 240
default: 360

- name: log_artifact_name
type: string
Expand All @@ -11,10 +11,13 @@ jobs:
displayName: vstest
timeoutInMinutes: ${{ parameters.timeout }}

pool:
vmImage: 'ubuntu-20.04'
pool: sonic-common

steps:
- script: |
ls -A1 | xargs -I{} sudo rm -rf {}
displayName: "Clean workspace"
- checkout: self
- task: DownloadPipelineArtifact@2
inputs:
artifact: docker-sonic-vs
Expand Down

0 comments on commit 2829e39

Please sign in to comment.