review fixes 2
This commit is contained in:
parent
33947bdd1f
commit
5610d8d02f
2 changed files with 2 additions and 6 deletions
|
@ -1,14 +1,12 @@
|
||||||
- [Overview](#overview)
|
- [Overview](#overview)
|
||||||
- [Phabricator integration](#phabricator-integration)
|
- [Phabricator integration](#phabricator-integration)
|
||||||
- [Buildkite pipelines](#buildkite-pipelines)
|
- [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)
|
- [Enabled projects and project detection](#enabled-projects-and-project-detection)
|
||||||
- [Agent machines](#agent-machines)
|
- [Agent machines](#agent-machines)
|
||||||
- [Compilation caching](#compilation-caching)
|
- [Compilation caching](#compilation-caching)
|
||||||
- [Buildkite monitoring](#buildkite-monitoring)
|
- [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
|
# Overview
|
||||||
|
|
||||||
- [Buildkite](https://buildkite.com/llvm-project) orchestrates each build.
|
- [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
|
Buildkite interface. [How to test
|
||||||
changes](playbooks.md#testing-changes-before-merging).
|
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
|
When new diff arrives for review it triggers a Herald rule ("everyone" or "beta
|
||||||
testers").
|
testers").
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
* [Herald](#herald)
|
* [Herald](#herald)
|
||||||
* [Harbormaster](#harbormaster)
|
* [Harbormaster](#harbormaster)
|
||||||
|
|
||||||
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
|
|
||||||
|
|
||||||
# Playbooks
|
# Playbooks
|
||||||
|
|
||||||
## deployment to a clean infrastructure
|
## deployment to a clean infrastructure
|
||||||
|
|
Loading…
Add table
Reference in a new issue