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