Skip to content

Commit

Permalink
make test pipeline jobs sequential again b/c of shared resources
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil committed Aug 16, 2022
1 parent c56cde4 commit d3208e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/client.test.live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:

timeoutInMinutes: 120

dependsOn: 'Windows'

pool:
vmImage: 'macOS-11'

Expand Down Expand Up @@ -213,6 +215,8 @@ jobs:

timeoutInMinutes: 120

dependsOn: 'MacOS'

pool:
vmImage: 'ubuntu-18.04'

Expand Down

0 comments on commit d3208e3

Please sign in to comment.