From 97e669abdf70f8564f92f1637e3eea8cdd030bf7 Mon Sep 17 00:00:00 2001 From: Matt Liggett Date: Fri, 10 Nov 2017 10:54:23 -0800 Subject: [PATCH] Disallow parent approvals. --- test/conformance/testdata/OWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/conformance/testdata/OWNERS b/test/conformance/testdata/OWNERS index ff12a8f5450..309935c356e 100644 --- a/test/conformance/testdata/OWNERS +++ b/test/conformance/testdata/OWNERS @@ -1,6 +1,8 @@ # To be owned by sig-architecture. # TODO(mml): Exclude parent owners once # https://github.com/kubernetes/test-infra/issues/5197 is implemented. +options: + - no_parent_owners: true reviewers: - bgrant0607 - smarterclayton