Merge "Drop all exceptions for legacy validation"

This commit is contained in:
Zuul 2020-09-04 21:21:38 +00:00 committed by Gerrit Code Review
commit 1def53ced2
1 changed files with 1 additions and 5 deletions

View File

@ -21,11 +21,7 @@ import requests
import yaml
FILES_URL = "https://opendev.org/api/v1/repos/{}/git/trees/master"
IGNORED_REPOS = [
'openstack/python-dracclient',
'openstack/networking-l2gw',
'openstack/networking-l2gw-tempest-plugin'
]
IGNORED_REPOS = []
parser = argparse.ArgumentParser()
parser.add_argument(