From a34875ecb9cf467d6dd7d09f8b2549aba0c3ab85 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 8 Aug 2025 19:28:49 +0200 Subject: [PATCH] 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 --- playbooks/proposal/sync_openstack_ansible_common_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/proposal/sync_openstack_ansible_common_files.sh b/playbooks/proposal/sync_openstack_ansible_common_files.sh index 3f2e275515..72e5a35497 100644 --- a/playbooks/proposal/sync_openstack_ansible_common_files.sh +++ b/playbooks/proposal/sync_openstack_ansible_common_files.sh @@ -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() {