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

Speed up CI #3

Open
tilsche opened this issue Jun 21, 2023 · 2 comments
Open

Speed up CI #3

tilsche opened this issue Jun 21, 2023 · 2 comments
Assignees

Comments

@tilsche
Copy link
Contributor

tilsche commented Jun 21, 2023

The full docker build with tox is by far too slow (>30 min). We should probably split the jobs or workflows somehow.
The challenge is to only build the images if the tests etc. work which is complicated across workflows.
So maybe we have to make it into one workflow but multiple jobs.

@tilsche
Copy link
Contributor Author

tilsche commented Jun 21, 2023

It seems to be drastically faster without the arm build. I suppose removing that is the solution for now?

@tilsche
Copy link
Contributor Author

tilsche commented Jun 22, 2023

@bmario claims there is a declarative possibility to depend workflows on other workflows

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

2 participants