This will ensure compatibility will all of the latest Jenkins
plugins.
Change-Id: Ibee61d798ad14841a8e4d929557c877fd869b854
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
-Subproject commit 381cc03ffab74fb347bd1d8a17e7bc2703111650
+Subproject commit a47a2c5d2839a34e22c67e9e1e6578efd5540ae2
- builder:
name: ta-builder-tox
builders:
- - lf-pip-install:
- pip-packages: tox
- shell: |2-
#!/bin/bash -ex
- source /tmp/v/tox/bin/activate
+ source ~/lf-env.sh
+
+ lf-activate-venv tox
+ tox --version
for f in $(find $GERRIT_PROJECT -name tox.ini); do
pushd $(dirname $f)
tox