summaryrefslogtreecommitdiffstats
path: root/jjb/vsap/include-raw-vsap-build.sh
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2023-08-11 11:35:45 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2023-08-11 11:35:45 -0700
commit2c152b9513e4a85a2486771420b2f6b541d4e54f (patch)
tree0210ab6bb49bbfe33b7a96d6e1261b96cc273172 /jjb/vsap/include-raw-vsap-build.sh
parentf93592cc20c0e25ea8c4e69459f9c26a0e42ecf6 (diff)
CI: Deprecate VSAP builds
This repo is archived as per IT-25893 Change-Id: Iee367fe742b2b996fd6efe10077a936025fdc22d Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/vsap/include-raw-vsap-build.sh')
-rw-r--r--jjb/vsap/include-raw-vsap-build.sh21
1 files changed, 0 insertions, 21 deletions
diff --git a/jjb/vsap/include-raw-vsap-build.sh b/jjb/vsap/include-raw-vsap-build.sh
deleted file mode 100644
index 0f1c6d5d4..000000000
--- a/jjb/vsap/include-raw-vsap-build.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-# vsap build script
-set -xe -o pipefail
-
-# container server node detection
-grep search /etc/resolv.conf || true
-
-OS_ID=$(grep '^ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g')
-OS_VERSION_ID=$(grep '^VERSION_ID=' /etc/os-release | cut -f2- -d= | sed -e 's/\"//g')
-
-echo OS_ID: $OS_ID
-echo OS_VERSION_ID: $OS_VERSION_ID
-
-echo "Building using \"make deb-${MODE} openssl3_enable=1 vpp=${STREAM}\""
-
-make deb-${MODE} openssl3_enable=1 vpp=${STREAM}
-make verify-${MODE} openssl3_enable=1
-
-echo "*******************************************************************"
-echo "* VSAP ${MODE} ${STREAM} BUILD SUCCESSFULLY COMPLETED"
-echo "*******************************************************************"