diff options
author | Andres Freund | 2022-09-27 03:02:26 +0000 |
---|---|---|
committer | Andres Freund | 2022-09-27 03:02:26 +0000 |
commit | bed0927aeb0c61bd8649b56e5b84a6d551d5f416 (patch) | |
tree | 0d6516c1f31f1146b73d1bf4068d43c0166c9ba4 | |
parent | a1860071b3fc6b9475a09f0c306e432249bb8314 (diff) |
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 <[email protected]>
Discussion: https://postgr.es/m/CAAaqYe_7BXDjpk0Ks_eqf1r6LZpC_rfB7kjhb_T3+eC4t6yiGQ@mail.gmail.com
Backpatch: 15-, where CI came in
-rw-r--r-- | src/tools/ci/README | 4 |
1 files changed, 4 insertions, 0 deletions
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 ================== |