https://github.com/withgraphite/graphite-ci-buildkite-plugin
Optimize CI via Graphite.
https://github.com/withgraphite/graphite-ci-buildkite-plugin
buildkite-plugin
Last synced: 5 months ago
JSON representation
Optimize CI via Graphite.
- Host: GitHub
- URL: https://github.com/withgraphite/graphite-ci-buildkite-plugin
- Owner: withgraphite
- Created: 2024-03-31T21:51:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T20:41:25.000Z (over 1 year ago)
- Last Synced: 2025-02-05T21:37:09.210Z (over 1 year ago)
- Topics: buildkite-plugin
- Language: Shell
- Homepage:
- Size: 677 KB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://stacking.dev)
- Only running CI once downstack CI has passed
## Usage
1. First, get your CI token from https://app.graphite.dev/ci
1. Then, add the CI step to your pipeline file:
```yml
steps:
- plugins:
- withgraphite/graphite-ci#main:
graphite_token: 'XXX'
```
To instead use a
[specific version](https://github.com/withgraphite/graphite-ci-buildkite-plugin/tags) of
this action, replace `@main` with `@v1.0` (or whatever the current latest
version is).