diff options
author | Peter Mikus <peter.mikus@protonmail.ch> | 2022-11-03 10:14:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2022-11-03 10:14:32 +0000 |
commit | 64c4728981fc319db595ec1190bf5cbefa63ca49 (patch) | |
tree | f9c47dfe71b093d9f8c46b0fb218410052e33652 /jjb/scripts | |
parent | 417136324006a0dba3189cfad3853def48e5b049 (diff) | |
parent | f72cbb811bf78d9fb905b1a205772b978e5b1050 (diff) |
Merge "Restore vpp-csit-*tx2 jobs in production"
Diffstat (limited to 'jjb/scripts')
-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: |