Enable ci builds for all apps 35/9635/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 7 Jun 2017 22:02:44 +0000 (00:02 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 7 Jun 2017 22:02:44 +0000 (00:02 +0200)
Change-Id: I43ec8cc5c9f06af0bb57aa16e8c31bb02550b41f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/ci-apps-verify/ci-apps-jjb.yaml
jjb/common/include-apps-fetch-install-sdk.sh

index 033c1c6..2536b02 100644 (file)
@@ -2,28 +2,28 @@
 - project:
     name: ci-apps-AGL
     architecture:
-      #- aarch64
-      #- x86-64
-        #- intel-corei7-64
-        #- qemux86-64
+      - aarch64
+      - x86-64
+        #= intel-corei7-64
+        #= qemux86-64
       - arm
-        #- porter-nogfx
-        #- raspberrypi3
-        #- dra7xx-evm
+        #= porter-nogfx
+        #= raspberrypi3
+        #= dra7xx-evm
     project:
       - controls
-#      - dashboard
-#      - home
-#      - homescreen
-#      - hvac
-#      - low-level-can-service
-#      - mediaplayer
-#      - mixer
-#      - phone
-#      - radio
-#      - settings
-#      - settings-bluetooth
-#      - settings-wifi
+      - dashboard
+      - home
+      - homescreen
+      - hvac
+      - low-level-can-service
+      - mediaplayer
+      - mixer
+      - phone
+      - radio
+      - settings
+      - settings-bluetooth
+      - settings-wifi
     jobs:
       - ci-apps-{project}-verify
       # - ci-apps-{project}-verify-CIB-start
@@ -46,7 +46,7 @@
     parameters:
       - string:
           name: GERRIT_PROJECT
-          default: 'AGL/{project}'
+          default: 'apps/{project}'
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
@@ -72,7 +72,7 @@
 
     triggers:
       - gerrit-trigger-patch-submitted-manual-verified:
-          name: 'AGL/{project}'
+          name: 'apps/{project}'
           branch: '**/**/**'
           silent: 'true'
 
     parameters:
       - string:
           name: GERRIT_PROJECT
-          default: 'AGL/{project}'
+          default: 'apps/{project}'
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
     parameters:
       - string:
           name: GERRIT_PROJECT
-          default: 'AGL/{project}'
+          default: 'apps/{project}'
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
     parameters:
       - string:
           name: GERRIT_PROJECT
-          default: 'AGL/{project}'
+          default: 'apps/{project}'
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
     parameters:
       - string:
           name: GERRIT_PROJECT
-          default: 'AGL/{project}'
+          default: 'apps/{project}'
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
     parameters:
       - string:
           name: GERRIT_PROJECT
-          default: 'AGL/{project}'
+          default: 'apps/{project}'
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
     parameters:
       - string:
           name: GERRIT_PROJECT
-          default: 'AGL/{project}'
+          default: 'apps/{project}'
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
     parameters:
       - string:
           name: GERRIT_PROJECT
-          default: 'AGL/{project}'
+          default: 'apps/{project}'
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
index 436c384..d107f9e 100644 (file)
@@ -11,6 +11,7 @@ SDKHOSTDIR="~/agl-sdk"
 ## apps-fetch-install-sdk.sh
 ################################################################################
 
+# should probably switch to release ... or multiple (release/snapshot) fwiw
 SDKBASEURL="https://download.automotivelinux.org/AGL/snapshots/master/latest/${TARGETSDKMACHINE}/deploy/sdk/"
 export TARGETSDKNAME=$(curl -s "$SDKBASEURL" | grep -e "crosssdk.*\.sh<" | sed -e "s#.*<a href=\"##g" -e "s#\">poky-agl.*##g")