-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stable-rc: use common templates created for
stable
Use common templates such as `stable_build.j2`, `stable_revision.j2`, `stable_revision_summary.j2`, and `common.j2` to avoid duplication in `stable-rc` and `stable-rt` report templates. Signed-off-by: Jeny Sadadia <[email protected]>
- Loading branch information
Jeny Sadadia
committed
Sep 4, 2024
1 parent
f7bd2b4
commit c403609
Showing
7 changed files
with
8 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ def match_revision(revision): | |
# Send notification 3 hours after a revision is created/updated | ||
return (Message( | ||
subject='KernelCI report for stable-rc: ' | ||
'{% include "stable_rc_revision_summary.txt.j2" %}', | ||
'{% include "stable_revision_summary.txt.j2" %}', | ||
to=["Jeny Sadadia <[email protected]>", | ||
"Gustavo Padovan <[email protected]>", | ||
"Shreeya Patel <[email protected]>"], | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters