Skip to content

Commit 69c9933

Browse files
author
Jianhui Harold
authored
{CI} Fix running full test timeout on profile when in batch mode (#13219)
1 parent 37fcdc6 commit 69c9933

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.azure-pipelines/templates/automation_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
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:

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)