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

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

Issue 1906353002: Revert of 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "name": "package build" 225 "name": "package build"
226 }, 226 },
227 { 227 {
228 "cmd": [], 228 "cmd": [],
229 "cwd": "[SLAVE_BUILD]", 229 "cwd": "[SLAVE_BUILD]",
230 "name": "trigger", 230 "name": "trigger",
231 "trigger_specs": [ 231 "trigger_specs": [
232 { 232 {
233 "builder_name": "V8 Win32", 233 "builder_name": "V8 Win32",
234 "properties": { 234 "properties": {
235 "build_environment": {
236 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 target_arch=ia32 test _isolation_mode=prepare use_goma=1 v8_target_arch=ia32",
237 "GYP_GENERATORS": "ninja"
238 },
239 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 235 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
240 "parent_got_revision_cp": "refs/heads/master@{#50110}", 236 "parent_got_revision_cp": "refs/heads/master@{#50110}",
241 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 237 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
242 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 238 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
243 "swarm_hashes": { 239 "swarm_hashes": {
244 "bot_default": "[dummy hash for bot_default]", 240 "bot_default": "[dummy hash for bot_default]",
245 "ignition": "[dummy hash for ignition]", 241 "ignition": "[dummy hash for ignition]",
246 "mozilla": "[dummy hash for mozilla]", 242 "mozilla": "[dummy hash for mozilla]",
247 "test262": "[dummy hash for test262]" 243 "test262": "[dummy hash for test262]"
248 } 244 }
249 } 245 }
250 } 246 }
251 ], 247 ],
252 "~followup_annotations": [ 248 "~followup_annotations": [
253 "@@@STEP_TEXT@V8 Win32@@@" 249 "@@@STEP_TEXT@V8 Win32@@@"
254 ] 250 ]
255 }, 251 },
256 { 252 {
257 "name": "$result", 253 "name": "$result",
258 "recipe_result": null, 254 "recipe_result": null,
259 "status_code": 0 255 "status_code": 0
260 } 256 }
261 ] 257 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698