DCD-1157: Add tests that bitbucket.properties has correct values for IAM elasticsearch authentication and basic authentication

This commit is contained in:
Ben Partridge
2021-03-01 13:58:10 +11:00
parent cae394ebf1
commit f42da4652b
7 changed files with 104 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ pipelines:
- step:
name: Pre Parallelization stage
script:
- echo "Running tests in 37 batches"
- echo "Running tests in 38 batches"
- step:
name: Check if the template is up-to-date
@@ -33,6 +33,14 @@ pipelines:
fi
- parallel:
- step:
name: bitbucket_config/iam_elasticsearch
services:
- docker
script:
- ./bin/install-ansible --dev
- cd roles/bitbucket_config
- pipenv run molecule test -s iam_elasticsearch
- step:
name: bitbucket_config/default
services: