X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjjb-verify-build-nodes.sh;h=c37af67c36cadad07f79d71c85a1be3912e0d2e9;hb=53a8bdfd0f05f7d29ac34a44496efb2ed081250f;hp=9c5bfecb48d98c3978a7a53fd8a1a049f0d82516;hpb=621934533e5283057f15d573e765aa8727d2ca19;p=releng%2Fglobal-jjb.git diff --git a/shell/jjb-verify-build-nodes.sh b/shell/jjb-verify-build-nodes.sh index 9c5bfecb..c37af67c 100644 --- a/shell/jjb-verify-build-nodes.sh +++ b/shell/jjb-verify-build-nodes.sh @@ -100,6 +100,15 @@ if [[ -n ${EXTERNAL_LABELS:-} ]]; then done fi +# shellcheck disable=SC1090 +source ~/lf-env.sh + +lf-activate-venv yq + +# show installed versions +python -m pip --version +python -m pip freeze + echo "INFO: label list has ${#labels[@]} entries:" echo "INFO:" "${labels[@]}"