ci: Set TEST_RUNNER_PORT_MIN in test-each after cirrus runner switch #34687

pull maflcko wants to merge 2 commits into bitcoin:master from maflcko:2602-ci-min-port changing 2 files +3 −1
  1. maflcko commented at 8:25 am on February 27, 2026: member

    This is needed after the recent switch to cirrus runners in the task in commit c8c9c1e61759f689615a304254fed33cda7f895e.

    Otherwise, the CI will fail:

    0 node1 stderr Error: Unable to bind to 127.0.0.1:12321 on this computer. Bitcoin Core is probably already running.
    

    (https://github.com/bitcoin/bitcoin/actions/runs/22398358349/job/64837827234?pr=31723#step:9:2605)

    Also, include a random second commit, so that the CI task is run in this pull.

  2. ci: Set TEST_RUNNER_PORT_MIN in test-each after cirrus runner switch fac932698f
  3. test: Fix typo fa18be2f2b
  4. DrahtBot renamed this:
    ci: Set TEST_RUNNER_PORT_MIN in test-each after cirrus runner switch
    ci: Set TEST_RUNNER_PORT_MIN in test-each after cirrus runner switch
    on Feb 27, 2026
  5. DrahtBot added the label Tests on Feb 27, 2026
  6. DrahtBot commented at 8:25 am on February 27, 2026: contributor

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    Reviews

    See the guideline for information on the review process.

    Type Reviewers
    ACK l0rinc, willcl-ark

    If your review is incorrectly listed, please copy-paste <!–meta-tag:bot-skip–> into the comment that the bot should ignore.

  7. in .github/workflows/ci.yml:63 in fa18be2f2b
    58@@ -59,6 +59,8 @@ jobs:
    59     name: 'test ancestor commits'
    60     needs: runners
    61     runs-on: ${{ needs.runners.outputs.provider == 'cirrus' && 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md' || 'ubuntu-24.04' }}
    62+    env:
    63+      TEST_RUNNER_PORT_MIN: "14000"  # Use a larger port, to avoid colliding with CIRRUS_CACHE_HOST port 12321.
    


    l0rinc commented at 9:02 am on February 27, 2026:
    default is 11000, right?


    maflcko commented at 12:27 pm on February 27, 2026:
    note that cirrus-ci.com is different from cirrus-runners.app. I am not even sure if the runners have any docs on this
  8. l0rinc approved
  9. l0rinc commented at 9:02 am on February 27, 2026: contributor
    ACK fa18be2f2ba19d5d35cb8a04fd4e1a7c4fc441ce
  10. maflcko added this to the milestone 31.0 on Feb 27, 2026
  11. DrahtBot added the label CI failed on Feb 27, 2026
  12. DrahtBot removed the label CI failed on Feb 27, 2026
  13. willcl-ark approved
  14. willcl-ark commented at 11:30 am on February 27, 2026: member
    ACK fa18be2f2ba19d5d35cb8a04fd4e1a7c4fc441ce
  15. fanquake merged this on Feb 27, 2026
  16. fanquake closed this on Feb 27, 2026

  17. hodlinator commented at 12:17 pm on February 27, 2026: contributor
    ACK fa18be2f2ba19d5d35cb8a04fd4e1a7c4fc441ce
  18. maflcko deleted the branch on Feb 27, 2026

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-03-09 09:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me