mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-436: Enable new molecule scenario
This commit is contained in:
@@ -14,7 +14,7 @@ pipelines:
|
|||||||
- step:
|
- step:
|
||||||
name: Pre Parallelization stage
|
name: Pre Parallelization stage
|
||||||
script:
|
script:
|
||||||
- echo "Running tests in 27 batches"
|
- echo "Running tests in 28 batches"
|
||||||
- step:
|
- step:
|
||||||
name: Check if number of batches match actual number of scenarios
|
name: Check if number of batches match actual number of scenarios
|
||||||
script:
|
script:
|
||||||
@@ -270,4 +270,13 @@ pipelines:
|
|||||||
- ./bin/install-ansible
|
- ./bin/install-ansible
|
||||||
- ./bin/run-tests-in-batches --batch 27
|
- ./bin/run-tests-in-batches --batch 27
|
||||||
|
|
||||||
|
- step:
|
||||||
|
name: Molecule Test Batch - 28
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
script:
|
||||||
|
- apt-get update && apt-get install -y virtualenv python-dev
|
||||||
|
- ./bin/install-ansible
|
||||||
|
- ./bin/run-tests-in-batches --batch 28
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user