aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/ci-xds-verify/ci-xds-local.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-04-27 23:12:44 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-04-28 00:18:10 +0200
commit2353fe40cad9d9cc230f0617c879100f5b484bf3 (patch)
tree08bdd1cd15bfafa867642e712840b43abc7a63ee /jjb/ci-xds-verify/ci-xds-local.sh
parent6857c02981667d84241ba8f232396071c530eeb1 (diff)
Add template for build of xds-server in CI
Change-Id: I15fe3da53ef882657161111cfb179cf8307778a1 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-xds-verify/ci-xds-local.sh')
-rwxr-xr-xjjb/ci-xds-verify/ci-xds-local.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/jjb/ci-xds-verify/ci-xds-local.sh b/jjb/ci-xds-verify/ci-xds-local.sh
new file mode 100755
index 00000000..e902d957
--- /dev/null
+++ b/jjb/ci-xds-verify/ci-xds-local.sh
@@ -0,0 +1,23 @@
+#!/bin/bash
+
+#set -x
+export AGLBRANCH=master
+export GERRIT_REFSPEC="refs/changes/51/9551/2"
+export GERRIT_PROJECT="src/xds/xds-server"
+export GERRIT_CHANGE_NUMBER="10799"
+export GERRIT_PATCHSET_NUMBER="1"
+export GERRIT_PATCHSET_REVISION="1a1ff962da92aff5a1d3e757710c725e03238458"
+export GERRIT_HOST="gerrit.automotivelinux.org"
+export GERRIT_PORT="29418"
+export PROJECT_TO_BUILD="xds-server"
+
+export -p > env.save
+
+# TBI
+
+source env.save
+
+#. ../common/include-xds-header.sh
+#. ../common/include-xds-build-common.sh
+
+done \ No newline at end of file