Skip vpp-csit-*tx2 jobs in production 48/34848/1
authorDave Wallace <dwallacelf@gmail.com>
Thu, 6 Jan 2022 23:40:26 +0000 (18:40 -0500)
committerDave Wallace <dwallacelf@gmail.com>
Thu, 6 Jan 2022 23:40:26 +0000 (18:40 -0500)
- jobs currently either failing or
  timing out after 90 minutes in production.

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

jjb/scripts/vpp/csit-device.sh

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