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

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

Issue 1901103004: V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix 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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - nosnap builder", 10 "V8 Linux - nosnap builder",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "name": "package build" 236 "name": "package build"
237 }, 237 },
238 { 238 {
239 "cmd": [], 239 "cmd": [],
240 "cwd": "[SLAVE_BUILD]", 240 "cwd": "[SLAVE_BUILD]",
241 "name": "trigger", 241 "name": "trigger",
242 "trigger_specs": [ 242 "trigger_specs": [
243 { 243 {
244 "builder_name": "V8 Linux - nosnap", 244 "builder_name": "V8 Linux - nosnap",
245 "properties": { 245 "properties": {
246 "parent_build_environment": {
247 "GYP_DEFINES": "clang=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false",
248 "GYP_GENERATORS": "ninja"
249 },
246 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 250 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
247 "parent_got_revision_cp": "refs/heads/master@{#50110}", 251 "parent_got_revision_cp": "refs/heads/master@{#50110}",
248 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 252 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
249 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 253 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
250 "swarm_hashes": { 254 "swarm_hashes": {
251 "bot_default": "[dummy hash for bot_default]", 255 "bot_default": "[dummy hash for bot_default]",
252 "mozilla": "[dummy hash for mozilla]", 256 "mozilla": "[dummy hash for mozilla]",
253 "simdjs": "[dummy hash for simdjs]", 257 "simdjs": "[dummy hash for simdjs]",
254 "test262": "[dummy hash for test262]" 258 "test262": "[dummy hash for test262]"
255 } 259 }
256 } 260 }
257 } 261 }
258 ], 262 ],
259 "~followup_annotations": [ 263 "~followup_annotations": [
260 "@@@STEP_TEXT@V8 Linux - nosnap@@@" 264 "@@@STEP_TEXT@V8 Linux - nosnap@@@"
261 ] 265 ]
262 }, 266 },
263 { 267 {
264 "name": "$result", 268 "name": "$result",
265 "recipe_result": null, 269 "recipe_result": null,
266 "status_code": 0 270 "status_code": 0
267 } 271 }
268 ] 272 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698