From f987ed9eca2d52919a303ab69dfab69d7d7753e8 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Mon, 21 Jul 2025 10:18:09 +0200 Subject: [PATCH] Remove Luke from mailing list. He moved to the other team --- daily_tests/daily_nightly_tests_report.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/daily_tests/daily_nightly_tests_report.py b/daily_tests/daily_nightly_tests_report.py index 7c748e4..3967356 100755 --- a/daily_tests/daily_nightly_tests_report.py +++ b/daily_tests/daily_nightly_tests_report.py @@ -19,7 +19,6 @@ ] upstream_mails = [ "phracek@redhat.com", - "lholmqui@redhat.com", "cpapasta@redhat.com", "nodeshiftcore@redhat.com", ] @@ -37,7 +36,6 @@ "mysql-container": ["fjanus@redhat.com", "ljavorsk@redhat.com", "mschorm@redhat.com" ], "s2i-perl-container": ["jplesnik@redhat.com", "mspacek@redhat.com"], "s2i-nodejs-container": [ - "lholmqui@redhat.com", "cpapasta@redhat.com", "nodeshiftcore@redhat.com", "jprokop@redhat.com", @@ -46,7 +44,6 @@ SCLORG_UPSTREAM_TESTS_MAILS = { "s2i-nodejs-container": [ - "lholmqui@redhat.com", "cpapasta@redhat.com", "nodeshiftcore@redhat.com", ]