Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ci-operator/config/openshift/api/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
reviewers:
approvers:
- smarterclayton
- deads2k
- liggitt
2 changes: 2 additions & 0 deletions ci-operator/config/openshift/ci-operator-prowgen/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
approvers:
- petr-muller
3 changes: 3 additions & 0 deletions ci-operator/config/openshift/ci-operator/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
approvers:
- smarterclayton
- stevekuznetsov
3 changes: 3 additions & 0 deletions ci-operator/config/openshift/cluster-samples-operator/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
approvers:
- bparees
- gabemontero
9 changes: 9 additions & 0 deletions ci-operator/config/openshift/cluster-version-operator/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- crawford
- smarterclayton
- yifan-gu
reviewers:
- abhinavdahiya
- wking
8 changes: 8 additions & 0 deletions ci-operator/config/openshift/machine-config-operator/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- abhinavdahiya
- crawford
- smarterclayton
- wking
- yifan-gu
13 changes: 13 additions & 0 deletions ci-operator/config/openshift/telemeter/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
reviewers:
- brancz
- mxinden
- squat
- s-urbaniak
- smarterclayton

approvers:
- brancz
- mxinden
- squat
- s-urbaniak
- smarterclayton
5 changes: 5 additions & 0 deletions ci-operator/jobs/openshift/api/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
reviewers:
approvers:
- smarterclayton
- deads2k
- liggitt
2 changes: 2 additions & 0 deletions ci-operator/jobs/openshift/ci-operator-prowgen/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
approvers:
- petr-muller
2 changes: 1 addition & 1 deletion ci-operator/jobs/openshift/cluster-samples-operator/OWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
approvers:
- bparees
- gabemontero
- gabemontero
9 changes: 9 additions & 0 deletions ci-operator/jobs/openshift/cluster-version-operator/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- crawford
- smarterclayton
- yifan-gu
reviewers:
- abhinavdahiya
- wking
8 changes: 8 additions & 0 deletions ci-operator/jobs/openshift/machine-config-operator/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- abhinavdahiya
- crawford
- smarterclayton
- wking
- yifan-gu
3 changes: 3 additions & 0 deletions ci-operator/jobs/openshift/release/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
approvers:
- stevekuznetsov
- smarterclayton
13 changes: 13 additions & 0 deletions ci-operator/jobs/openshift/telemeter/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
reviewers:
- brancz
- mxinden
- squat
- s-urbaniak
- smarterclayton

approvers:
- brancz
- mxinden
- squat
- s-urbaniak
- smarterclayton
2 changes: 1 addition & 1 deletion ci-operator/populate-owners.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function populate_owners() {
local repo="$2"
local target_dir="${temp_workdir}/${org}/${repo}"
mkdir -p "${target_dir}"
git clone "git@github.com:${org}/${repo}.git" "${target_dir}"
git clone --depth 1 --single-branch "git@github.com:${org}/${repo}.git" "${target_dir}"
if [[ -f "${target_dir}/OWNERS" ]]; then
cp "${target_dir}/OWNERS" "${jobs}/${org}/${repo}"
if [[ -d "${config}/${org}/${repo}" ]]; then
Expand Down
31 changes: 31 additions & 0 deletions ci-operator/templates/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
filters:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want to roll this back, because the approve plugin currently doesn't work with filters (kubernetes/test-infra#7690).

".*azure.*":
approvers:
- jim-minter
- kargakis
- kwoodson
- mjudeikis
- pweil-
reviewers:
- amanohar
- jim-minter
- kargakis
- kwoodson
- mjudeikis
- pweil-
- shrutir25
- sozercan
- thanasisk
".*gmontero.*":
approvers:
- gabemontero
".*installer.*":
approvers:
- aaronlevy
- abhinavdahiya
- crawford
- smarterclayton
- wking
- yifan-gu
reviewers:
- vikramsk