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

Add a CI job to validate Graviton instance support #250

Merged
merged 1 commit into from
May 18, 2023

Conversation

monthonk
Copy link
Contributor

@monthonk monthonk commented May 17, 2023

We want to make sure that Mountpoint can be built and run on aarch64 and Graviton instances, but GitHub currently doesn't support this type of runner. What we can do for now is using self-hosted runners, which we maintain internally, until GitHub provides official ARM-based images.

The current configuration for our runners is m7g.medium instance type with Amazon Linux 2 operating system.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

@monthonk monthonk temporarily deployed to PR integration tests May 17, 2023 13:14 — with GitHub Actions Inactive
@monthonk monthonk temporarily deployed to PR integration tests May 17, 2023 13:14 — with GitHub Actions Inactive
@monthonk monthonk temporarily deployed to PR integration tests May 17, 2023 13:14 — with GitHub Actions Inactive
@monthonk monthonk linked an issue May 17, 2023 that may be closed by this pull request
Copy link
Member

@jamesbornholt jamesbornholt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM once the runner infrastructure is deployed.

@monthonk monthonk merged commit 4bcd182 into awslabs:main May 18, 2023
Comment on lines +87 to +88
name: Tests (arm64)
runs-on: [self-hosted, linux, arm64]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we also have x86_64 self-hosted runners, can we just add ARM and x86 to the strategy matrix and reuse the workflow?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sure, but from examples in github docs I believe we can.

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.

Run CI tests on aarch64
3 participants