summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-03-03 21:26:49 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2019-03-15 09:09:17 +0100
commitfe0dfd6edeb6782f6c80999cf5ba2af297a58ca1 (patch)
tree98ed8963f50a5bf98a2698b81c4d58ac40744367 /tox.ini
parent3594dc1dfc9a802864482d81477278c4a37f1f97 (diff)
downloadzuul-fe0dfd6edeb6782f6c80999cf5ba2af297a58ca1.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a60009c72..b5f75acdd 100644
--- a/tox.ini
+++ b/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}