aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/ci-apps-verify
diff options
context:
space:
mode:
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