X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Finclude-raw-check-poms.sh;h=57e27a3e0bcac7c6e2bae75f83fa9540d690f4b0;hb=0d90f86bec6d068d92ae8068e0c4bfd99d57073a;hp=aa01f5889ed14b18273a0eb322aa92177204a10a;hpb=9d3411a2306a1888938519663483b47b04d26182;p=releng%2Fbuilder.git diff --git a/jjb/include-raw-check-poms.sh b/jjb/include-raw-check-poms.sh index aa01f5889..57e27a3e0 100644 --- a/jjb/include-raw-check-poms.sh +++ b/jjb/include-raw-check-poms.sh @@ -33,9 +33,13 @@ curl -s --header "Accept: application/json" \ tail -n +2 > ${WORKSPACE}/projects.json for p in `cat ${WORKSPACE}/projects.json | python ${WORKSPACE}/parse_json.py` do + # Ignore non-projects and archived projects if [ "$p" == "All-Users" ] || \ + [ "$p" == "affinity" ] || \ [ "$p" == "integration" ] || \ - [ "$p" == "net-virt-platform" ] + [ "$p" == "net-virt-platform" ] || \ + [ "$p" == "opendove" ] || \ + [ "$p" == "plugin2oc" ] then continue fi