Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dashboard/app: split Reported-and-tested-by tag #5060

Merged
merged 1 commit into from
Jul 17, 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
6 changes: 4 additions & 2 deletions dashboard/app/jobs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ patch: %[3]v

syzbot has tested the proposed patch and the reproducer did not trigger any issue:

Reported-and-tested-by: syzbot+%[email protected]
Reported-by: syzbot+%[1][email protected]
Tested-by: syzbot+%[1][email protected]

Tested on:

Expand Down Expand Up @@ -372,7 +373,8 @@ func TestJobWithoutPatch(t *testing.T) {

syzbot has tested the proposed patch and the reproducer did not trigger any issue:

Reported-and-tested-by: syzbot+%[email protected]
Reported-by: syzbot+%[1][email protected]
Tested-by: syzbot+%[1][email protected]

Tested on:

Expand Down
7 changes: 6 additions & 1 deletion dashboard/app/templates/mail_test_result.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ Error text is too large and was truncated, full error text is at:
{{else}}
syzbot has tested the proposed patch and the reproducer did not trigger any issue:

Reported-and-tested-by: {{.CreditEmail}}
{{/* Note: kernel prefers separate reported/tested tags rather than a single
Reported-and-tested-by, see:
https://lore.kernel.org/all/[email protected]/
*/ -}}
Reported-by: {{.CreditEmail}}
Tested-by: {{.CreditEmail}}
{{end}}
Tested on:

Expand Down
Loading