diff options
author | Andres Freund <andres@anarazel.de> | 2022-09-26 20:02:26 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-09-26 20:03:37 -0700 |
commit | d1f95fa2476bcf427a3e3677f67ceee26552e23e (patch) | |
tree | df9a216367e63e8e3b15402b16f1b91e1fbe3553 | |
parent | bb76510a07f3705a28d93e065ebe4261d6ddf54d (diff) | |
download | postgresql-d1f95fa2476bcf427a3e3677f67ceee26552e23e.tar.gz postgresql-d1f95fa2476bcf427a3e3677f67ceee26552e23e.zip |
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 <jtc331@gmail.com>
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 b6500576344..6c1cac858f3 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 ================== |