Skip to content

Commit 15f1df4

Browse files
authored
Merge pull request #12 from padovan/origins-info-file
Add information about each origin
2 parents 80df61e + 7a093d3 commit 15f1df4

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

data/origins.yml

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
origins:
2+
maestro:
3+
description: "Public test orchestrator from the KernelCI community"
4+
owner: "KernelCI Project"
5+
contacts:
6+
- kernelci-syadmin@groups.io
7+
submits:
8+
- checkouts
9+
- builds
10+
- tests
11+
12+
arm:
13+
description: "Arm device testing in Arm internal lab"
14+
owner: "Arm Holdings"
15+
contacts:
16+
- ManojKumar08@arm.com
17+
- cristian.marussi@arm.com
18+
- aishwarya.tcv@arm.com
19+
- broonie@kernel.org
20+
submits:
21+
- checkouts
22+
- builds
23+
- tests
24+
25+
broonie:
26+
description: "Small SoC test system from Mark Brown"
27+
owner: "Mark Brown"
28+
contacts:
29+
- broonie@kernel.org
30+
submits:
31+
- checkouts
32+
- builds
33+
- tests
34+
35+
linaro:
36+
description: "LKFT CI system from Linaro"
37+
owner: "Linaro Limited"
38+
contacts:
39+
- tuxsuite@linaro.org
40+
- benjamin.copeland@linaro.org
41+
submits:
42+
- checkouts
43+
- builds
44+
- tests
45+
46+
microsoft:
47+
description: "Azure Cloud kernel testing through LISA"
48+
owner: "Microsoft Corporation"
49+
contacts:
50+
- Johnson.George@microsoft.com
51+
- adityanagesh@microsoft.com
52+
submits:
53+
- checkouts
54+
- builds
55+
- tests
56+
57+
redhat:
58+
description: "RedHat CKI test system"
59+
owner: "Red Hat, Inc"
60+
contacts:
61+
- cki-project@redhat.com
62+
- tales.aparecida@redhat.com
63+
submits:
64+
- checkouts
65+
- builds
66+
- tests
67+
- issues
68+
- incidents
69+
70+
riscv:
71+
description: "RISC-V community test system"
72+
owner: "RISC-V International"
73+
contacts:
74+
- rafael@riscv.org
75+
submits:
76+
- tests
77+
78+
79+
syzbot:
80+
description: "syzkaller fuzzing results"
81+
owner: "syzkaller community"
82+
contacts:
83+
- dvyukov@google.com
84+
- nogikh@google.com
85+
submits:
86+
- checkouts
87+
- builds
88+
- tests
89+
90+
ti:
91+
description: "TI's infra to execute hw tests using Maestro builds"
92+
owner: "Texas Instruments Incorporated"
93+
contacts:
94+
- minas@ti.com
95+
submits:
96+
- tests
97+
98+
0dayci:
99+
description: "Intel's 0-day test results in KernelCI"
100+
owner: "Intel Corporation"
101+
contacts:
102+
- philip.li@intel.com
103+
submits:
104+
- checkouts
105+
- builds
106+
- tests

0 commit comments

Comments
 (0)