Skip to content

Commit

Permalink
chore: update settings for architecture graph generation (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed May 31, 2023
1 parent ab6d0a4 commit ffa2aab
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion server/arch.yaml
Expand Up @@ -83,14 +83,26 @@ modules:
type: infrastructure
group: observability

id:
pkg/id:
type: infrastructure
group: central_libraries

pkg/*:
type: infrastructure
group: libraries

resourcemanager:
type: infrastructure
group: libraries

tests/*:
type: core
group: test_management

environment/*:
type: core
group: test_management

testdb:
type: infrastructure
group: persistence
Expand Down Expand Up @@ -130,5 +142,8 @@ clusters:
test_runner:
color: "#976391"

test_management:
color: "#20BF55"

startup:
color: "#293F14"

0 comments on commit ffa2aab

Please sign in to comment.