continuous-integration

Tag

Cards List
#continuous-integration

Uber SubmitQueue: a high-performance speculative merge queue

Hacker News Top · 2026-08-01 Cached

Uber open-sourced SubmitQueue, a high-performance speculative merge queue that validates multiple changes in parallel against predicted future states of HEAD to keep trunk green at scale.

0 favorites 0 likes
#continuous-integration

Replace Your CI With a Merge Queue

Lobsters Hottest · 2026-07-28 Cached

This article argues that traditional CI fails for AI agents and proposes replacing it with a merge queue where all tests run before merging, allowing agents to fix issues before breaking the build.

0 favorites 0 likes
#continuous-integration

@PyTorch: PyTorch now has a Cross-Repository CI Relay (CRCR) that streamlines testing across the ecosystem. CRCR automatically tr…

X AI KOLs Following · 2026-06-29 Cached

PyTorch introduces a Cross-Repository CI Relay (CRCR) that automatically triggers and tracks CI in out-of-tree backends, providing a unified dashboard for CI health.

0 favorites 0 likes
#continuous-integration

My Agent Skill for Test-Driven Development

Hacker News Top · 2026-06-04 Cached

The author shares a TDD skill for AI agents to improve test writing, based on Kent Beck's Canon TDD, and provides a GitHub link.

0 favorites 0 likes
#continuous-integration

Catch Flakes On Main

matklad · 2026-05-14 Cached

The article discusses the problem of flaky tests in software development and proposes a simple mechanical habit: when using a merge queue, continue to run the full test suite on main and maintain a visible list of recent main failures to help identify and eradicate flaky tests.

0 favorites 0 likes
#continuous-integration

Tophat by Shopify

Product Hunt · 2026-04-03

Tophat by Shopify is a tool that lets you test mobile CI builds on any device without building locally.

0 favorites 0 likes
#continuous-integration

jenkinsci/jenkins

GitHub Trending (daily) · 2026-07-27 Cached

Jenkins is a leading open-source automation server built with Java, used for CI/CD, testing, deployment, and automating development workflows.

0 favorites 0 likes
← Back to home

Submit Feedback