diff options
| author | Zubin Mithra <zsm@chromium.org> | 2019-11-04 12:28:13 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-11-05 09:15:56 +0100 |
| commit | a77e6539d9a657d582fa3167b8bc049feb2bd1fb (patch) | |
| tree | 5ab76f3783f24d8b933aefd1ea7bf36c49f8123c /dashboard/app/bisect_test.go | |
| parent | 0a2d7d829341f42f7df148a6623428283a30821f (diff) | |
syz-ci: send build info for failed bisections
* When fix bisections fails due to a crash on HEAD, the dashboard needs to
keep track of which commit the crash occured at. In order to do this,
send correct commit information to the dashboard.
* Modify mail_bisect_result.txt to be clearer on what
BisectResult.KernelCommit represents. Modify test in bisect_test.go to
accommodate the changes in templates.
Diffstat (limited to 'dashboard/app/bisect_test.go')
| -rw-r--r-- | dashboard/app/bisect_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/bisect_test.go b/dashboard/app/bisect_test.go index 2c401c6e4..0512ab9fc 100644 --- a/dashboard/app/bisect_test.go +++ b/dashboard/app/bisect_test.go @@ -586,7 +586,7 @@ func TestBisectCauseAncient(t *testing.T) { c.expectEQ(msg.Body, fmt.Sprintf(`Bisection is inconclusive: the bug happens on the oldest tested release. bisection log: %[2]v -start commit: 11111111 kernel_commit_title1 +oldest commit: 11111111 kernel_commit_title1 git tree: repo1 branch1 final crash: %[3]v console output: %[4]v |
