Introduction

Aviator is a fast, customizable workflow automation tool for developers to manage their build, test, merge and deploy processes. Aviator’s scalable framework helps teams avoid broken builds and unreliable tests, and improve code review process using smart heuristics.

There are 4 key components of Aviator:

MergeQueue

An automated queue to manage the merging workflow for your GitHub pull requests to help protect important branches from broken builds. Built for scale, Aviator’s merge queue is highly customizable. It can merge over 10,000 changes in a day.

FlexReview

Introduce flexibility to your code review process by understanding the nuances of every code change and every reviewer. Instead of defining a static CODEOWNERS file, it analyses the history of code review patterns to suggest reviewers. Additionally teams can set response time SLOs and configure automated actions.

Stacked PRs CLI

A command line tool that helps developers manage cross-PR dependencies. This tool also automates syncing and merging of stacked PRs. Useful when your team wants to promote a culture of smaller, incremental PRs instead of large changes, or when your workflows involve keeping multiple, dependent PRs in sync.

TestDeck

A platform to automatically detect and manage unreliable tests in your CI infrastructure.

Dive deep into what’s causing test failures. Get test case level insights. Identify unreliable tests, quarantine or rerun them.

How Aviator works

Aviator connects as a GitHub app that can be installed on any repository. The CLI can be installed using HomeBrew and configured using your GitHub personal access token. Aviator also has a Chrome Extension that gives live status updates within the GitHub UI.

Last updated