Skip to content

Commit

Permalink
Merge pull request #5202 from commercialhaskell/nightly-pipeline-on-e…
Browse files Browse the repository at this point in the history
…very-pr

Nightly pipeline on every pr
  • Loading branch information
snoyberg committed Mar 4, 2020
2 parents 7125a67 + b5a3244 commit c3b4cb2
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 10 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
4 changes: 3 additions & 1 deletion azure-nightly-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
trigger: none
pr: none
pr:
- master
- stable

schedules:
- cron: "0 0 * * *"
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 c3b4cb2

Please sign in to comment.