aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-send-email-report.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-10-17Change Email used for test-reportsKhouloud Touil1-1/+1
As AGL is migrating to groups.io, Adapting the test-report email to use the new one. AGL-bug: SPEC-2908 Signed-off-by: Khouloud Touil <ktouil@baylibre.com> Change-Id: If19c7c1dcbf52442aff14bc42c6b3bcb8c68ed85
2019-09-26Remove verbosity from jenkins jobsJan-Simon Moeller1-1/+1
clean the logs. Can be re-enabled when debugging is needed. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I13bba480196e3932c45123c62f03064e420f257f
2019-09-12Dont fail the CI when build-info is unavaillableCorentin LABBE1-3/+8
This patchs made the download of build-info non-fatal. The build-info is used before running releng-scripts and for email report. Bug-AGL: SPEC-2177 Change-Id: I8ffaacafce472faa32dc06ecac486be037938f67 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
2019-08-26jjb/common: use DIST_BUILD_TOPIC when availableKevin Hilman1-2/+6
Switch to $DIST_BUILD_TOPIC (if available) for determining the unique ID used for the kernelCI backend data, as well as requesting the email report. Bug-AGL: SPEC-2646 Change-Id: Ib71c592c2973b5cbf31bc0d95a5a9d40ef3769a0 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
2019-07-11Modify the build-version as well as the GIT_DESCRIBE valuesKhouloud Touil1-1/+1
Using only the DIST_LAYERS_MD5 wont give us any really useful information so we use the version to get a proper information and append that with the DIST_LAYERS_MD5 to garantee the uniqueness for the email test reports. Signed-off-by: Khouloud Touil <ktouil@baylibre.com> Change-Id: I9418d48c1d89718dcad63f4786f28490d257322c
2019-07-11Change the GIT_DESCRIBE valueKhouloud Touil1-1/+1
To follow the changes of the build-version value we should change the GIT_DESCRIBE value to the same value which is DIST_LAYERS_MD5. Signed-off-by: Khouloud Touil <ktouil@baylibre.com> Change-Id: Ia5c37620c57feee4bbb032b0127ea04e036a65fd
2019-06-20Fix the email report scriptbuild.automotivelinux.org1-5/+4
We run under set -e . Any non-zero return value will instantly stop execution. We cannot check for '0'. Please keep that in mind. Also fix the location of the ci artifacts. Bug-AGL: SPEC-2177 Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org> Change-Id: Ib72ff3b13b3765f18dbce8a966c9e92a6a8ebb6b
2019-06-19Add a new script include-agl-send-email-report.shKhouloud Touil1-0/+32
This script sends an email report with all the agl-testplan. Bug-AGL: SPEC-2177 Signed-off-by: Khouloud Touil <ktouil@baylibre.com> Change-Id: Ida258e410d8e0321d97cf30d379f7696443373da