Skip to content

Commit

Permalink
update Buildite setup
Browse files Browse the repository at this point in the history
We now generate the pipeline from a script in rust-vmm-ci. Update docs
to use the autogenerate script instead.

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu committed Mar 28, 2023
1 parent 9c611c5 commit eac77d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup_new_repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To set up the CI, you need to:
*Commands to run* write the following command:

```bash
buildkite-agent pipeline upload rust-vmm-ci/.buildkite/pipeline.yml
./rust-vmm-ci/.buildkite/autogenerate_pipeline.py | buildkite-agent pipeline upload
```

4. Under *Teams*, give access to the `rust-vmm-dev` team to the pipeline and
Expand Down

0 comments on commit eac77d6

Please sign in to comment.