Enhance CI checkout for meta-renesas-rcar-gen3 and disable naginator 91/21691/1
authorbuild.automotivelinux.org <jenkins@automotivelinux.org>
Thu, 20 Jun 2019 15:45:23 +0000 (17:45 +0200)
committerbuild.automotivelinux.org <jenkins@automotivelinux.org>
Thu, 20 Jun 2019 15:45:23 +0000 (17:45 +0200)
The meta-renesas-rcar-gen3 layer is now in the subfolder bsp.

Also disable naginator.

Bug-AGL: SPEC-2450
Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
Change-Id: I92aa66fb35d3ef254069a594297cffc11e260420

jjb/ci-AGL-verify/ci-platform-jjb.yaml
jjb/common/include-agl-select.sh

index 927a99a..804327a 100644 (file)
           - ../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.*/"
 
 ################################################################################
 ################################################################################
index 0ba1684..c301957 100644 (file)
@@ -11,7 +11,11 @@ HANDLED="no"
 ###################
 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