Let automate coloring in infrared environment
Change-Id: I3b607aa5e0e0bc0215f4ebb81f3bafbff057c9ea
This commit is contained in:
parent
e80d4654de
commit
a910b3f2c1
@ -2,7 +2,8 @@
|
|||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
forks = 500
|
forks = 500
|
||||||
timeout = 30
|
timeout = 30
|
||||||
force_color = 1
|
force_color = 0
|
||||||
|
interpreter_python = auto
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining = True
|
pipelining = True
|
||||||
|
5
tox.ini
5
tox.ini
@ -186,11 +186,16 @@ deps =
|
|||||||
-r infrared-requirements.txt
|
-r infrared-requirements.txt
|
||||||
passenv =
|
passenv =
|
||||||
{[testenv:venv]passenv}
|
{[testenv:venv]passenv}
|
||||||
|
ANSIBLE_*
|
||||||
IR_*
|
IR_*
|
||||||
|
PYTHON
|
||||||
|
TERM
|
||||||
|
|
||||||
setenv =
|
setenv =
|
||||||
{[testenv:venv]setenv}
|
{[testenv:venv]setenv}
|
||||||
IR_COMMAND={env:IR_COMMAND:{toxinidir}/tools/ci/ir}
|
IR_COMMAND={env:IR_COMMAND:{toxinidir}/tools/ci/ir}
|
||||||
IR_HOME={env:IR_HOME:{envdir}/home/infrared}
|
IR_HOME={env:IR_HOME:{envdir}/home/infrared}
|
||||||
|
ANSIBLE_CONFIG={env:ANSIBLE_CONFIG:{toxinidir}/ansible.cfg}
|
||||||
commands_pre =
|
commands_pre =
|
||||||
-ir plugin remove tobiko
|
-ir plugin remove tobiko
|
||||||
ir plugin add {toxinidir}/roles
|
ir plugin add {toxinidir}/roles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user