Merge "Allow running the no-op group validation"

This commit is contained in:
Zuul 2019-04-25 13:35:16 +00:00 committed by Gerrit Code Review
commit 33a853cbfb
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ ADDITIONAL_ARCHITECTURES = ['ppc64le']
ANSIBLE_VALIDATION_DIR = '/usr/share/openstack-tripleo-validations/validations'
VALIDATION_GROUPS = ['openshift-on-openstack',
VALIDATION_GROUPS = ['no-op',
'openshift-on-openstack',
'prep',
'pre-introspection',
'pre-deployment',