From aaff4be8cd1ef31a4c4204c6b3ef87a62b10fede Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 11 Aug 2020 17:24:19 +0200 Subject: Do build and upload multiple wgt files for applications This change will allow to build and upload - release - debug - coverage - test wgt files. Bug-AGL: SPEC-3482 Signed-off-by: Jan-Simon Moeller Change-Id: I5e7adb40442dd8a9abc3268e4e635c2451e54732 --- jjb/ci-apps-verify/ci-apps-jjb.local.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'jjb/ci-apps-verify') diff --git a/jjb/ci-apps-verify/ci-apps-jjb.local.sh b/jjb/ci-apps-verify/ci-apps-jjb.local.sh index 3248c729..404ce61e 100755 --- a/jjb/ci-apps-verify/ci-apps-jjb.local.sh +++ b/jjb/ci-apps-verify/ci-apps-jjb.local.sh @@ -1,12 +1,12 @@ #!/bin/bash -#set -x +set -x export AGLBRANCH=master -export GERRIT_REFSPEC="refs/changes/51/9551/2" -export GERRIT_PROJECT="apps/mediaplayer" -export GERRIT_CHANGE_NUMBER="10799" +export GERRIT_REFSPEC="refs/changes/46/25046/1" +export GERRIT_PROJECT="apps/agl-service-bluetooth" +export GERRIT_CHANGE_NUMBER="25046" export GERRIT_PATCHSET_NUMBER="1" -export GERRIT_PATCHSET_REVISION="1a1ff962da92aff5a1d3e757710c725e03238458" +export GERRIT_PATCHSET_REVISION="cb8db512e462af970735aa86781ca2cfa58d0760" export GERRIT_HOST="gerrit.automotivelinux.org" export GERRIT_PORT="29418" -- cgit 1.2.3-korg