Merge remote-tracking branch 'origin/master' into feature/AZURE-211-add-sql-server-support-to-crow

This commit is contained in:
dbacon
2020-08-25 09:16:51 +01:00
18 changed files with 198 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ pipelines:
- step:
name: Pre Parallelization stage
script:
- echo "Running tests in 39 batches"
- echo "Running tests in 40 batches"
- step:
name: Check if number of batches match actual number of scenarios
script:
@@ -334,7 +334,7 @@ pipelines:
script:
- apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 38
- step:
name: Molecule Test Batch - 39
services:
@@ -342,5 +342,13 @@ pipelines:
script:
- apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 39
- step:
name: Molecule Test Batch - 40
services:
- docker
script:
- apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 38