mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge bitcoin/bitcoin#30981: ci: add timestamps to cirrus jobs
f951f1fab2ci: add timestamps to cirrus jobs (willcl-ark) Pull request description: Currently, debugging where time is spent in the cirrus jobs feels annoying, e.g. trying to see where time may be spent in https://github.com/bitcoin/bitcoin/issues/30969 Enable timestamps in the logs for more information. ACKs for top commit: maflcko: review ACKf951f1fab2tdb3: Code Review ACKf951f1fab2hebasto: ACKf951f1fab2. Tree-SHA512: 4ca6c3722013323e794339c39af3041a519e3ecf75216093c4ca99668c0932fe41cc547819f742a3e8a47709ec6baec976c542eb3848c0248f439841110a4e85
This commit is contained in:
commit
36ad9516db
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
env: # Global defaults
|
||||
CIRRUS_CLONE_DEPTH: 1
|
||||
CIRRUS_LOG_TIMESTAMP: true
|
||||
PACKAGE_MANAGER_INSTALL: "apt-get update && apt-get install -y"
|
||||
MAKEJOBS: "-j10"
|
||||
TEST_RUNNER_PORT_MIN: "14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue