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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.json

Issue 1901103004: V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 ] 184 ]
185 }, 185 },
186 { 186 {
187 "cmd": [], 187 "cmd": [],
188 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
189 "name": "trigger", 189 "name": "trigger",
190 "trigger_specs": [ 190 "trigger_specs": [
191 { 191 {
192 "builder_name": "v8_win_rel_ng_triggered", 192 "builder_name": "v8_win_rel_ng_triggered",
193 "properties": { 193 "properties": {
194 "build_environment": {
195 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 ta rget_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32",
196 "GYP_GENERATORS": "ninja"
197 },
194 "category": "cq", 198 "category": "cq",
195 "issue": 12853011, 199 "issue": 12853011,
196 "master": "tryserver.v8", 200 "master": "tryserver.v8",
197 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 201 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
198 "parent_got_revision_cp": "refs/heads/master@{#50110}", 202 "parent_got_revision_cp": "refs/heads/master@{#50110}",
199 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 203 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
200 "patch_project": "v8", 204 "patch_project": "v8",
201 "patch_storage": "rietveld", 205 "patch_storage": "rietveld",
202 "patchset": "1", 206 "patchset": "1",
203 "reason": "CQ", 207 "reason": "CQ",
(...skipping 10 matching lines...) Expand all
214 "~followup_annotations": [ 218 "~followup_annotations": [
215 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" 219 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@"
216 ] 220 ]
217 }, 221 },
218 { 222 {
219 "name": "$result", 223 "name": "$result",
220 "recipe_result": null, 224 "recipe_result": null,
221 "status_code": 0 225 "status_code": 0
222 } 226 }
223 ] 227 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698