Changes between Initial Version and Version 1 of Ticket #4098, comment 17


Ignore:
Timestamp:
2024-11-12T16:26:02Z (6 months ago)
Author:
btlogy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4098, comment 17

    initial v1  
    1313Our findings in short:
    1414
    15 * CircleCI does not checkout the same way the code from a fork repo and a local branch!
     15* CircleCI does not checkout the code the same way for a in-repo PR and a PR from a fork, which explains why most of the CircleCI checks pass at least the checkout step in a PR while all of them fails to checkout once the PR is merged in the master branch.
    1616* If the org. on CircleCI has been created using GitHub OAuth, one need to be GitHub/Tahoe-LAFS admin/owner to be a CircleCI/Tahoe-LAFS admin for the project/org.
    1717* There is an alternative way to create an org. on CircleCI using mostly email and password, but it involved a lot of manual steps and does not cover (easily) all the usual workflows (e.g.: PR from fork)