-
Notifications
You must be signed in to change notification settings - Fork 316
/
.bldr.toml
109 lines (95 loc) · 3.15 KB
/
.bldr.toml
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[hab]
plan_path = "components/hab"
paths = [
"components/builder-api-client/*",
"components/core/*",
"components/common/*",
"components/http-client/*",
"components/sup-client/*",
"components/sup-protocol/*",
]
[hab-backline]
plan_path = "components/backline"
[hab-launcher]
plan_path = "components/launcher/habitat"
paths = [
"components/core/*",
"components/common/*",
"components/launcher/*",
"components/launcher-protocol/*",
"support/ci/builder-base-plan.sh",
]
[hab-plan-build]
plan_path = "components/plan-build"
[hab-plan-build-ps1]
plan_path = "components/plan-build-ps1"
[hab-studio]
plan_path = "components/studio"
[hab-sup]
plan_path = "components/sup"
paths = [
"components/builder-api-client/*",
"components/butterfly/*",
"components/common/*",
"components/core/*",
"components/hab/*",
"components/launcher-client/*",
"components/sup-protocol/*",
]
[hab-pkg-export-container]
plan_path = "components/pkg-export-container"
paths = [
"components/common/*",
"components/core/*",
"components/hab/*",
]
[hab-pkg-export-tar]
plan_path = "components/pkg-export-tar"
paths = [
"components/common/*",
"components/core/*",
"components/hab/*",
]
[hab-pkg-cfize]
plan_path = "components/pkg-cfize"
paths = [
"components/pkg-export-container/*"
]
[hab-pkg-mesosize]
plan_path = "components/pkg-mesosize"
[simple-hooks]
plan_path = "test/fixtures/plans/simple-hooks"
[test-probe]
plan_path = "test-services/test-probe"
[supplemental-group-tester]
plan_path = "test-services/supplemental-group-tester"
[health-check-performance-00]
plan_path = "test/fixtures/health-check-performance/health-check-performance-00"
[health-check-performance-01]
plan_path = "test/fixtures/health-check-performance/health-check-performance-01"
[health-check-performance-02]
plan_path = "test/fixtures/health-check-performance/health-check-performance-02"
[health-check-performance-03]
plan_path = "test/fixtures/health-check-performance/health-check-performance-03"
[health-check-performance-04]
plan_path = "test/fixtures/health-check-performance/health-check-performance-04"
[health-check-performance-05]
plan_path = "test/fixtures/health-check-performance/health-check-performance-05"
[health-check-performance-06]
plan_path = "test/fixtures/health-check-performance/health-check-performance-06"
[health-check-performance-07]
plan_path = "test/fixtures/health-check-performance/health-check-performance-07"
[health-check-performance-08]
plan_path = "test/fixtures/health-check-performance/health-check-performance-08"
[health-check-performance-09]
plan_path = "test/fixtures/health-check-performance/health-check-performance-09"
[health-check-performance-10]
plan_path = "test/fixtures/health-check-performance/health-check-performance-10"
[health-check-performance-11]
plan_path = "test/fixtures/health-check-performance/health-check-performance-11"
[health-check-performance-12]
plan_path = "test/fixtures/health-check-performance/health-check-performance-12"
[health-check-performance-13]
plan_path = "test/fixtures/health-check-performance/health-check-performance-13"
[health-check-performance-14]
plan_path = "test/fixtures/health-check-performance/health-check-performance-14"