From b8472fa6276b89f29dfb39b277b158d10bba6157 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Tue, 15 Oct 2024 10:28:49 -0300 Subject: [PATCH] upstream ci: Move Azure scripts to infra directory Move Azure scripts to infra directory, as only roles and modules test playbooks should exist in the tests directory. --- {tests => infra}/azure/azure-pipelines.yml | 0 {tests => infra}/azure/build-containers.yml | 0 {tests => infra}/azure/nightly.yml | 0 {tests => infra}/azure/pr-pipeline.yml | 0 {tests => infra}/azure/templates/build_container.yml | 0 {tests => infra}/azure/templates/fast_tests.yml | 0 {tests => infra}/azure/templates/galaxy_pytest_script.yml | 0 {tests => infra}/azure/templates/galaxy_script.yml | 0 {tests => infra}/azure/templates/galaxy_tests.yml | 0 {tests => infra}/azure/templates/group_tests.yml | 0 {tests => infra}/azure/templates/playbook_fast.yml | 0 {tests => infra}/azure/templates/playbook_tests.yml | 0 {tests => infra}/azure/templates/pytest_tests.yml | 0 {tests => infra}/azure/templates/variables.yaml | 0 {tests => infra}/azure/templates/variables_c8s.yaml | 0 {tests => infra}/azure/templates/variables_c9s.yaml | 0 {tests => infra}/azure/templates/variables_centos-7.yaml | 0 {tests => infra}/azure/templates/variables_fedora-latest.yaml | 0 {tests => infra}/azure/templates/variables_fedora-rawhide.yaml | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {tests => infra}/azure/azure-pipelines.yml (100%) rename {tests => infra}/azure/build-containers.yml (100%) rename {tests => infra}/azure/nightly.yml (100%) rename {tests => infra}/azure/pr-pipeline.yml (100%) rename {tests => infra}/azure/templates/build_container.yml (100%) rename {tests => infra}/azure/templates/fast_tests.yml (100%) rename {tests => infra}/azure/templates/galaxy_pytest_script.yml (100%) rename {tests => infra}/azure/templates/galaxy_script.yml (100%) rename {tests => infra}/azure/templates/galaxy_tests.yml (100%) rename {tests => infra}/azure/templates/group_tests.yml (100%) rename {tests => infra}/azure/templates/playbook_fast.yml (100%) rename {tests => infra}/azure/templates/playbook_tests.yml (100%) rename {tests => infra}/azure/templates/pytest_tests.yml (100%) rename {tests => infra}/azure/templates/variables.yaml (100%) rename {tests => infra}/azure/templates/variables_c8s.yaml (100%) rename {tests => infra}/azure/templates/variables_c9s.yaml (100%) rename {tests => infra}/azure/templates/variables_centos-7.yaml (100%) rename {tests => infra}/azure/templates/variables_fedora-latest.yaml (100%) rename {tests => infra}/azure/templates/variables_fedora-rawhide.yaml (100%) diff --git a/tests/azure/azure-pipelines.yml b/infra/azure/azure-pipelines.yml similarity index 100% rename from tests/azure/azure-pipelines.yml rename to infra/azure/azure-pipelines.yml diff --git a/tests/azure/build-containers.yml b/infra/azure/build-containers.yml similarity index 100% rename from tests/azure/build-containers.yml rename to infra/azure/build-containers.yml diff --git a/tests/azure/nightly.yml b/infra/azure/nightly.yml similarity index 100% rename from tests/azure/nightly.yml rename to infra/azure/nightly.yml diff --git a/tests/azure/pr-pipeline.yml b/infra/azure/pr-pipeline.yml similarity index 100% rename from tests/azure/pr-pipeline.yml rename to infra/azure/pr-pipeline.yml diff --git a/tests/azure/templates/build_container.yml b/infra/azure/templates/build_container.yml similarity index 100% rename from tests/azure/templates/build_container.yml rename to infra/azure/templates/build_container.yml diff --git a/tests/azure/templates/fast_tests.yml b/infra/azure/templates/fast_tests.yml similarity index 100% rename from tests/azure/templates/fast_tests.yml rename to infra/azure/templates/fast_tests.yml diff --git a/tests/azure/templates/galaxy_pytest_script.yml b/infra/azure/templates/galaxy_pytest_script.yml similarity index 100% rename from tests/azure/templates/galaxy_pytest_script.yml rename to infra/azure/templates/galaxy_pytest_script.yml diff --git a/tests/azure/templates/galaxy_script.yml b/infra/azure/templates/galaxy_script.yml similarity index 100% rename from tests/azure/templates/galaxy_script.yml rename to infra/azure/templates/galaxy_script.yml diff --git a/tests/azure/templates/galaxy_tests.yml b/infra/azure/templates/galaxy_tests.yml similarity index 100% rename from tests/azure/templates/galaxy_tests.yml rename to infra/azure/templates/galaxy_tests.yml diff --git a/tests/azure/templates/group_tests.yml b/infra/azure/templates/group_tests.yml similarity index 100% rename from tests/azure/templates/group_tests.yml rename to infra/azure/templates/group_tests.yml diff --git a/tests/azure/templates/playbook_fast.yml b/infra/azure/templates/playbook_fast.yml similarity index 100% rename from tests/azure/templates/playbook_fast.yml rename to infra/azure/templates/playbook_fast.yml diff --git a/tests/azure/templates/playbook_tests.yml b/infra/azure/templates/playbook_tests.yml similarity index 100% rename from tests/azure/templates/playbook_tests.yml rename to infra/azure/templates/playbook_tests.yml diff --git a/tests/azure/templates/pytest_tests.yml b/infra/azure/templates/pytest_tests.yml similarity index 100% rename from tests/azure/templates/pytest_tests.yml rename to infra/azure/templates/pytest_tests.yml diff --git a/tests/azure/templates/variables.yaml b/infra/azure/templates/variables.yaml similarity index 100% rename from tests/azure/templates/variables.yaml rename to infra/azure/templates/variables.yaml diff --git a/tests/azure/templates/variables_c8s.yaml b/infra/azure/templates/variables_c8s.yaml similarity index 100% rename from tests/azure/templates/variables_c8s.yaml rename to infra/azure/templates/variables_c8s.yaml diff --git a/tests/azure/templates/variables_c9s.yaml b/infra/azure/templates/variables_c9s.yaml similarity index 100% rename from tests/azure/templates/variables_c9s.yaml rename to infra/azure/templates/variables_c9s.yaml diff --git a/tests/azure/templates/variables_centos-7.yaml b/infra/azure/templates/variables_centos-7.yaml similarity index 100% rename from tests/azure/templates/variables_centos-7.yaml rename to infra/azure/templates/variables_centos-7.yaml diff --git a/tests/azure/templates/variables_fedora-latest.yaml b/infra/azure/templates/variables_fedora-latest.yaml similarity index 100% rename from tests/azure/templates/variables_fedora-latest.yaml rename to infra/azure/templates/variables_fedora-latest.yaml diff --git a/tests/azure/templates/variables_fedora-rawhide.yaml b/infra/azure/templates/variables_fedora-rawhide.yaml similarity index 100% rename from tests/azure/templates/variables_fedora-rawhide.yaml rename to infra/azure/templates/variables_fedora-rawhide.yaml