Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/automation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
if [[ "$(System.PullRequest.TargetBranch)" != "" ]]; then
azdev test --series --repo=./ --src=HEAD --tgt=origin/$(System.PullRequest.TargetBranch) --cli-ci --profile ${{ parameters.profile }}
else
azdev test --series
azdev test --series --profile ${{ parameters.profile }}
fi
displayName: "Test on Profile ${{ parameters.profile }}"
env:
Expand Down
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ jobs:

- job: AutomationTest20190301
displayName: Automation Test (Profile 2019-03-01)
timeoutInMinutes: 30
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
strategy:
Expand All @@ -443,7 +443,7 @@ jobs:

- job: AutomationTest20180301
displayName: Automation Test (Profile 2018-03-01)
timeoutInMinutes: 30
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
strategy:
Expand All @@ -460,7 +460,7 @@ jobs:

- job: AutomationTest20170309
displayName: Automation Test (Profile 2017-03-09)
timeoutInMinutes: 30
timeoutInMinutes: 120
pool:
vmImage: 'ubuntu-16.04'
strategy:
Expand Down
Empty file.