From: Andres Freund Date: Tue, 27 Sep 2022 03:02:26 +0000 (-0700) Subject: ci: Add hint about downloadable logs to README X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=bed0927aeb0c61bd8649b56e5b84a6d551d5f416;p=postgresql-pgindent.git ci: Add hint about downloadable logs to README I (Andres) chose to backpatch this to 15, as it seems better to keep the README the same. Author: James Coleman Discussion: https://postgr.es/m/CAAaqYe_7BXDjpk0Ks_eqf1r6LZpC_rfB7kjhb_T3+eC4t6yiGQ@mail.gmail.com Backpatch: 15-, where CI came in --- 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/// +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 ==================