diff options
Diffstat (limited to 'jjb/scripts')
-rwxr-xr-x | jjb/scripts/vpp/csit-device.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/scripts/vpp/csit-device.sh b/jjb/scripts/vpp/csit-device.sh index 989193001..dca51be2b 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: |