aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2021-03-24 13:26:43 +0000
committerCorentin LABBE <clabbe@baylibre.com>2021-03-24 13:26:43 +0000
commitabc9b0fdaa93e387446b13dcc0c1e521ef3a0595 (patch)
tree0b6e6c0b261651d9ebd578a86d5da26f09f614b7
parent63ab49f457dee86c8d63410d7aed1615a0de1916 (diff)
SPEC-3414: add api option to agl-publish
The api argument was missing. Change-Id: I98e9b066730f5917458d9caead8a6635a431750d Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r--jjb/common/include-agl-kci-publish-build-meta.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/common/include-agl-kci-publish-build-meta.sh b/jjb/common/include-agl-kci-publish-build-meta.sh
index cc2f700b..ce4b1d53 100644
--- a/jjb/common/include-agl-kci-publish-build-meta.sh
+++ b/jjb/common/include-agl-kci-publish-build-meta.sh
@@ -60,7 +60,8 @@ kci-publish() {
--build_version $BUILD_VERSION \
--commit $DIST_BUILD_HASH \
--arch $TARGETARCH \
- --branch $GERRIT_BRANCH
+ --branch $GERRIT_BRANCH \
+ --api http://kernelci.dev.baylibre.com:8081/
# DEBUG purpose, verify what is uploaded
if [ -e agl-build-meta ];then
find agl-build-meta -type f | xargs cat