1
0
Fork 0

review fixes 2

This commit is contained in:
Mikhail Goncharov 2020-08-27 15:29:09 +02:00
parent 33947bdd1f
commit 5610d8d02f
2 changed files with 2 additions and 6 deletions

View file

@ -1,14 +1,12 @@
- [Overview](#overview)
- [Phabricator integration](#phabricator-integration)
- [Buildkite pipelines](#buildkite-pipelines)
- [Life of pre-merge check](#life-of-pre-merge-check)
- [Life of a pre-merge check](#life-of-a-pre-merge-check)
- [Enabled projects and project detection](#enabled-projects-and-project-detection)
- [Agent machines](#agent-machines)
- [Compilation caching](#compilation-caching)
- [Buildkite monitoring](#buildkite-monitoring)
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
# Overview
- [Buildkite](https://buildkite.com/llvm-project) orchestrates each build.
@ -59,7 +57,7 @@ One typically edits corresponding script, not a pipeline definition in the
Buildkite interface. [How to test
changes](playbooks.md#testing-changes-before-merging).
# Life of pre-merge check
# Life of a pre-merge check
When new diff arrives for review it triggers a Herald rule ("everyone" or "beta
testers").

View file

@ -12,8 +12,6 @@
* [Herald](#herald)
* [Harbormaster](#harbormaster)
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
# Playbooks
## deployment to a clean infrastructure