summaryrefslogtreecommitdiffstats
path: root/docker/scripts/dbld_csit_install_packages.sh
diff options
context:
space:
mode:
authorVanessa Valderrama <vvalderrama@linuxfoundation.org>2024-04-02 19:35:52 +0000
committerGerrit Code Review <gerrit@fd.io>2024-04-02 19:35:52 +0000
commit76995061460ca249a702487724e644fbd49abb6e (patch)
tree24bd31fe08ce4a9661dfe7bce8769006e14c2185 /docker/scripts/dbld_csit_install_packages.sh
parentce0b1ce3c2c7d96fd839801339551ddb9608148c (diff)
parent7b7ffa99873e679b637ef00a3953ddd1f5a28aae (diff)
Merge "Add stable/2402 branch and remove stable/2306 branch to docker executor image scripts"
Diffstat (limited to 'docker/scripts/dbld_csit_install_packages.sh')
-rwxr-xr-xdocker/scripts/dbld_csit_install_packages.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/docker/scripts/dbld_csit_install_packages.sh b/docker/scripts/dbld_csit_install_packages.sh
index d8ce597fb..e303ce28e 100755
--- a/docker/scripts/dbld_csit_install_packages.sh
+++ b/docker/scripts/dbld_csit_install_packages.sh
@@ -42,7 +42,19 @@ for vpp_branch in ${VPP_BRANCHES[$OS_NAME]} ; do
csit_install_packages "$csit_branch"
# Install/cache python packages
+ csit_install_hugo "$csit_branch"
+
+ # Install/cache python packages
csit_pip_cache "$csit_branch"
done
+# Install csit OS packages
+csit_install_packages "master"
+
+# Install/cache python packages
+csit_install_hugo "master"
+
+# Install/cache python packages
+csit_pip_cache "master"
+
echo_log -e "Completed $(basename $0)!\n\n=========="