Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Unified Diff: milo/appengine/frontend/expectations/swarming.build-build-exception.html

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)
Patch Set: Add in empty strings Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: milo/appengine/frontend/expectations/swarming.build-build-exception.html
diff --git a/milo/appengine/frontend/expectations/swarming.build-build-exception.html b/milo/appengine/frontend/expectations/swarming.build-build-exception.html
index 029c41f7282e5b7c69ae03bc1a4f0839ba1f9f12..2bc85cfab01ce3e4737e6ff79755522fabcd0c17 100644
--- a/milo/appengine/frontend/expectations/swarming.build-build-exception.html
+++ b/milo/appengine/frontend/expectations/swarming.build-build-exception.html
@@ -189,41 +189,25 @@
<tr>
<td class="left">path_config</td>
- <td>
-
- kitchen
-
- </td>
+ <td>kitchen</td>
<td>recipe bootstrap</td>
</tr>
<tr>
<td class="left">slavename</td>
- <td>
-
- fakeslave
-
- </td>
+ <td>fakeslave</td>
<td>recipe bootstrap</td>
</tr>
<tr>
<td class="left">buildername</td>
- <td>
-
- infra-continuous-precise-32
-
- </td>
+ <td>infra-continuous-precise-32</td>
<td>recipe bootstrap</td>
</tr>
<tr>
<td class="left">mastername</td>
- <td>
-
- chromium.infra
-
- </td>
+ <td>chromium.infra</td>
<td>recipe bootstrap</td>
</tr>
@@ -244,11 +228,7 @@
<tr>
<td class="left">Exit Code</td>
- <td>
-
- 0
-
- </td>
+ <td>0</td>
<td>Swarming</td>
</tr>

Powered by Google App Engine
This is Rietveld 408576698