Merge "Remove VALIDATION_GROUPS constant"

This commit is contained in:
Zuul 2021-06-03 09:03:21 +00:00 committed by Gerrit Code Review
commit 65398ed8dc
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ ANSIBLE_VALIDATION_DIR = '/usr/share/ansible/validation-playbooks'
VALIDATION_GROUPS_INFO = '%s/groups.yaml' % DEFAULT_VALIDATIONS_BASEDIR
VALIDATION_GROUPS = ['no-op',
'prep',
'post']
VALIDATIONS_LOG_BASEDIR = ('/var/log/validations'
if os.path.exists('/var/log/validations') else
os.getcwd())