TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Auto balancing 7 hours tests between 100 parallel jobs on CI – Buildkite example

3 pointsby ArturTabout 8 years ago

1 comment

ArturTabout 8 years ago
Do you have large test suites in your company projects? How big are they? How do you deal with long running tests?<p>Probably keeping a few small projects with fast test suites instead of monolith would be a nice way but we all know it&#x27;s not always that easy.<p>I&#x27;d like to build a client library for auto-balancing tests across CI nodes in other languages than Ruby and I&#x27;d love to learn what test runners tools you use in your favorite programming languages.