forked from freeipa/ansible-freeipa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable c10s testing for PRs and nightly and after merge testing
- Loading branch information
Showing
4 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: >- |