Skip to content

Commit

Permalink
[ci] pipeline fixes for VS test (#1002)
Browse files Browse the repository at this point in the history
* pipeline fix and increase timeout
  • Loading branch information
prsunny authored Feb 14, 2022
1 parent f484cf9 commit 48fe704
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 48fe704

Please sign in to comment.