mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-4544 remove WIP role from tests
This commit is contained in:
@@ -30,7 +30,7 @@ pipelines:
|
|||||||
- step:
|
- step:
|
||||||
name: Pre Parallelization stage
|
name: Pre Parallelization stage
|
||||||
script:
|
script:
|
||||||
- echo "Running tests in 39 batches"
|
- echo "Running tests in 38 batches"
|
||||||
|
|
||||||
- step:
|
- step:
|
||||||
name: Check if the template is up-to-date
|
name: Check if the template is up-to-date
|
||||||
@@ -38,7 +38,7 @@ pipelines:
|
|||||||
- |
|
- |
|
||||||
actual_scenario_count=$(find ./roles -type f -name "molecule.yml" -exec dirname {} ';' | wc -l | sed -e 's/^[[:space:]]*//')
|
actual_scenario_count=$(find ./roles -type f -name "molecule.yml" -exec dirname {} ';' | wc -l | sed -e 's/^[[:space:]]*//')
|
||||||
if ! grep -q "Running tests in ${actual_scenario_count} batches" bitbucket-pipelines.yml; then
|
if ! grep -q "Running tests in ${actual_scenario_count} batches" bitbucket-pipelines.yml; then
|
||||||
echo "Mismatch between expected (39) and actual number (${actual_scenario_count}) of scenarios. Please look at https://bitbucket.org/atlassian/dc-deployments-automation/src/master/DEVELOPMENT.md for instructions on how to fix this error."
|
echo "Mismatch between expected (38) and actual number (${actual_scenario_count}) of scenarios. Please look at https://bitbucket.org/atlassian/dc-deployments-automation/src/master/DEVELOPMENT.md for instructions on how to fix this error."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -113,20 +113,6 @@ pipelines:
|
|||||||
- ./bin/install-ansible --dev
|
- ./bin/install-ansible --dev
|
||||||
- cd roles/bitbucket_config
|
- cd roles/bitbucket_config
|
||||||
- pipenv run molecule test -s iam_elasticsearch
|
- pipenv run molecule test -s iam_elasticsearch
|
||||||
- step:
|
|
||||||
name: bitbucket_mesh_config/default
|
|
||||||
caches:
|
|
||||||
- ansible-collections
|
|
||||||
- docker
|
|
||||||
- pip
|
|
||||||
services:
|
|
||||||
- docker
|
|
||||||
script:
|
|
||||||
- apt-get update && apt-get install -y rsync
|
|
||||||
- export ANSIBLE_CONFIG=./ansible.cfg
|
|
||||||
- ./bin/install-ansible --dev
|
|
||||||
- cd roles/bitbucket_mesh_config
|
|
||||||
- pipenv run molecule test -s default
|
|
||||||
- step:
|
- step:
|
||||||
name: confluence_config/aurora
|
name: confluence_config/aurora
|
||||||
caches:
|
caches:
|
||||||
|
|||||||
Reference in New Issue
Block a user