From 0a3657bbc1966a41554b7865ea09b0b3d7cce02e Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Mon, 14 Sep 2020 11:35:23 -0500 Subject: 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 Change-Id: I781d0c3b087ce5eec2203b7886eb4bc50384891a --- jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh | 28 -------------------------- 1 file changed, 28 deletions(-) delete mode 100644 jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh (limited to 'jjb/rpm_dpdk/include-raw-rpm_dpdk-pkg-build.sh') 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 "*******************************************************************" -- cgit 1.2.3-korg