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.
This commit is contained in:
Rafael Guterres Jeffman
2024-10-15 10:28:49 -03:00
parent 5b33cb5e80
commit 77c34aeca2
19 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#
# Variables must be defined as comma separated lists.
# For easier management of items to enable/disable,
# use one test/module on each line, followed by a comma.
#
# Example:
#
# ipa_disabled_modules: >-
# dnsconfig,
# group,
# hostgroup
#
# If no variables are set, set "empty: true" as at least
# one item is needed in the set.
---
variables:
empty: true
# ipa_enabled_modules: >-
# ipa_enabled_tests: >-
# ipa_disabled_modules: >-
# ipa_disabled_tests: >-