From 00a6d2c99c05ba33185738be3465c99b6bd58aa8 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 10 Jun 2025 20:05:25 -0700 Subject: [PATCH] add bentheelder to conformance related test *reviewers* To backfill from removing spiffxp. I have been active in Kubernetes testing and conformance related discussions and PRs for 8+ years now and I am a SIG Testing TL. I'd lke to help review these additional directories. I already approve the test/, including nearly all of the e2e tests and images, and the conformance image in particular for many years now. --- test/conformance/OWNERS | 1 + test/conformance/testdata/OWNERS | 1 + test/e2e/architecture/OWNERS | 1 + 3 files changed, 3 insertions(+) diff --git a/test/conformance/OWNERS b/test/conformance/OWNERS index c14c85896a5..5d4ce8f5f19 100644 --- a/test/conformance/OWNERS +++ b/test/conformance/OWNERS @@ -2,6 +2,7 @@ # This is the owner of the test code. The test data itself is owned by sig-architecture. reviewers: + - bentheelder - cheftako - oomichi - johnbelamaric diff --git a/test/conformance/testdata/OWNERS b/test/conformance/testdata/OWNERS index 23ab6f4fcaa..9e008af8062 100644 --- a/test/conformance/testdata/OWNERS +++ b/test/conformance/testdata/OWNERS @@ -4,6 +4,7 @@ options: no_parent_owners: true reviewers: + - bentheelder - smarterclayton - dims - johnbelamaric diff --git a/test/e2e/architecture/OWNERS b/test/e2e/architecture/OWNERS index ac5531b97d5..dcb55df90e7 100644 --- a/test/e2e/architecture/OWNERS +++ b/test/e2e/architecture/OWNERS @@ -3,6 +3,7 @@ # This is the owner of the test code. The test data itself is owned by sig-architecture. reviewers: - aojea + - bentheelder - cheftako - oomichi - johnbelamaric