From c61b69af4556e62c748d76398f449789d056522e Mon Sep 17 00:00:00 2001 From: Lee Goolsbee Date: Fri, 26 Sep 2025 11:03:08 -0500 Subject: [PATCH] ITPLT-4544 remove WIP role from tests --- bitbucket-pipelines.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2b46e2a..e258e0e 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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: