aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-kci-publish-build-meta.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-agl-kci-publish-build-meta.sh')
-rw-r--r--jjb/common/include-agl-kci-publish-build-meta.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/common/include-agl-kci-publish-build-meta.sh b/jjb/common/include-agl-kci-publish-build-meta.sh
index f8d8d895..885b8c91 100644
--- a/jjb/common/include-agl-kci-publish-build-meta.sh
+++ b/jjb/common/include-agl-kci-publish-build-meta.sh
@@ -83,6 +83,15 @@ kci-publish() {
--branch $GERRIT_BRANCH \
--kernel_version $KERNEL_VERSION \
--api http://kernelci.dev.baylibre.com:8081/
+
+ $RELENG/utils/agl-publish.py --machine ${TARGETMACHINE} \
+ --build_version $BUILD_VERSION \
+ --commit $DIST_BUILD_HASH \
+ --arch $TARGETARCH \
+ --fsr $FSR \
+ --branch $GERRIT_BRANCH \
+ --kernel_version $KERNEL_VERSION \
+ --api https://kernelci.automotivelinux.org:8081/
# DEBUG purpose, verify what is uploaded
if [ -e agl-build-meta ];then
find agl-build-meta -type f | xargs cat