2019-10-29 09:37:27 +01:00
|
|
|
@startuml
|
2020-08-27 11:21:35 +02:00
|
|
|
component phabricator
|
|
|
|
component buildkite
|
2019-10-29 09:37:27 +01:00
|
|
|
|
|
|
|
node github {
|
2020-08-27 11:21:35 +02:00
|
|
|
component "llvm-project"
|
|
|
|
component "llvm-project fork"
|
|
|
|
component "llvm-premerge-checks"
|
2019-10-29 09:37:27 +01:00
|
|
|
}
|
|
|
|
|
2020-08-27 11:21:35 +02:00
|
|
|
node "GCP" {
|
|
|
|
component "buildkite agents"
|
|
|
|
component "phab-proxy"
|
2019-10-29 09:37:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-08-27 11:21:35 +02:00
|
|
|
[phabricator] --> [phab-proxy]
|
|
|
|
[phab-proxy] --> [buildkite]
|
|
|
|
[buildkite] <-- [buildkite agents]
|
|
|
|
[buildkite agents] <-- [llvm-project]
|
|
|
|
[buildkite agents] <--> [llvm-project fork]
|
|
|
|
[buildkite agents] --> [phabricator]
|
|
|
|
[buildkite agents] <-- [llvm-premerge-checks]
|
2020-05-11 10:23:04 +02:00
|
|
|
@enduml
|