{{define "content"}}
| Subject | {{.Title}} |
|---|---|
| Author | {{.AuthorEmail}} |
| Date | {{.PublishedAt}} |
| Version | |
| Cc | {{range .Cc}} {{.}} {{end}} |
| Name | Content [All] |
|---|---|
| {{.Title}} | [Body] |
| ID (for dev) | {{.ID}} |
|---|---|
| Status | {{.Status}} |
| Triaged | {{if not .SkipReason.IsNull}}Skipped: {{.SkipReason.StringVal}}{{else}}OK{{end}} {{if .TriageLogURI}} [Log] {{end}} |
| Execution Log | [Link] |
| Test | Base | Patched | Verdict | ||
|---|---|---|---|---|---|
| {{.TestName}} | {{if .BaseBuild}}{{template "build_info" .BaseBuild}}{{end}} | {{if .PatchedBuild}}{{template "build_info" .PatchedBuild}}[patched]{{end}} | {{.Result}} {{if .LogURI}} [Log] {{end}} {{if .ArtifactsArchiveURI}} [Artifacts] {{end}} | ||
|
|||||