Skip to content

Commit

Permalink
Updated README for running BuildKite tests locally (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Roselander authored Feb 4, 2022
1 parent 4d41efc commit a7abf84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions develop/buildkite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Buildkite simply runs docker containers. So it is easy to perform the
same build locally that BuildKite will do.

## Testing the build locally

### One-Time Setup
Create an empty directory at `/usr/bin/buildkite-agent`. This directory is mounted as a volume and must be
present for the container to start.

### Run Locally
To run tests locally use `docker-compose run` command in `develop/buildkite` directory:

```bash
Expand Down

0 comments on commit a7abf84

Please sign in to comment.