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

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

Issue 2202113003: V8: Switch ignition test steps to the standard suite alias (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_dbg_ng", 10 "v8_linux_dbg_ng",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 316 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
317 "[SLAVE_BUILD]/v8/tools/swarming_client", 317 "[SLAVE_BUILD]/v8/tools/swarming_client",
318 "batcharchive", 318 "batcharchive",
319 "--dump-json", 319 "--dump-json",
320 "/path/to/tmp/json", 320 "/path/to/tmp/json",
321 "--isolate-server", 321 "--isolate-server",
322 "https://isolateserver.appspot.com", 322 "https://isolateserver.appspot.com",
323 "--verbose", 323 "--verbose",
324 "[SLAVE_BUILD]/v8/out/Debug/benchmarks.isolated.gen.json", 324 "[SLAVE_BUILD]/v8/out/Debug/benchmarks.isolated.gen.json",
325 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", 325 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json",
326 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json",
327 "[SLAVE_BUILD]/v8/out/Debug/mjsunit.isolated.gen.json", 326 "[SLAVE_BUILD]/v8/out/Debug/mjsunit.isolated.gen.json",
328 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json", 327 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json",
329 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json", 328 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json",
330 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json" 329 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json"
331 ], 330 ],
332 "name": "isolate tests", 331 "name": "isolate tests",
333 "~followup_annotations": [ 332 "~followup_annotations": [
334 "@@@STEP_LOG_LINE@json.output@{@@@", 333 "@@@STEP_LOG_LINE@json.output@{@@@",
335 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@", 334 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@",
336 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 335 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
337 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
338 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@", 336 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@",
339 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@", 337 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
340 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@", 338 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
341 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 339 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
342 "@@@STEP_LOG_LINE@json.output@}@@@", 340 "@@@STEP_LOG_LINE@json.output@}@@@",
343 "@@@STEP_LOG_END@json.output@@@" 341 "@@@STEP_LOG_END@json.output@@@"
344 ] 342 ]
345 }, 343 },
346 { 344 {
347 "cmd": [], 345 "cmd": [],
(...skipping 14 matching lines...) Expand all
362 "patch_project": "v8", 360 "patch_project": "v8",
363 "patch_storage": "rietveld", 361 "patch_storage": "rietveld",
364 "patchset": "1", 362 "patchset": "1",
365 "reason": "CQ", 363 "reason": "CQ",
366 "requester": "commit-bot@chromium.org", 364 "requester": "commit-bot@chromium.org",
367 "revision": "12345", 365 "revision": "12345",
368 "rietveld": "https://codereview.chromium.org", 366 "rietveld": "https://codereview.chromium.org",
369 "swarm_hashes": { 367 "swarm_hashes": {
370 "benchmarks": "[dummy hash for benchmarks]", 368 "benchmarks": "[dummy hash for benchmarks]",
371 "bot_default": "[dummy hash for bot_default]", 369 "bot_default": "[dummy hash for bot_default]",
372 "ignition": "[dummy hash for ignition]",
373 "mjsunit": "[dummy hash for mjsunit]", 370 "mjsunit": "[dummy hash for mjsunit]",
374 "mozilla": "[dummy hash for mozilla]", 371 "mozilla": "[dummy hash for mozilla]",
375 "simdjs": "[dummy hash for simdjs]", 372 "simdjs": "[dummy hash for simdjs]",
376 "test262": "[dummy hash for test262]" 373 "test262": "[dummy hash for test262]"
377 } 374 }
378 } 375 }
379 } 376 }
380 ], 377 ],
381 "~followup_annotations": [ 378 "~followup_annotations": [
382 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@" 379 "@@@STEP_TEXT@v8_linux_dbg_ng_triggered@@@"
383 ] 380 ]
384 }, 381 },
385 { 382 {
386 "name": "$result", 383 "name": "$result",
387 "recipe_result": null, 384 "recipe_result": null,
388 "status_code": 0 385 "status_code": 0
389 } 386 }
390 ] 387 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698