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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_rel_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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "-u", 326 "-u",
327 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 327 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
328 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 328 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
329 "batcharchive", 329 "batcharchive",
330 "--dump-json", 330 "--dump-json",
331 "/path/to/tmp/json", 331 "/path/to/tmp/json",
332 "--isolate-server", 332 "--isolate-server",
333 "https://isolateserver.appspot.com", 333 "https://isolateserver.appspot.com",
334 "--verbose", 334 "--verbose",
335 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", 335 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json",
336 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\ignition.isolated.gen.json",
337 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json" 336 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json"
338 ], 337 ],
339 "name": "isolate tests", 338 "name": "isolate tests",
340 "~followup_annotations": [ 339 "~followup_annotations": [
341 "@@@STEP_LOG_LINE@json.output@{@@@", 340 "@@@STEP_LOG_LINE@json.output@{@@@",
342 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 341 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
343 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
344 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@ ", 342 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@ ",
345 "@@@STEP_LOG_LINE@json.output@}@@@", 343 "@@@STEP_LOG_LINE@json.output@}@@@",
346 "@@@STEP_LOG_END@json.output@@@" 344 "@@@STEP_LOG_END@json.output@@@"
347 ] 345 ]
348 }, 346 },
349 { 347 {
350 "cmd": [], 348 "cmd": [],
351 "name": "trigger", 349 "name": "trigger",
352 "trigger_specs": [ 350 "trigger_specs": [
353 { 351 {
(...skipping 10 matching lines...) Expand all
364 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 362 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
365 "patch_project": "v8", 363 "patch_project": "v8",
366 "patch_storage": "rietveld", 364 "patch_storage": "rietveld",
367 "patchset": "1", 365 "patchset": "1",
368 "reason": "CQ", 366 "reason": "CQ",
369 "requester": "commit-bot@chromium.org", 367 "requester": "commit-bot@chromium.org",
370 "revision": "12345", 368 "revision": "12345",
371 "rietveld": "https://codereview.chromium.org", 369 "rietveld": "https://codereview.chromium.org",
372 "swarm_hashes": { 370 "swarm_hashes": {
373 "bot_default": "[dummy hash for bot_default]", 371 "bot_default": "[dummy hash for bot_default]",
374 "ignition": "[dummy hash for ignition]",
375 "simdjs": "[dummy hash for simdjs]" 372 "simdjs": "[dummy hash for simdjs]"
376 } 373 }
377 } 374 }
378 } 375 }
379 ], 376 ],
380 "~followup_annotations": [ 377 "~followup_annotations": [
381 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 378 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
382 ] 379 ]
383 }, 380 },
384 { 381 {
385 "name": "$result", 382 "name": "$result",
386 "recipe_result": null, 383 "recipe_result": null,
387 "status_code": 0 384 "status_code": 0
388 } 385 }
389 ] 386 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698