mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-02-01 00:33:14 -06:00
Merge remote-tracking branch 'origin/master' into feature/AZURE-211-add-sql-server-support-to-crow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user