No description provided.
ci: Use travis_fold on Travis CI only #20357
pull hebasto wants to merge 1 commits into bitcoin:master from hebasto:201109-travis changing 1 files +7 −2-
hebasto commented at 8:13 PM on November 9, 2020: member
-
ci: Use travis_fold on Travis CI only dde5f4a1a5
- DrahtBot added the label Tests on Nov 9, 2020
-
in ci/test/03_before_install.sh:24 in dde5f4a1a5
21 | END_FOLD () { 22 | RET=$? 23 | - echo "travis_fold:end:${CURRENT_FOLD_NAME}" 24 | + echo "${FOLD_COMMAND}end:${CURRENT_FOLD_NAME}" 25 | if [ $RET != 0 ]; then 26 | echo "${CURRENT_FOLD_NAME} failed with status code ${RET}"
maflcko commented at 9:16 AM on November 10, 2020:Pretty sure this is dead code due to use of our
errexit.in ci/test/03_before_install.sh:12 in dde5f4a1a5
5 | @@ -6,15 +6,20 @@ 6 | 7 | export LC_ALL=C.UTF-8 8 | 9 | +FOLD_COMMAND="" 10 | +if [[ ${TRAVIS} == "true" ]]; then 11 | + FOLD_COMMAND="travis_fold:" 12 | +fi
maflcko commented at 9:18 AM on November 10, 2020:Not sure if it is worth it to keep travis related code in our ci files, given that we move away from it.
maflcko commented at 7:27 AM on December 2, 2020:./ci/test/ doesn't use travis anymore
maflcko commented at 9:18 AM on November 10, 2020: memberreview ACK dde5f4a1a57a6fcbbadb47e35b2b409eadac0a2f, but I am not sure if it is worth it to keep travis related code in our ci files at all, given that we move away from it.
fanquake closed this on Dec 2, 2020maflcko reopened this on Dec 2, 2020hebasto commented at 7:36 AM on December 2, 2020: memberAgree. After linter moving from Travis, all Travis related code should be just removed.
hebasto closed this on Dec 17, 2020bitcoin locked this on Feb 22, 2021hebasto deleted the branch on Dec 11, 2023
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-24 21:14 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-24 21:14 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me