From 574011de3b9a27d70eba39b8afaa5e9004618bb2 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Tue, 26 Nov 2024 14:44:00 +0000 Subject: [PATCH] dashboard: Update maintainers - Update the s390x regex to include zvsi jobs - Add Wainer and Steve as non-TEE CoCo maintainers Signed-off-by: stevenhorsman --- maintainers.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/maintainers.yml b/maintainers.yml index a761578..3d086b5 100644 --- a/maintainers.yml +++ b/maintainers.yml @@ -12,7 +12,7 @@ mappings: # @kata-containers/arch-s390x: BbolroC - - regex: ".*s390x.*" + - regex: ".*s390x|zvsi.*" group: "Arch-s390x" owners: - fullname: "Hyounggyu Choi" @@ -73,4 +73,20 @@ mappings: email: "arvind.kumar@amd.com" slackurl: "https://cloud-native.slack.com/team/U06HXU0312P" slack: "Arvind Kumar" - github: "arvindskumar99" \ No newline at end of file + github: "arvindskumar99" + +# Steve and Wainer to maintain the non-tee CoCo jobs + - regex: ".*coco-nontee.*" + group: "CoCo_non-TEE" + owners: + - fullname: "Steven Horsman" + email: "steven@uk.ibm.com" + slackurl: "https://katacontainers.slack.com/team/U020KLK70TA" + slack: "Steve Horsman" + github: "stevenhorsman" + + - fullname: "Wainer dos Santos Moschetta" + email: "wmoschet@redhat.com" + slackurl: "https://katacontainers.slack.com/team/U012NV99LPL" + slack: "Wainer dos Santos Moschetta" + github: "wainersm"