awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCI Target Sharding

Distributing a set of build targets across multiple parallel CI jobs using an index to balance workload.

Distinct from Concurrent Job Schedulers: Nothing in the shortlist covers slicing a build target list across concurrent CI workers by index.

Explore 1 awesome GitHub repository matching devops & infrastructure · CI Target Sharding. Refine with filters or upvote what's useful.

Awesome CI Target Sharding GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • moonrepo/moonmoonrepo 的头像

    moonrepo/moon

    3,687在 GitHub 上查看↗

    Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.

    Balances CI workloads by splitting affected targets across multiple concurrent jobs using a job index.

    Rustbuild-systembuild-toolbun
    在 GitHub 上查看↗3,687
  1. Home
  2. DevOps & Infrastructure
  3. CI Target Sharding