aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/ci-apps-verify
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-06-08 10:58:38 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-06-08 10:58:38 +0200
commit60f9fc3edec5e10a54c2056aba757fcc51ac0210 (patch)
tree3a2880539079bc51d6c0dad1bc03db6e028ded32 /jjb/ci-apps-verify
parent28be63f45953355abe1e45f0b26f25e75ac01fe6 (diff)
Fix git checkout and be less verbose
Change-Id: I7d2b374f1ee0fe0d96c984c3e757f2fd49dd6a22 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-apps-verify')
-rw-r--r--jjb/ci-apps-verify/.gitignore3
-rwxr-xr-xjjb/ci-apps-verify/ci-apps-jjb.local.sh9
2 files changed, 12 insertions, 0 deletions
diff --git a/jjb/ci-apps-verify/.gitignore b/jjb/ci-apps-verify/.gitignore
new file mode 100644
index 00000000..ce14f834
--- /dev/null
+++ b/jjb/ci-apps-verify/.gitignore
@@ -0,0 +1,3 @@
+mediaplayer
+controls
+poky-agl-*.sh
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.local.sh b/jjb/ci-apps-verify/ci-apps-jjb.local.sh
index 9cae1dca..cb588b23 100755
--- a/jjb/ci-apps-verify/ci-apps-jjb.local.sh
+++ b/jjb/ci-apps-verify/ci-apps-jjb.local.sh
@@ -1,6 +1,15 @@
#!/bin/bash
set -x
+
+export GERRIT_REFSPEC="refs/changes/49/9549/2"
+export GERRIT_PROJECT="apps/mediaplayer"
+export GERRIT_CHANGE_NUMBER="9549"
+export GERRIT_PATCHSET_NUMBER="2"
+export GERRIT_PATCHSET_REVISION="b0f682b1579e520896ccd5492d6666d962a0c226"
+export GERRIT_HOST="gerrit.automotivelinux.org"
+export GERRIT_PORT="29418"
+
. ../common/include-apps-header.sh
. ../common/include-apps-fetch-install-sdk.sh
. ../common/include-apps-build-app.sh