From 9c9a1623d203c2bf6610a9af4b7d5ed9fcb8e7fe Mon Sep 17 00:00:00 2001 From: carlory Date: Mon, 12 Aug 2024 12:58:46 +0800 Subject: [PATCH] put volumescheduling and volume intergation test under SIG-Storage reviewing --- test/integration/volume/OWNERS | 8 ++++++++ test/integration/volumescheduling/OWNERS | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 test/integration/volume/OWNERS create mode 100644 test/integration/volumescheduling/OWNERS diff --git a/test/integration/volume/OWNERS b/test/integration/volume/OWNERS new file mode 100644 index 00000000000..451008a3e99 --- /dev/null +++ b/test/integration/volume/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - sig-storage-approvers +reviewers: + - sig-storage-reviewers +labels: + - sig/storage diff --git a/test/integration/volumescheduling/OWNERS b/test/integration/volumescheduling/OWNERS new file mode 100644 index 00000000000..451008a3e99 --- /dev/null +++ b/test/integration/volumescheduling/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +approvers: + - sig-storage-approvers +reviewers: + - sig-storage-reviewers +labels: + - sig/storage