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

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

Issue 1583933006: V8 Buildbot: Let leak checker use the v8-side wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 11 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - debug builder", 10 "V8 Linux - debug builder",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "ignition": "[dummy hash for ignition]", 349 "ignition": "[dummy hash for ignition]",
350 "mjsunit": "[dummy hash for mjsunit]", 350 "mjsunit": "[dummy hash for mjsunit]",
351 "mozilla": "[dummy hash for mozilla]", 351 "mozilla": "[dummy hash for mozilla]",
352 "simdjs": "[dummy hash for simdjs]", 352 "simdjs": "[dummy hash for simdjs]",
353 "test262": "[dummy hash for test262]", 353 "test262": "[dummy hash for test262]",
354 "webkit": "[dummy hash for webkit]" 354 "webkit": "[dummy hash for webkit]"
355 } 355 }
356 } 356 }
357 }, 357 },
358 { 358 {
359 "builder_name": "V8 Linux - memcheck",
360 "properties": {
361 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
362 "parent_got_revision_cp": "refs/heads/master@{#50110}",
363 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
364 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
365 "swarm_hashes": {
366 "benchmarks": "[dummy hash for benchmarks]",
367 "bot_default": "[dummy hash for bot_default]",
368 "ignition": "[dummy hash for ignition]",
369 "mjsunit": "[dummy hash for mjsunit]",
370 "mozilla": "[dummy hash for mozilla]",
371 "simdjs": "[dummy hash for simdjs]",
372 "test262": "[dummy hash for test262]",
373 "webkit": "[dummy hash for webkit]"
374 }
375 }
376 },
377 {
378 "builder_name": "V8 Linux - debug - greedy allocator", 359 "builder_name": "V8 Linux - debug - greedy allocator",
379 "properties": { 360 "properties": {
380 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 361 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
381 "parent_got_revision_cp": "refs/heads/master@{#50110}", 362 "parent_got_revision_cp": "refs/heads/master@{#50110}",
382 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 363 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
383 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 364 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
384 "swarm_hashes": { 365 "swarm_hashes": {
385 "benchmarks": "[dummy hash for benchmarks]", 366 "benchmarks": "[dummy hash for benchmarks]",
386 "bot_default": "[dummy hash for bot_default]", 367 "bot_default": "[dummy hash for bot_default]",
387 "ignition": "[dummy hash for ignition]", 368 "ignition": "[dummy hash for ignition]",
388 "mjsunit": "[dummy hash for mjsunit]", 369 "mjsunit": "[dummy hash for mjsunit]",
389 "mozilla": "[dummy hash for mozilla]", 370 "mozilla": "[dummy hash for mozilla]",
390 "simdjs": "[dummy hash for simdjs]", 371 "simdjs": "[dummy hash for simdjs]",
391 "test262": "[dummy hash for test262]", 372 "test262": "[dummy hash for test262]",
392 "webkit": "[dummy hash for webkit]" 373 "webkit": "[dummy hash for webkit]"
393 } 374 }
394 } 375 }
395 } 376 }
396 ], 377 ],
397 "~followup_annotations": [ 378 "~followup_annotations": [
398 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - debug - code serializer<br />V8 Linux - debug - greedy allocator<br />V8 Linux - debug - isolates<br />V8 Linux - debug - nosse3<br />V8 Linux - debug - nosse 4<br />V8 Linux - gc stress<br />V8 Linux - memcheck@@@" 379 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - debug - code serializer<br />V8 Linux - debug - greedy allocator<br />V8 Linux - debug - isolates<br />V8 Linux - debug - nosse3<br />V8 Linux - debug - nosse 4<br />V8 Linux - gc stress@@@"
399 ] 380 ]
400 }, 381 },
401 { 382 {
402 "name": "$result", 383 "name": "$result",
403 "recipe_result": null, 384 "recipe_result": null,
404 "status_code": 0 385 "status_code": 0
405 } 386 }
406 ] 387 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698