Remove VALIDATION_GROUPS constant

`VALIDATION_GROUPS` constant has been introduced in [1] and has never
been used in a year. We could safely consider it useless!

[1] 8cce4bfd64

Change-Id: I2c87a85d2074443df53cb68d9a0d22520efdd990
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2021-06-02 09:53:14 +02:00
parent 337288fcc0
commit 7cb048a160
No known key found for this signature in database
GPG Key ID: 4119D0305C651D66
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())