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(runner): use arm runner images instead of qemu #786

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

andrewazores
Copy link
Member

@andrewazores andrewazores commented Jan 27, 2025

Welcome to Cryostat! 👋

Before contributing, make sure you have:

  • Read the contributing guidelines
  • Linked a relevant issue which this PR resolves
  • Linked any other relevant issues, PR's, or documentation, if any
  • Resolved all conflicts, if any
  • Rebased your branch PR on top of the latest upstream main branch
  • Attached at least one of the following labels to the PR: [chore, ci, docs, feat, fix, test]
  • Signed all commits using a GPG signature

To recreate commits with GPG signature git fetch upstream && git rebase --force --gpg-sign upstream/main


Related to cryostatio/cryostat-operator#611
See https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
Based on #767
Depends on #767

Description of the change:

See sample run: https://github.com/andrewazores/cryostat3/actions/runs/12995479857
Instead of running all jobs on amd64 virtual machines, and installing qemu to cross-compile and run/test arm64 images on them, this extends the split jobs structure from #767 to build and run the arm64 images on native arm64 runners.

Motivation for the change:

This should speed up multiarch building substantially. Since we currently build for amd64 and arm64, and both of those are now supported architectures with native runners, we can now run each stage on a native runner and combine the results at the end, with no qemu or other emulation.

Sorry, something went wrong.

Copy link

This PR/issue depends on:

@andrewazores andrewazores marked this pull request as ready for review February 13, 2025 21:34
@andrewazores
Copy link
Member Author

/build_test

@andrewazores andrewazores requested a review from a team February 13, 2025 21:34
Copy link

Workflow started at 2/13/2025, 4:35:03 PM. View Actions Run.

Copy link

No GraphQL schema changes detected.

Copy link

No OpenAPI schema changes detected.

Copy link

CI build and push: All tests pass ✅
https://github.com/cryostatio/cryostat/actions/runs/13317525532

Verified

This commit was signed with the committer’s verified signature.
chjj Christopher Jeffrey (JJ)
@andrewazores andrewazores merged commit b1434f9 into cryostatio:main Feb 25, 2025
8 checks passed
@andrewazores andrewazores deleted the ci-arm branch February 25, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant