Restore vpp-csit-*tx2 jobs in production 89/37089/2
authorDave Wallace <dwallacelf@gmail.com>
Wed, 7 Sep 2022 23:06:44 +0000 (19:06 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Mon, 17 Oct 2022 18:46:19 +0000 (18:46 +0000)
- Revert 1c6290e (gerrit 34848)
  "Skip vpp-csit-*tx2 jobs in production"

Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I3d2ada11f41a8759fc682d4eb668e00adacfa7fe

jjb/scripts/vpp/csit-device.sh

index dca51be..9891930 100755 (executable)
@@ -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: