From 28be63f45953355abe1e45f0b26f25e75ac01fe6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 8 Jun 2017 00:02:44 +0200 Subject: Enable ci builds for all apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I43ec8cc5c9f06af0bb57aa16e8c31bb02550b41f Signed-off-by: Jan-Simon Möller --- jjb/ci-apps-verify/ci-apps-jjb.yaml | 56 ++++++++++++++-------------- jjb/common/include-apps-fetch-install-sdk.sh | 1 + 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 033c1c62..2536b029 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -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' @@ -171,7 +171,7 @@ parameters: - string: name: GERRIT_PROJECT - default: 'AGL/{project}' + default: 'apps/{project}' description: "Project to build" - string: name: GERRIT_BRANCH @@ -219,7 +219,7 @@ parameters: - string: name: GERRIT_PROJECT - default: 'AGL/{project}' + default: 'apps/{project}' description: "Project to build" - string: name: GERRIT_BRANCH @@ -270,7 +270,7 @@ parameters: - string: name: GERRIT_PROJECT - default: 'AGL/{project}' + default: 'apps/{project}' description: "Project to build" - string: name: GERRIT_BRANCH @@ -335,7 +335,7 @@ parameters: - string: name: GERRIT_PROJECT - default: 'AGL/{project}' + default: 'apps/{project}' description: "Project to build" - string: name: GERRIT_BRANCH @@ -382,7 +382,7 @@ parameters: - string: name: GERRIT_PROJECT - default: 'AGL/{project}' + default: 'apps/{project}' description: "Project to build" - string: name: GERRIT_BRANCH @@ -449,7 +449,7 @@ parameters: - string: name: GERRIT_PROJECT - default: 'AGL/{project}' + default: 'apps/{project}' description: "Project to build" - string: name: GERRIT_BRANCH @@ -499,7 +499,7 @@ parameters: - string: name: GERRIT_PROJECT - default: 'AGL/{project}' + default: 'apps/{project}' description: "Project to build" - string: name: GERRIT_BRANCH diff --git a/jjb/common/include-apps-fetch-install-sdk.sh b/jjb/common/include-apps-fetch-install-sdk.sh index 436c3843..d107f9ea 100644 --- a/jjb/common/include-apps-fetch-install-sdk.sh +++ b/jjb/common/include-apps-fetch-install-sdk.sh @@ -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#.*poky-agl.*##g") -- cgit 1.2.3-korg