mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Disable Atheme tests on Insp4
This commit is contained in:
@ -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 = []
|
||||
|
Reference in New Issue
Block a user