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