Install yq in the venv that is called by the builder scripts of
RTDv3 and docker jobs.
Effect of changes to lf-activate-venv() from CR I559f759a8dba7
Issue-ID: RELENG-4403
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: If9ff9ab247812b9997ba8a2d96e5bd4a50dfd54a
--- /dev/null
+---
+fixes:
+ - |
+ Install yq in the venv that is called by the builder scripts of
+ RTDv3 and docker jobs.
set -feu -o pipefail
+# shellcheck disable=SC1090
+. ~/lf-env.sh
+
+lf-activate-venv --python python3 yq
+
tag=""
if [[ $CONTAINER_TAG_METHOD == "latest" ]]; then
tag="latest"
# shellcheck disable=SC1090
. ~/lf-env.sh
-lf-activate-venv --python python3 lftools
+lf-activate-venv --python python3 lftools yq
watchbuild(){
echo "INFO: Running build against branch $1"