From b5a3244ff7507cf0f681293497320ade407c299f Mon Sep 17 00:00:00 2001 From: Jeff Happily Date: Wed, 26 Feb 2020 12:57:04 +0800 Subject: [PATCH] Remove maxParallel --- .azure/azure-linux-template.yml | 1 - .azure/azure-nightly-template-linux.yml | 1 - .azure/azure-nightly-template-osx.yml | 1 - .azure/azure-nightly-template-windows.yml | 1 - .azure/azure-osx-template.yml | 1 - .azure/azure-windows-template.yml | 1 - doc/azure/azure-linux-template.yml | 1 - doc/azure/azure-osx-template.yml | 1 - doc/azure/azure-windows-template.yml | 1 - 9 files changed, 9 deletions(-) diff --git a/.azure/azure-linux-template.yml b/.azure/azure-linux-template.yml index 6e5f4eb031..c7366816e0 100644 --- a/.azure/azure-linux-template.yml +++ b/.azure/azure-linux-template.yml @@ -21,7 +21,6 @@ jobs: pedantic: BUILD: pedantic STACK_YAML: stack.yaml - maxParallel: 5 steps: - script: | export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root; diff --git a/.azure/azure-nightly-template-linux.yml b/.azure/azure-nightly-template-linux.yml index ff811d878e..ff5988381c 100644 --- a/.azure/azure-nightly-template-linux.yml +++ b/.azure/azure-nightly-template-linux.yml @@ -9,7 +9,6 @@ jobs: matrix: stack: BUILD: stack - maxParallel: 1 steps: - script: | export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root; diff --git a/.azure/azure-nightly-template-osx.yml b/.azure/azure-nightly-template-osx.yml index 6969c74667..0b011dcc6a 100644 --- a/.azure/azure-nightly-template-osx.yml +++ b/.azure/azure-nightly-template-osx.yml @@ -9,7 +9,6 @@ jobs: matrix: stack: BUILD: stack - maxParallel: 1 steps: - script: | export AWS_ACCESS_KEY_ID="$(AWS_ACCESS_KEY_ID)"; diff --git a/.azure/azure-nightly-template-windows.yml b/.azure/azure-nightly-template-windows.yml index c3fde15c23..de144c1042 100644 --- a/.azure/azure-nightly-template-windows.yml +++ b/.azure/azure-nightly-template-windows.yml @@ -9,7 +9,6 @@ jobs: matrix: stack: BUILD: stack - maxParallel: 1 steps: - powershell: | [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 diff --git a/.azure/azure-osx-template.yml b/.azure/azure-osx-template.yml index a094372159..4d6e2b710c 100644 --- a/.azure/azure-osx-template.yml +++ b/.azure/azure-osx-template.yml @@ -9,7 +9,6 @@ jobs: stack-def: BUILD: stack STACK_YAML: stack.yaml - maxParallel: 1 steps: - script: | export AWS_ACCESS_KEY_ID="$(AWS_ACCESS_KEY_ID)"; diff --git a/.azure/azure-windows-template.yml b/.azure/azure-windows-template.yml index 88c1b9494d..82a0f7928a 100644 --- a/.azure/azure-windows-template.yml +++ b/.azure/azure-windows-template.yml @@ -10,7 +10,6 @@ jobs: stack: BUILD: stack STACK_YAML: stack.yaml - maxParallel: 1 steps: - powershell: | [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 diff --git a/doc/azure/azure-linux-template.yml b/doc/azure/azure-linux-template.yml index 3bbab5ca96..68bd337a91 100644 --- a/doc/azure/azure-linux-template.yml +++ b/doc/azure/azure-linux-template.yml @@ -26,7 +26,6 @@ jobs: pedantic: BUILD: pedantic STACK_YAML: stack.yaml - maxParallel: 6 steps: - script: | export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root; diff --git a/doc/azure/azure-osx-template.yml b/doc/azure/azure-osx-template.yml index c23134327e..185e5486af 100644 --- a/doc/azure/azure-osx-template.yml +++ b/doc/azure/azure-osx-template.yml @@ -22,7 +22,6 @@ jobs: stack-lts-9: BUILD: stack ARGS: "--resolver lts-9" - maxParallel: 6 steps: - script: | export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root; diff --git a/doc/azure/azure-windows-template.yml b/doc/azure/azure-windows-template.yml index 1e212e5637..3b22a7fccd 100644 --- a/doc/azure/azure-windows-template.yml +++ b/doc/azure/azure-windows-template.yml @@ -22,7 +22,6 @@ jobs: stack-lts-9: BUILD: stack ARGS: "--resolver lts-9" - maxParallel: 6 steps: - bash: | export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root;