From b7f64c12fb2314245031690965f316bdf9222bde Mon Sep 17 00:00:00 2001 From: Jianhui Harold Date: Tue, 28 Apr 2020 10:46:14 +0800 Subject: [PATCH 1/2] Running CI on profile when in batch mode --- .azure-pipelines/templates/automation_test.yml | 2 +- azure-pipelines.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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: From 578af6e0b5e7fd5a1d3713e409fdc93cfd63ea14 Mon Sep 17 00:00:00 2001 From: Jianhui Harold Date: Tue, 28 Apr 2020 10:56:45 +0800 Subject: [PATCH 2/2] test hotfix ci --- src/azure-cli-core/azure/cli/core/1.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/azure-cli-core/azure/cli/core/1.txt 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