Skip to content

Commit

Permalink
config/kernelci.toml: add email configs to TOML settings
Browse files Browse the repository at this point in the history
Add `email_sender` and `email_recipient` to TOML
settings file.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and gctucker committed Aug 30, 2023
1 parent d4d3f3a commit d51c594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/kernelci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ kcidb_project_id = "kernelci-production"
origin = "kernelci"

[test_report]
email_sender = "[email protected]"
email_recipient = "[email protected]"

[timeout]

Expand Down

0 comments on commit d51c594

Please sign in to comment.