updated diagram
This commit is contained in:
parent
75f28322cc
commit
6f9fdcec4e
1 changed files with 34 additions and 12 deletions
|
@ -1,31 +1,53 @@
|
||||||
@startuml
|
@startuml
|
||||||
|
|
||||||
node Phabricator
|
node Phabricator
|
||||||
|
|
||||||
node github {
|
node github {
|
||||||
component LLVM_monorepo
|
component LLVM_monorepo
|
||||||
}
|
}
|
||||||
|
|
||||||
cloud "premerge-test cluster" {
|
cloud "Google Cloud" {
|
||||||
|
|
||||||
|
node "premerge-test Kubernetes cluster" {
|
||||||
|
|
||||||
|
|
||||||
node "reverse proxy" {
|
node "reverse proxy" {
|
||||||
component nginx
|
component nginx
|
||||||
}
|
}
|
||||||
|
|
||||||
|
node "nginx results" {
|
||||||
|
component "Linux results"
|
||||||
|
}
|
||||||
|
|
||||||
node "Jenkins" {
|
node "Jenkins" {
|
||||||
component "Jenkins_master"
|
component "Jenkins master"
|
||||||
}
|
|
||||||
node "Jenkins_agent" {
|
|
||||||
component "swarm_plugin"
|
|
||||||
component "LLVM build tools"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
node "Linux agent" {
|
||||||
|
component "Swarm plugin (Linux)"
|
||||||
|
component "LLVM build tools (Linux)"
|
||||||
|
[Swarm plugin (Linux)] -- [Jenkins master]
|
||||||
|
[Swarm plugin (Linux)] --> [Linux results]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Jenkins_master -- swarm_plugin
|
node "Google Cloud Storage" {
|
||||||
nginx -- Jenkins_master
|
component "Windows results"
|
||||||
Phabricator -- nginx
|
}
|
||||||
Phabricator --> LLVM_monorepo
|
|
||||||
Jenkins_master --> LLVM_monorepo
|
node "Windows agent" {
|
||||||
@enduml
|
component "Swarm plugin (Win)"
|
||||||
|
component "LLVM build tools (Win)"
|
||||||
|
[Swarm plugin (Win)] -- [Jenkins master]
|
||||||
|
[Swarm plugin (Win)] --> [Windows results]
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
Phabricator --> nginx
|
||||||
|
nginx --> [Jenkins master]
|
||||||
|
[Jenkins master] --> LLVM_monorepo
|
||||||
|
[Swarm plugin (Linux)] --> LLVM_monorepo
|
||||||
|
[Swarm plugin (Win)] --> LLVM_monorepo
|
||||||
|
|
||||||
|
@enduml
|
||||||
|
|
Loading…
Reference in a new issue