Get Started

Get started with Trunk's CI Autopilot

CI Autopilot automatically investigates CI failures in your pull requests and provides root cause analysis with suggested fixes, saving your team hours of debugging time. This guide covers two setup options: basic GitHub integration and enhanced test-level analysis.

Watch the walk through

Check out the 3-minute demo below, highlighting steps required to get started.

CI Autopilot setup and demo

Setup options

Basic setup (5 minutes): Connect CI Autopilot to your GitHub repository to get failure analysis from CI logs.

Enhanced setup (+10 minutes): Add structured test reports for precise, test-level analysis with more targeted fix recommendations.

Basic vs enhanced setup

Feature
Basic Setup
Enhanced Setup

Analysis Source

General CI logs

Individual test results + CI logs

Fix Precision

General suggestions

Test-specific, targeted fixes

Setup Time

5 minutes

15 minutes total

Recommended For

Quick start

Comprehensive analysis

Prerequisites

  • GitHub repository with GitHub Action workflows

  • Admin access to your GitHub organization

Get started

Follow the following guides to get started with CI Autopilot.

Last updated