-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide `stable-rc` repo URL as context variable to `stable_rc_revision_description` template. It will enable us to re-use the same template to get revision description information for a different tree such as `omap`. Signed-off-by: Jeny Sadadia <[email protected]>
- Loading branch information
Jeny Sadadia
committed
Sep 23, 2024
1 parent
788baaa
commit ef4b5c1
Showing
2 changed files
with
4 additions
and
6 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 |
---|---|---|
|
@@ -32,5 +32,6 @@ def match_revision(revision): | |
"Shreeya Patel <[email protected]>"], | ||
body='{% include "stable_rc_revision_description.txt.j2" %}', | ||
cc=["KernelCI Results Staging <[email protected]>"], | ||
due=datetime.now(timezone.utc) + timedelta(hours=3) | ||
due=datetime.now(timezone.utc) + timedelta(hours=3), | ||
context={'main_repo_url': repo_url} | ||
),) |
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