diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-11 17:24:19 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-08-11 17:24:19 +0200 |
commit | aaff4be8cd1ef31a4c4204c6b3ef87a62b10fede (patch) | |
tree | b0597212f112199accd46d9c881edef611edd5cd /jjb/ci-apps-verify | |
parent | 3eac0fa051854a583618e0f3a879b767c26ddf3b (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: I5e7adb40442dd8a9abc3268e4e635c2451e54732
Diffstat (limited to 'jjb/ci-apps-verify')
-rwxr-xr-x | jjb/ci-apps-verify/ci-apps-jjb.local.sh | 10 |
1 files changed, 5 insertions, 5 deletions
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" |