From 8c47f582083ab6ddde1a2fa8e02bbaf9ab27f592 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 18 Jan 2017 11:53:53 +0000 Subject: jjb: infra: bifrost-upload-logs.sh: Copy landing page to the GS server Moreover, rename 'console.txt' to 'build_log.txt' to make it clearer what this log is about. Finally, make the webpage title a hyperlink to the actual Gerrit page. Change-Id: I251bcd75ac1a559e64e17ba10f7f8b6af069743d Signed-off-by: Markos Chandras --- jjb/infra/bifrost-upload-logs.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'jjb') diff --git a/jjb/infra/bifrost-upload-logs.sh b/jjb/infra/bifrost-upload-logs.sh index 22d45bdda..8e1982dff 100755 --- a/jjb/infra/bifrost-upload-logs.sh +++ b/jjb/infra/bifrost-upload-logs.sh @@ -19,7 +19,7 @@ BIFROST_COMPRESSED_LOGS=() echo "Uploading build logs to ${BIFROST_LOG_URL}" echo "Uploading console output" -curl -L ${BIFROST_CONSOLE_LOG} | gsutil cp - ${BIFROST_GS_URL}/console.txt +curl -L ${BIFROST_CONSOLE_LOG} | gsutil cp - ${BIFROST_GS_URL}/build_log.txt [[ ! -d ${WORKSPACE}/logs ]] && exit 0 @@ -34,10 +34,10 @@ popd &> /dev/null echo "Generating the landing page" cat > index.html << EOF -

Build results for $GERRIT_NAME/$GERRIT_CHANGE_NUMBER/$GERRIT_PATCHSET_NUMBER

+

Build results for $GERRIT_NAME/$GERRIT_CHANGE_NUMBER

Job: $JOB_NAME

EOF + +gsutil cp index.html ${BIFROST_GS_URL}/index.html -- cgit 1.2.3-korg