DCD-933: Add functionality to copy jira-config.properties if present.

This commit is contained in:
Steve Smith
2020-01-31 11:47:46 +11:00
parent 18754fe2ab
commit 0d3ef898ad
7 changed files with 202 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ pipelines:
- step:
name: Pre Parallelization stage
script:
- echo "Running tests in 34 batches"
- echo "Running tests in 35 batches"
- step:
name: Check if number of batches match actual number of scenarios
script:
@@ -303,4 +303,12 @@ pipelines:
- apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 34
- step:
name: Molecule Test Batch - 35
services:
- docker
script:
- apt-get update && ./bin/install-ansible --dev
- ./bin/run-tests-in-batches --batch 35