From f72cbb811bf78d9fb905b1a205772b978e5b1050 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 7 Sep 2022 19:06:44 -0400 Subject: [PATCH] Restore vpp-csit-*tx2 jobs in production - Revert 1c6290e (gerrit 34848) "Skip vpp-csit-*tx2 jobs in production" Signed-off-by: Dave Wallace Change-Id: I3d2ada11f41a8759fc682d4eb668e00adacfa7fe --- jjb/scripts/vpp/csit-device.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jjb/scripts/vpp/csit-device.sh b/jjb/scripts/vpp/csit-device.sh index dca51be2b..989193001 100755 --- a/jjb/scripts/vpp/csit-device.sh +++ b/jjb/scripts/vpp/csit-device.sh @@ -17,12 +17,6 @@ echo "---> jjb/scripts/vpp/csit-device.sh" set -exuo pipefail -line="*************************************************************************" -if [[ "${SILO}" = "production" ]] && [[ ${JOB_NAME} == *tx2 ]] ; then - echo -e "\n$line\nSkipping ${JOB_NAME} on Jenkins ${SILO}..." - exit 0 -fi - # Clone CSIT git repository and proceed with entry script located there. # # Variables read: -- 2.16.6