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

CI optimisation pass #2264

Closed
4 tasks done
alecthomas opened this issue Aug 6, 2024 · 0 comments
Closed
4 tasks done

CI optimisation pass #2264

alecthomas opened this issue Aug 6, 2024 · 0 comments
Assignees

Comments

@alecthomas
Copy link
Collaborator

alecthomas commented Aug 6, 2024

There's some slowness going on that we don't want.

eg.

  1. Docker compose takes 40s
  2. "Test Go" takes 4m+

etc.

  • Cache Docker images
  • Integration tests should skip packages that don't contain the test (currently running go test on all packages)
  • Bigger+faster runners
  • Merge queue
@github-actions github-actions bot added the triage Issue needs triaging label Aug 6, 2024
@ftl-robot ftl-robot mentioned this issue Aug 6, 2024
@wesbillman wesbillman removed the triage Issue needs triaging label Aug 6, 2024
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