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 GH actions self-hosted runners #19

Open
acomodi opened this issue May 24, 2021 · 0 comments
Open

Add GH actions self-hosted runners #19

acomodi opened this issue May 24, 2021 · 0 comments

Comments

@acomodi
Copy link
Contributor

acomodi commented May 24, 2021

GH actions now run with the default settings, which do not allow to scale once more complex tests/devices are added to the test suites.

To have fast and scalable CI testing, self-hosted GH runners might be used to better parallelize and complete all the tests in a reasonable amount of time.

At the moment all the tests are executed with a comprehensive make target here: https://github.com/SymbiFlow/fpga-interchange-tests/blob/0dcffe28969010e288256d770b7414e0cf7e615a/.github/workflows/ci.yml#L49-L51

To have a matrix-style CI, we may need to add more specific make targets, for instance all-counter-tests or all-arty-tests. The choice must be based on the wanted granularity for each job.

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

No branches or pull requests

1 participant