-
Notifications
You must be signed in to change notification settings - Fork 6
/
maintainers.yml
102 lines (88 loc) · 3.09 KB
/
maintainers.yml
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
# maintainers.yaml
#
# @kata-containers/arch-s390x: BbolroC
# @kata-containers/arch-ppc64le: Amulyam24?
# @kata-containers/cri-o: ?
# @kata-containers/dragonball: bergwolf
# @kata-containers/rust: pmores, lifupan
# @kata-containers/amd: AdithyaKrishnan, arvindskumar99
## slack: member id, display name, or link to profile?
mappings:
# @kata-containers/arch-s390x: BbolroC
- regex: ".*s390x|zvsi.*"
group: "Arch-s390x"
owners:
- fullname: "Hyounggyu Choi"
email: "[email protected]"
slackurl: "https://katacontainers.slack.com/team/U0369UMM69M"
slack: "Hyounggyu Choi"
github: "BbolroC"
# @kata-containers/arch-ppc64le: Amulyam24?
- regex: ".*ppc64le.*"
group: "Arch-ppc64le"
owners:
- fullname: "Amulya Meka"
email: "[email protected]"
slackurl: "https://katacontainers.slack.com/team/UV7RP34GK"
slack: "Amulyam24"
github: "Amulyam24"
# @kata-containers/dragonball: bergwolf
- regex: ".*dragonball.*"
group: "Dragonball"
owners:
- fullname: "Peng Tao"
email: "http://bergwolf.github.io/"
slackurl: "https://katacontainers.slack.com/team/U8709NBSM"
slack: "bergwolf"
github: "bergwolf"
# @kata-containers/rust: pmores, lifupan
- regex: ".*runtime-rs.*"
group: "Rust"
owners:
- fullname: "Pavel Mores"
email: "[email protected]"
slackurl: "https://katacontainers.slack.com/team/U03CCR6KGBC"
slack: "Pavel Mores"
github: "pmores"
- fullname: "Fupan Li"
email: "[email protected]"
slackurl: "https://katacontainers.slack.com/team/U059Y60DZPW"
slack: "fupan li"
github: "lifupan"
# @kata-containers/amd: AdithyaKrishnan, arvindskumar99
- regex: ".*(qemu-(sev(-snp)?|snp(-experimental)?)|ovmf(-sev)?).*"
group: "AMD"
owners:
- fullname: "Adithya Krishnan Kannan"
email: "[email protected]"
slackurl: "https://cloud-native.slack.com/team/U05TX2URB16"
slack: "Adi"
github: "AdithyaKrishnan"
- fullname: "Arvind Kumar"
email: "[email protected]"
slackurl: "https://cloud-native.slack.com/team/U06HXU0312P"
slack: "Arvind Kumar"
github: "arvindskumar99"
# Steve and Wainer to maintain the non-tee CoCo jobs
- regex: ".*coco-nontee.*"
group: "CoCo_non-TEE"
owners:
- fullname: "Steven Horsman"
email: "[email protected]"
slackurl: "https://katacontainers.slack.com/team/U020KLK70TA"
slack: "Steve Horsman"
github: "stevenhorsman"
- fullname: "Wainer dos Santos Moschetta"
email: "[email protected]"
slackurl: "https://katacontainers.slack.com/team/U012NV99LPL"
slack: "Wainer dos Santos Moschetta"
github: "wainersm"
# Fabiano is the one maintaining the TDX related jobs
- regex: ".*tdx.*"
group: "Intel"
owners:
- fullname: "Fabiano Fidêncio"
email: "[email protected]"
slackurl: "https://katacontainers.slack.com/team/UU8N67ZN1"
slack: "Fabiano Fidêncio"
github: "fidencio"