summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjjb/scripts/vpp/csit-device.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/scripts/vpp/csit-device.sh b/jjb/scripts/vpp/csit-device.sh
index 98919300..dca51be2 100755
--- a/jjb/scripts/vpp/csit-device.sh
+++ b/jjb/scripts/vpp/csit-device.sh
@@ -17,6 +17,12 @@ 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: