d2/e2etests/testdata/files/dagger_grid.d2

94 lines
1.6 KiB
Text
Raw Normal View History

2023-04-04 20:42:25 +00:00
rows: 5
style.fill: black
2023-04-04 01:58:07 +00:00
2023-04-04 20:42:25 +00:00
flow1: "" {
width: 120
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
flow2: "" {
width: 120
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
flow3: "" {
width: 120
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
flow4: "" {
width: 120
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
flow5: "" {
width: 120
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
flow6: "" {
width: 240
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
flow7: "" {
width: 100
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
flow8: "" {
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
flow9: "" {
width: 120
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
flow10: "" {
width: 120
style: {fill: white; stroke: cornflowerblue; stroke-width: 10}
}
2023-04-04 01:58:07 +00:00
DAGGER ENGINE: {
width: 800
style: {
fill: beige
stroke: darkcyan
font-color: blue
stroke-width: 8
2023-04-04 01:58:07 +00:00
}
}
2023-04-04 01:58:07 +00:00
ANY DOCKER COMPATIBLE RUNTIME: {
width: 800
style: {
fill: lightcyan
stroke: darkcyan
font-color: black
stroke-width: 8
2023-04-04 01:58:07 +00:00
}
icon: https://icons.terrastruct.com/dev%2Fdocker.svg
}
2023-04-04 01:58:07 +00:00
ANY CI: {
style: {
fill: gold
stroke: maroon
font-color: maroon
stroke-width: 8
2023-04-04 01:58:07 +00:00
}
}
2023-04-04 01:58:07 +00:00
WINDOWS.style: {
font-color: white
fill: darkcyan
stroke: black
}
LINUX.style: {
font-color: white
fill: darkcyan
stroke: black
}
MACOS.style: {
font-color: white
fill: darkcyan
stroke: black
}
KUBERNETES.style: {
font-color: white
fill: darkcyan
stroke: black
2023-04-04 01:58:07 +00:00
}