File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
.azure-pipelines/templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 if [[ "$(System.PullRequest.TargetBranch)" != "" ]]; then
2828 azdev test --series --repo=./ --src=HEAD --tgt=origin/$(System.PullRequest.TargetBranch) --cli-ci --profile ${{ parameters.profile }}
2929 else
30- azdev test --series
30+ azdev test --series --profile ${{ parameters.profile }}
3131 fi
3232 displayName: "Test on Profile ${{ parameters.profile }}"
3333 env:
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ jobs:
426426
427427- job : AutomationTest20190301
428428 displayName : Automation Test (Profile 2019-03-01)
429- timeoutInMinutes : 30
429+ timeoutInMinutes : 120
430430 pool :
431431 vmImage : ' ubuntu-16.04'
432432 strategy :
@@ -443,7 +443,7 @@ jobs:
443443
444444- job : AutomationTest20180301
445445 displayName : Automation Test (Profile 2018-03-01)
446- timeoutInMinutes : 30
446+ timeoutInMinutes : 120
447447 pool :
448448 vmImage : ' ubuntu-16.04'
449449 strategy :
@@ -460,7 +460,7 @@ jobs:
460460
461461- job : AutomationTest20170309
462462 displayName : Automation Test (Profile 2017-03-09)
463- timeoutInMinutes : 30
463+ timeoutInMinutes : 120
464464 pool :
465465 vmImage : ' ubuntu-16.04'
466466 strategy :
You can’t perform that action at this time.
0 commit comments