aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-kci-publish-build-meta.sh
AgeCommit message (Collapse)AuthorFilesLines
2021-11-08Workaround kernelci publisher issueJan-Simon Möller1-18/+23
Make sure we do have valid parameters. Change-Id: I007fecd0abc1f2525ad511fbe65a39228e7e22b6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2021-11-05Add missing commit variableJan-Simon Möller1-0/+2
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I7f6a95201bac7ef409fbac9171cbbdd5a8932bf0
2021-06-23SPEC-3414: publish build on AGL's kernelCICorentin LABBE1-0/+9
This patch duplicate the agl-publish call but with AGL's kernelCI API. This patch needs AGL token to be added as secret on jenkins. Change-Id: I624fd9336fe120968e096db07e3f191c538c02df Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-05-10SPEC-3904: add support for BBECorentin LABBE1-0/+3
Add support for CIBT for BBE in ci-management. Change-Id: Icf86432821f3b6e24f0cc0e0ebe576218013d613 Bug-AGL: SPEC-3904 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-04-09SPEC-3414: provide file server resource optionCorentin LABBE1-0/+5
Use the new --fsr option of agl-publish. Change-Id: If22ea48de0eeb72267b243f88cdd57c81e76f046 Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-03-29SPEC-3414: use agl-publish --kernel-versionCorentin LABBE1-0/+7
We need to provide --kernel-version to agl-publish Change-Id: I6f4aead97abf7c5c04f4ff007024ee8046f3522b Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-03-26SPEC-3414: Add two missing machinesCorentin LABBE1-0/+6
Two machines were missing, add them. Change-Id: I78b0b76bc2a0a56f6c5245b1f850388c4c17093e Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-03-24SPEC-3414: add api option to agl-publishCorentin LABBE1-1/+2
The api argument was missing. Change-Id: I98e9b066730f5917458d9caead8a6635a431750d Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-03-23SPEC-3414: start to use agl-publishCorentin LABBE1-3/+10
Start to use agl-publish for verifying metadata are correctly filled. (Fix also a typo in qemux86-64) Change-Id: I181e2230940b8bb7094674e9de97f51407018ee1 Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-03-22Handl BUILD_VERSION for non-release buildCorentin LABBE1-2/+7
if BUILD_VERSION is empty, we are running a CI job. Change-Id: I5f5f859c5f30ea2ef54734cf99d083fbba686d38 Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-03-15SPEC-3414: fill empty variablesCorentin LABBE1-0/+30
Some variables are empty: - TARGETARCH exists only on ci-apps, so fill it according to MACHINE - source build-info for the remaining ones Change-Id: I8e9ca0660475bf187616186c28eff08fc134743a Bug-AGL: SPEC-3414: Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-03-08SPEC-3414: fix the grep test failling due to set -eCorentin LABBE1-3/+2
The grep test fail due to jenkins beiing set -e by default Fix in the same time the path to agl-publish Bug-AGL: SPEC-3414 Change-Id: I2260d1dc266a97081695f9bd8bac9eabfdb6a3a3 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2021-03-08Add a script for publishing bmeta to kernelciCorentin LABBE1-0/+32
Add a function to generate and publish bmeta.json for kernelci. Nothing is done yet, only debug to be sure correct informations are generated. Bug-AGL: SPEC-3414 Change-Id: Ic605034fecf751aa2a768557c4c8cd28d6bf5154 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>