From 06ca9c8aab3373a073f44f0800bf1d33f8ddd741 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Wed, 8 Apr 2020 00:47:09 -0700 Subject: [PATCH] test images: Adds OWNERS files for images Adds reviewers to the OWNERS files in the kubernetes/test/images folder. The reviewers are added automatically, based on their contributions on an image (>= 20% code churn). Note that the code churn is taken into account for authors, and not committers. Adds OWNERS files for: ipc-utils, node-perf, nonroot, regression-issue-74839, resource-consumer, sample-device-plugin. --- test/images/nonroot/OWNERS | 2 ++ test/images/regression-issue-74839/OWNERS | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 test/images/nonroot/OWNERS create mode 100644 test/images/regression-issue-74839/OWNERS diff --git a/test/images/nonroot/OWNERS b/test/images/nonroot/OWNERS new file mode 100644 index 00000000000..96374fc2319 --- /dev/null +++ b/test/images/nonroot/OWNERS @@ -0,0 +1,2 @@ +approvers: + - tallclair diff --git a/test/images/regression-issue-74839/OWNERS b/test/images/regression-issue-74839/OWNERS new file mode 100644 index 00000000000..4d3d0381ea4 --- /dev/null +++ b/test/images/regression-issue-74839/OWNERS @@ -0,0 +1,2 @@ +approvers: + - anfernee