From 37ca6c865f8f9d1ac63cb835ae11e5003ac0a330 Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Mon, 29 Apr 2024 18:15:22 +0300 Subject: [PATCH] templates: Add shutdown warning Add shutdown warning and suggest users to contact us if they are still using them. Signed-off-by: Denys Fedoryshchenko --- app/utils/report/templates/build.txt | 7 +++++++ app/utils/report/templates/test.txt | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/app/utils/report/templates/build.txt b/app/utils/report/templates/build.txt index cd2186aac..cfd70df70 100644 --- a/app/utils/report/templates/build.txt +++ b/app/utils/report/templates/build.txt @@ -1,5 +1,12 @@ {{ subject_str }} {# leave an empty space #} +This legacy KernelCI providing this report will shutdown sometime +soon in favor of our new KernelCI infra. Not all tests are being +migrated. +If you are still using this report and want us to prioritize your +usecase in the new system, please let us know at +kernelci@lists.linux.dev + {{ full_build_summary }} {# leave an empty space #} {{ tree_string }} diff --git a/app/utils/report/templates/test.txt b/app/utils/report/templates/test.txt index cc83ba6a3..96a73d985 100644 --- a/app/utils/report/templates/test.txt +++ b/app/utils/report/templates/test.txt @@ -1,5 +1,12 @@ {{ subject_str }} +This legacy KernelCI providing this report will shutdown sometime +soon in favor of our new KernelCI infra. Not all tests are being +migrated. +If you are still using this report and want us to prioritize your +usecase in the new system, please let us know at +kernelci@lists.linux.dev + Regressions Summary -------------------