github / gh-gei

Migration CLI for GitHub to GitHub migrations
MIT License
325 stars 88 forks source link

Automatically build and release the CLI for the linux-arm64 build target #1235

Open chtzvt opened 6 months ago

chtzvt commented 6 months ago
github-actions[bot] commented 6 months ago

Unit Test Results

810 tests   810 :white_check_mark:  22s :stopwatch:   1 suites    0 :zzz:   1 files      0 :x:

Results for commit a95b4547.

:recycle: This comment has been updated with latest results.

chtzvt commented 6 months ago

RE https://github.com/github/gh-gei/issues/1230#issuecomment-2078150261-- I've essentially made a carbon copy of Tim's commit for windows-x86, but will perform some additional testing in my fork.

chtzvt commented 6 months ago

Or perhaps not... For some reason, none of the workflows in my fork appear in the Actions tab of my fork!

Would love to dispatch the CI workflow and actually test the built linux-arm64 release.

image
dylan-smith commented 6 months ago

Or perhaps not... For some reason, none of the workflows in my fork appear in the Actions tab of my fork!

Would love to dispatch the CI workflow and actually test the built linux-arm64 release.

When I fork repos I get this in my fork: image

chtzvt commented 4 months ago

@dylan-smith I was able to create a separate fork of this repository, merge this PR into it, and run a modified version of the CI workflow (which removed the E2E integration tests, as their success is required for the publish step to proceed but I cannot run them).

The modified CI workflow run produced working aarch64 builds for Linux in the publish step, which I was able to verify as executable on an ARM Linux VM:

Screenshot 2024-06-26 at 16 17 30

I've invited you as an outside collaborator to that repository if you'd like to access/inspect the built artifacts on your end.

dylan-smith commented 4 months ago

I no longer work on the gei eng team (I just lurk in the repo), so one of the engineers from that team will have to shepherd this PR in.

github-actions[bot] commented 1 month ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
bbs2gh 78% 73% 651
ado2gh 84% 78% 627
Octoshift 87% 76% 1272
gei 79% 70% 519
Summary 83% (6821 / 8172) 75% (1534 / 2044) 3069