Disable Atheme tests on Insp4

This commit is contained in:
2021-07-07 22:06:38 +02:00
parent 4fcc13d9c1
commit b845642d07
3 changed files with 4 additions and 36 deletions

View File

@ -136,6 +136,9 @@ def get_build_job(*, software_config, software_id, version_flavor):
def get_test_job(*, config, test_config, test_id, version_flavor, jobs):
if version_flavor.value in test_config.get("exclude_versions", []):
return None
env = ""
needs = []
downloads = []