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

tests: aarch64: Run in CI #768

Open
Jongy opened this issue Apr 11, 2023 · 1 comment
Open

tests: aarch64: Run in CI #768

Jongy opened this issue Apr 11, 2023 · 1 comment
Assignees
Labels
aarch64 ci defined-and-prioritized Tickets that have fully defined the desired outcome & are prioritized to be developed. tests

Comments

@Jongy
Copy link
Contributor

Jongy commented Apr 11, 2023

After #506 we have Aarch64 container tests, and after #767 we'll have executable tests as well. Currently they aren't run in our CI - AFAIK GH don't have builtin Aarch64 runners, so we'll need a self-hosted one. Once we get to implement this ticket, let's search the web again for current solutions.

@Jongy
Copy link
Contributor Author

Jongy commented Jul 4, 2023

We added some self-hosted x86_64 and Aarch64 runners. See my commit here which utilized them using the necessary labels.

We can try using those runners now :) I suggest we start with build-container-and-test.yml. The 2 steps (build-container and test) can be cloned to build-container-x86 and test-x86, then create a copy for Aarch64 in the same file, with the necessary tags so it runs on Aarch64 machines.

@Jongy Jongy added the defined-and-prioritized Tickets that have fully defined the desired outcome & are prioritized to be developed. label Jul 4, 2023
@pfilipko1 pfilipko1 self-assigned this Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aarch64 ci defined-and-prioritized Tickets that have fully defined the desired outcome & are prioritized to be developed. tests
Projects
None yet
Development

No branches or pull requests

2 participants