
Bug: chromium:1159728 Change-Id: I611d60749f2a7055c67e6db758fa2f17f433c1a8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/254720 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#36184}
25 lines
619 B
Plaintext
25 lines
619 B
Plaintext
Infra failure in WebRTC on {{ .Build.Builder.Builder }}
|
|
|
|
<p>There was a failure on builder "{{ .Build.Builder.Builder }}".</p>
|
|
|
|
<p><a href="https://ci.chromium.org/b/{{ .Build.Id }}">Full details are available here.</a></p>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>New status:</td>
|
|
<td><b><a href="https://ci.chromium.org/b/{{ .Build.Id }}">{{ .Build.Status }}</a></b></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Previous status:</td>
|
|
<td>{{ .OldStatus }}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Created at:</td>
|
|
<td>{{ .Build.CreateTime | time }}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Finished at:</td>
|
|
<td>{{ .Build.EndTime | time }}</td>
|
|
</tr>
|
|
</table>
|