diff --git a/.azure-pipelines/templates/automation_test.yml b/.azure-pipelines/templates/automation_test.yml index 1f7c7fb4f82..cf00e46856b 100644 --- a/.azure-pipelines/templates/automation_test.yml +++ b/.azure-pipelines/templates/automation_test.yml @@ -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: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3f5ad29d058..ae3e3da47fc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -426,7 +426,7 @@ jobs: - job: AutomationTest20190301 displayName: Automation Test (Profile 2019-03-01) - timeoutInMinutes: 30 + timeoutInMinutes: 120 pool: vmImage: 'ubuntu-16.04' strategy: @@ -443,7 +443,7 @@ jobs: - job: AutomationTest20180301 displayName: Automation Test (Profile 2018-03-01) - timeoutInMinutes: 30 + timeoutInMinutes: 120 pool: vmImage: 'ubuntu-16.04' strategy: @@ -460,7 +460,7 @@ jobs: - job: AutomationTest20170309 displayName: Automation Test (Profile 2017-03-09) - timeoutInMinutes: 30 + timeoutInMinutes: 120 pool: vmImage: 'ubuntu-16.04' strategy: diff --git a/src/azure-cli-core/azure/cli/core/1.txt b/src/azure-cli-core/azure/cli/core/1.txt new file mode 100644 index 00000000000..e69de29bb2d