- ../common/include-agl-bitbake-image.sh
- ../common/include-agl-run-test-prepare.sh
- ../common/include-agl-run-test-rsync-changeid.sh
- publishers:
- - naginator:
- rerun-unstable-builds: true
- progressive-delay-increment: 5
- progressive-delay-maximum: 15
- max-failed-builds: 2
- #regular-expression: "Unexpected termination of the channel"
+# publishers:
+# - naginator:
+# rerun-unstable-builds: true
+# progressive-delay-increment: 5
+# progressive-delay-maximum: 15
+# max-failed-builds: 2
+# #regular-expression: "Unexpected termination of the channel"
################################################################################
- ../common/include-agl-run-test-short.sh
- ../common/include-agl-lava-jobs-submit.sh
- publishers:
- - naginator:
- max-failed-builds: 2
- rerun-unstable-builds: true
- progressive-delay-increment: 2
- progressive-delay-maximum: 6
- regular-expression: "/.*Timed out waiting for device dev-tty.*/"
+# publishers:
+# - naginator:
+# max-failed-builds: 2
+# rerun-unstable-builds: true
+# progressive-delay-increment: 2
+# progressive-delay-maximum: 6
+# regular-expression: "/.*Timed out waiting for device dev-tty.*/"
################################################################################
################################################################################
###################
if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "^AGL/"); then
- MYPROJECT=`echo $TARGETPROJECT | sed -e "s#AGL/##g"`
+ if $(echo "$TARGETPROJECT" | grep -q "meta-renesas") ; then
+ MYPROJECT="bsp/$(echo $TARGETPROJECT | sed -e 's#AGL/##g')"
+ else
+ MYPROJECT=`echo $TARGETPROJECT | sed -e "s#AGL/##g"`
+ fi
if test x"AGL-repo" = x"$MYPROJECT" ; then
cd .repo/manifests