From 2be6e2e770f6f9836d12ff10ab5b3bd32e7d6892 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Fri, 4 Dec 2020 16:23:01 -0500 Subject: Use 'lftools deploy archives' for log upload - This is a pre-requisite for using amazon S3 for log storage. - Requires docker images built by updated docker scripts to include packages required by 'lftools' or other project specific docker images to be upgraded with same packages. This change only updates jobs which are using fdiotools docker images. - Add FD.io specific global macros to avoid inflating docker images with packages required by unneeded global-jjb scripts. - Sort VPP job parameters alphabetically - Dump installed python3 packages in setup_executor_env.sh Change-Id: Ifddd8f2b70b10acf834ffc837b27ef5453213a86 Signed-off-by: Dave Wallace --- jjb/scripts/setup_executor_env.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jjb/scripts/setup_executor_env.sh') diff --git a/jjb/scripts/setup_executor_env.sh b/jjb/scripts/setup_executor_env.sh index 08b37873c..2bfbe8b32 100644 --- a/jjb/scripts/setup_executor_env.sh +++ b/jjb/scripts/setup_executor_env.sh @@ -48,6 +48,10 @@ elif [ "$OS_ID" == "centos" ] ; then yum list installed || true fi +echo "$long_line" +echo "Python3 package list:" +pip3 list 2>/dev/null | column -t || true + echo "$long_line" echo "Executor Downloads cache '$downloads_cache':" ls -lh "$downloads_cache" || true -- cgit 1.2.3-korg