summaryrefslogtreecommitdiffstats
path: root/jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2020-09-14 11:35:23 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2020-09-14 11:35:23 -0500
commit0a3657bbc1966a41554b7865ea09b0b3d7cce02e (patch)
tree11a5095ba2e52b7c5482d557e55ce3a5d2687ff8 /jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh
parent3eb7b14dae2ad1eb43cb4af4c19650b881461b81 (diff)
Remove RPM_DPDK jobs
The TSC has approved the RPM_DPDK project for archive. This change is to remove the RPM_DPDM jobs. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I781d0c3b087ce5eec2203b7886eb4bc50384891a
Diffstat (limited to 'jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh')
-rw-r--r--jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh28
1 files changed, 0 insertions, 28 deletions
diff --git a/jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh b/jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh
deleted file mode 100644
index c02eb437c..000000000
--- a/jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/bash
-# basic build script example
-set -e -o pipefail
-# do nothing but print the current slave hostname
-hostname
-
-echo "cat /etc/bootstrap.sha"
-if [ -f /etc/bootstrap.sha ];then
- cat /etc/bootstrap.sha
-else
- echo "Cannot find /etc/bootstrap.sha"
-fi
-
-echo "cat /etc/bootstrap-functions.sha"
-if [ -f /etc/bootstrap-functions.sha ];then
- cat /etc/bootstrap-functions.sha
-else
- echo "Cannot find /etc/bootstrap-functions.sha"
-fi
-
-echo "sha1sum of this script: ${0}"
-sha1sum $0
-
-scripts/ci/verify.sh
-
-echo "*******************************************************************"
-echo "* rpm_dpdk BUILD SUCCESSFULLY COMPLETED"
-echo "*******************************************************************"