Skip to content

withgraphite/graphite-ci-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphite CI

The Graphite CI buildkite plugin allows you to define when to run CI.

Common optimizations include:

  • Only running CI on the bottom N PRs of a stack
  • Only running CI once downstack CI has passed

Usage

  1. First, get your CI token from https://app.graphite.dev/ci

  2. Then, add the CI step to your pipeline file:

steps:
  - plugins:
      - withgraphite/graphite-ci#main:
          graphite_token: 'XXX'

To instead use a specific version of this action, replace @main with @v1.0 (or whatever the current latest version is).

Releases

No releases published

Packages

No packages published

Languages