Parallelize tests for bahamut, they are very slow.

This commit is contained in:
2021-08-09 23:20:39 +02:00
parent 8744a49073
commit a624bf6db8
5 changed files with 37 additions and 34 deletions

View File

@ -211,7 +211,7 @@ def get_test_job(*, config, test_config, test_id, version_flavor, jobs):
"name": "Install irctest dependencies",
"run": script(
"python -m pip install --upgrade pip",
"pip install pytest -r requirements.txt",
"pip install pytest pytest-xdist -r requirements.txt",
*(
software_config["extra_deps"]
if "extra_deps" in software_config