Skip to content

Commit

Permalink
Remove maxParallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhappily committed Mar 4, 2020
1 parent 2c6390b commit b5a3244
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .azure/azure-linux-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
pedantic:
BUILD: pedantic
STACK_YAML: stack.yaml
maxParallel: 5
steps:
- script: |
export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root;
Expand Down
1 change: 0 additions & 1 deletion .azure/azure-nightly-template-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
matrix:
stack:
BUILD: stack
maxParallel: 1
steps:
- script: |
export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root;
Expand Down
1 change: 0 additions & 1 deletion .azure/azure-nightly-template-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
matrix:
stack:
BUILD: stack
maxParallel: 1
steps:
- script: |
export AWS_ACCESS_KEY_ID="$(AWS_ACCESS_KEY_ID)";
Expand Down
1 change: 0 additions & 1 deletion .azure/azure-nightly-template-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
matrix:
stack:
BUILD: stack
maxParallel: 1
steps:
- powershell: |
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down
1 change: 0 additions & 1 deletion .azure/azure-osx-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)";
Expand Down
1 change: 0 additions & 1 deletion .azure/azure-windows-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
stack:
BUILD: stack
STACK_YAML: stack.yaml
maxParallel: 1
steps:
- powershell: |
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down
1 change: 0 additions & 1 deletion doc/azure/azure-linux-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
pedantic:
BUILD: pedantic
STACK_YAML: stack.yaml
maxParallel: 6
steps:
- script: |
export STACK_ROOT="$(Build.SourcesDirectory)"/.stack-root;
Expand Down
1 change: 0 additions & 1 deletion doc/azure/azure-osx-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion doc/azure/azure-windows-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b5a3244

Please sign in to comment.