Add hint about downloadable logs to CI README

Started by James Colemanover 3 years ago2 messages
#1James Coleman
jtc331@gmail.com
1 attachment(s)

I was wondering about how to debug failed builds on Cirrus CI, and
after poking at the interface I realized we helpfully upload the logs
from CI runs for user download.

In an effort to save the next person a few minutes I thought the
attached minor patch would help.

Thanks,
James Coleman

Attachments:

v1-0001-Add-hint-about-downloadable-logs-to-CI-README.patchapplication/octet-stream; name=v1-0001-Add-hint-about-downloadable-logs-to-CI-README.patchDownload
From 113f31d6825d3cc79f58387b885cd57a6d0fa8f4 Mon Sep 17 00:00:00 2001
From: jcoleman <jtc331@gmail.com>
Date: Mon, 26 Sep 2022 22:05:16 -0400
Subject: [PATCH v1] Add hint about downloadable logs to CI README

---
 src/tools/ci/README | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/tools/ci/README b/src/tools/ci/README
index b650057634..6c1cac858f 100644
--- a/src/tools/ci/README
+++ b/src/tools/ci/README
@@ -37,6 +37,10 @@ repository will automatically trigger CI builds. These are visible from the
 commit history / PRs, and can also be viewed in the cirrus-ci UI at
 https://cirrus-ci.com/github/<username>/<reponame>/
 
+Hint: all build log files are uploaded to cirrus-ci and can be downloaded
+from the "Artifacts" section fron the cirrus-ci UI after clicking into a
+specific task on a build's summary page.
+
 
 Images used for CI
 ==================
-- 
2.32.1 (Apple Git-133)

#2Andres Freund
andres@anarazel.de
In reply to: James Coleman (#1)
Re: Add hint about downloadable logs to CI README

Hi,

On 2022-09-26 22:08:12 -0400, James Coleman wrote:

I was wondering about how to debug failed builds on Cirrus CI, and
after poking at the interface I realized we helpfully upload the logs
from CI runs for user download.

In an effort to save the next person a few minutes I thought the
attached minor patch would help.

I'm not quite sure how likely it is to help, but it can't hurt... Pushed.

Thanks for the patch!

Greetings,

Andres Freund