-
-
Notifications
You must be signed in to change notification settings - Fork 194
ARM64 runner for tests #541
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
base: main
Are you sure you want to change the base?
Conversation
9057240
to
bbb092e
Compare
The commit implements: - infra configurations for the self-hosted ARM64 GitHub runner based on AWS EC2 instance - reusable GitHUb action to manage ARM64 self-hosted runner Signed-off-by: viktor-kurchenko <[email protected]>
The commit refactors test workflow to use an ephemeral GitHub self-hosted runner for the ARM64 architecture. Signed-off-by: viktor-kurchenko <[email protected]>
bbb092e
to
ef62d20
Compare
Signed-off-by: viktor-kurchenko <[email protected]>
@brb something wrong with SSH connection on the ARM64 runner:
Any ideas what might be wrong? |
@viktor-kurchenko You need to set arm64 LVH images, e.g., |
cd6b6b9
to
15069c3
Compare
Signed-off-by: viktor-kurchenko <[email protected]>
60ce72b
to
97daedf
Compare
Signed-off-by: viktor-kurchenko <[email protected]>
Signed-off-by: viktor-kurchenko <[email protected]>
@brb thanks! |
Signed-off-by: Martynas Pumputis <[email protected]>
Signed-off-by: Martynas Pumputis <[email protected]>
Signed-off-by: Martynas Pumputis <[email protected]>
The implementation of ARM64 self-hosted GH runner for the pwru tool testing.
Related: #545