Skip to content

Commit

Permalink
templates: Add shutdown warning
Browse files Browse the repository at this point in the history
Add shutdown warning and suggest users to contact us
if they are still using them.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
  • Loading branch information
nuclearcat committed Apr 29, 2024
1 parent bbd6638 commit 7e7bff2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/utils/report/templates/build.txt
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
7 changes: 7 additions & 0 deletions app/utils/report/templates/test.txt
Original file line number Diff line number Diff line change
@@ -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
-------------------

Expand Down

0 comments on commit 7e7bff2

Please sign in to comment.