Stop syncing run_tests/Vagrantfiles for OSA

run_tests.sh is part of deprecated functional tests framework,
which was part of tests [1] repository which was deprecated.

Vagrantfile was running run_tests.sh and was not maintained
for years.

This stack is replaced with integrated tests and molecule for some
roles.

[1] https://opendev.org/openstack/openstack-ansible-tests

Change-Id: I58cc5fbadf74a22261452f76c9378ef2d05ede6c
Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
Dmitriy Rabotyagov
2025-08-08 19:28:49 +02:00
parent fd40838964
commit a34875ecb9

View File

@@ -20,7 +20,7 @@ set -eu
OSA_PROJECT=${1}
# Careful of what you put here.
declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile .gitignore sync/doc/* sync/tasks/*)
declare -ra files_to_sync=(bindep.txt .gitignore sync/doc/* sync/tasks/*)
excluded_projects=
exclude_project() {