Skip to content

Commit 05f79b3

Browse files
authored
Merge pull request #5339 from MadhavJivrajani/add-inference-perf-teams
sig-scalability: add inference-perf teams
2 parents bf8b4e9 + 5765f56 commit 05f79b3

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
reviewers:
4+
- sig-scalability-leads
5+
approvers:
6+
- sig-scalability-leads
7+
labels:
8+
- sig/scalability
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
teams:
2+
inference-perf-admins:
3+
description: Admin access to the inference-perf repo
4+
members:
5+
- ArangoGutierrez
6+
- Jeffwan
7+
- SergeyKanzhelev
8+
- terrytangyuan
9+
privacy: closed
10+
repos:
11+
inference-perf: admin
12+
inference-perf-maintainers:
13+
description: Write access to the inference-perf repo
14+
members:
15+
- ArangoGutierrez
16+
- Jeffwan
17+
- SergeyKanzhelev
18+
- terrytangyuan
19+
privacy: closed
20+
repos:
21+
inference-perf: write

config/restrictions.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ restrictions:
298298
- "^tejolote"
299299
- "^testgrid-json-exporter"
300300
- "^zeitgeist"
301+
- path: "kubernetes-sigs/sig-scalability/teams.yaml"
302+
allowedRepos:
303+
- "^inference-perf"
301304
- path: "kubernetes-sigs/sig-scheduling/teams.yaml"
302305
allowedRepos:
303306
- "^cluster-capacity"

0 commit comments

Comments
 (0)