Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

templates: Add shutdown warning #304

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
[email protected]

{{ 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
[email protected]

Regressions Summary
-------------------

Expand Down
Loading