-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtach.yml
More file actions
76 lines (76 loc) · 2.47 KB
/
tach.yml
File metadata and controls
76 lines (76 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# yaml-language-server: $schema=https://raw.githubusercontent.com/gauge-sh/tach/v0.9.2/public/tach-yml-schema.json
modules:
- path: smartschedule.allocation
depends_on:
- path: smartschedule.allocation.capabilityscheduling
- path: smartschedule.availability
- path: smartschedule.shared
- path: smartschedule.simulation
- path: smartschedule.allocation.capabilityscheduling
depends_on:
- path: smartschedule.availability
- path: smartschedule.shared
- path: smartschedule.allocation.capabilityscheduling.legacyacl
depends_on:
- path: smartschedule.allocation.capabilityscheduling
- path: smartschedule.shared
- path: smartschedule.availability
depends_on:
- path: smartschedule.shared
- path: smartschedule.container
depends_on:
- path: smartschedule.shared
- path: smartschedule.allocation
- path: smartschedule.planning
- path: smartschedule.optimization
depends_on:
- path: smartschedule.shared
- path: smartschedule.planning
depends_on:
- path: smartschedule.allocation
- path: smartschedule.availability
- path: smartschedule.planning.parallelization
- path: smartschedule.shared
- path: smartschedule.planning.parallelization
depends_on:
- path: smartschedule.availability
- path: smartschedule.shared
- path: smartschedule.sorter
- path: smartschedule.resource
depends_on:
- path: smartschedule.resource.device
- path: smartschedule.resource.employee
- path: smartschedule.shared
- path: smartschedule.resource.device
depends_on:
- path: smartschedule.allocation.capabilityscheduling
- path: smartschedule.shared
- path: smartschedule.resource.employee
depends_on:
- path: smartschedule.allocation.capabilityscheduling
- path: smartschedule.shared
- path: smartschedule.risk
depends_on:
- path: smartschedule.shared
- path: smartschedule.planning
- path: smartschedule.availability
- path: smartschedule.simulation
- path: smartschedule.allocation
- path: smartschedule.allocation.capabilityscheduling
- path: smartschedule.resource
- path: smartschedule.shared
depends_on: []
- path: smartschedule.simulation
depends_on:
- path: smartschedule.optimization
- path: smartschedule.shared
- path: smartschedule.sorter
depends_on: []
exclude:
- .*__pycache__
- .*egg-info
- docs
- tests
- venv
source_roots:
- .