Run tox remote concurrent
Adding more ansible versions lead to longer runtimes so we need to either run those tests concurrently or split them per ansible version and run one job per ansible version. Change-Id: I41574d8f5c0f7f5fa2c5272044d6b387def5bfa7
This commit is contained in:
parent
3594dc1dfc
commit
fe0dfd6ede
2
tox.ini
2
tox.ini
@ -83,7 +83,7 @@ commands = stestr run --concurrency=1 --test-path ./tests/nodepool {posargs}
|
||||
|
||||
[testenv:remote]
|
||||
commands_pre = zuul-manage-ansible -v
|
||||
commands = stestr run --concurrency=1 --test-path ./tests/remote {posargs}
|
||||
commands = stestr run --test-path ./tests/remote {posargs}
|
||||
passenv = ZUUL_TEST_ROOT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE OS_LOG_DEFAULTS ZUUL_REMOTE_IPV4 ZUUL_SSH_KEY NODEPOOL_ZK_HOST
|
||||
install_command = {[nodeenv]install_command}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user