From a50cd8cb04472e00985bb3271fa8dfaddda41d6f Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Thu, 20 Feb 2020 12:17:51 -0800 Subject: [PATCH] Update global-jjb to v0.51.1 This will ensure compatibility will all of the latest Jenkins plugins. Change-Id: Ibee61d798ad14841a8e4d929557c877fd869b854 Signed-off-by: Eric Ball --- global-jjb | 2 +- jjb/akraino-templates/akraino-ta-common-macros.yaml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/global-jjb b/global-jjb index 381cc03..a47a2c5 160000 --- a/global-jjb +++ b/global-jjb @@ -1 +1 @@ -Subproject commit 381cc03ffab74fb347bd1d8a17e7bc2703111650 +Subproject commit a47a2c5d2839a34e22c67e9e1e6578efd5540ae2 diff --git a/jjb/akraino-templates/akraino-ta-common-macros.yaml b/jjb/akraino-templates/akraino-ta-common-macros.yaml index ef9cbcf..782e6b8 100644 --- a/jjb/akraino-templates/akraino-ta-common-macros.yaml +++ b/jjb/akraino-templates/akraino-ta-common-macros.yaml @@ -112,11 +112,12 @@ - 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 -- 2.16.6