Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: switch arm64 runners to GHA #1601

Merged
merged 1 commit into from
Oct 25, 2024
Merged

CI: switch arm64 runners to GHA #1601

merged 1 commit into from
Oct 25, 2024

Conversation

lmb
Copy link
Collaborator

@lmb lmb commented Oct 25, 2024

Seems like the CNCF is stopping funding for the external arm64 runners. Switch to the GitHub provided ones.

@lmb lmb requested a review from a team as a code owner October 25, 2024 10:37
@lmb lmb force-pushed the ci-arm64-gha branch 4 times, most recently from fc5f497 to 4f938f7 Compare October 25, 2024 13:11
Seems like the CNCF is stopping funding for the external arm64 runners.
Switch to the GitHub provided ones.

For some reason TestGoarches/loong64 fails on these runners:

        error:
          got non-nil value
        comment:
          go output is:
          go: unsupported GOOS/GOARCH pair linux/loong64
        got:
          e"exit status 2"
        stack:
          /home/runner/work/ebpf/ebpf/cmd/bpf2go/gen/target_test.go:117
            qt.Assert(t, qt.IsNil(err), qt.Commentf("go output is:\n%s", string(output)))

The failing command is

    GOROOT=/ GOOS=linux GOARCH=loong64 go env

but I've been unable to reproduce the issue locally and in CI when running
outside of the test suite. Skip the test on arm64 for now.

Signed-off-by: Lorenz Bauer <[email protected]>
@lmb lmb merged commit d0c8fc1 into cilium:main Oct 25, 2024
17 checks passed
@lmb lmb deleted the ci-arm64-gha branch October 25, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant