From 1d40bd026df93f4b2b41fef78934e5be64c4093b Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 11 Sep 2019 20:18:12 +0200 Subject: Dont fail the CI when build-info is unavaillable 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 --- jjb/common/include-agl-run-test-short.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-run-test-short.sh') diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 6dc1c79f..f97218e8 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -12,7 +12,7 @@ UPLOAD_URL=${UPLOAD_URL_BASE}/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}/ cd $REPODIR -wget -q ${UPLOAD_URL}/build-info +wget -q ${UPLOAD_URL}/build-info || echo "ERROR: fail to download ${UPLOAD_URL}/build-info" if [ -e build-info ]; then cat build-info source build-info -- cgit 1.2.3-korg