ITPLT-4544 remove WIP role from tests

This commit is contained in:
Lee Goolsbee
2025-09-26 11:03:08 -05:00
parent 52c84f656e
commit c61b69af45

View File

@@ -30,7 +30,7 @@ pipelines:
- step:
name: Pre Parallelization stage
script:
- echo "Running tests in 39 batches"
- echo "Running tests in 38 batches"
- step:
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:]]*//')
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
fi
@@ -113,20 +113,6 @@ pipelines:
- ./bin/install-ansible --dev
- cd roles/bitbucket_config
- 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:
name: confluence_config/aurora
caches: