mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1157: Add tests that bitbucket.properties has correct values for IAM elasticsearch authentication and basic authentication
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user