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

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

Issue 2222913002: V8: Remove deprecated test-runner flag (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::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 "--mode", 537 "--mode",
538 "Release", 538 "Release",
539 "--arch", 539 "--arch",
540 "ia32", 540 "ia32",
541 "--outdir", 541 "--outdir",
542 "out", 542 "out",
543 "--buildbot", 543 "--buildbot",
544 "--timeout=200", 544 "--timeout=200",
545 "--random-seed=-275937916", 545 "--random-seed=-275937916",
546 "bot_default", 546 "bot_default",
547 "--ignition-turbofan",
548 "--variants=ignition_turbofan", 547 "--variants=ignition_turbofan",
549 "--rerun-failures-count=2", 548 "--rerun-failures-count=2",
550 "--swarming", 549 "--swarming",
551 "--json-test-results", 550 "--json-test-results",
552 "${ISOLATED_OUTDIR}/output.json" 551 "${ISOLATED_OUTDIR}/output.json"
553 ], 552 ],
554 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", 553 "name": "[trigger] Ignition - turbofan on Windows-7-SP1",
555 "~followup_annotations": [ 554 "~followup_annotations": [
556 "@@@STEP_LOG_LINE@json.output@{@@@", 555 "@@@STEP_LOG_LINE@json.output@{@@@",
557 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Windows-7-SP1/[dummy has/V8 Win32/571\", @@@", 556 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Windows-7-SP1/[dummy has/V8 Win32/571\", @@@",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 760 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
762 "@@@STEP_LOG_END@durations@@@" 761 "@@@STEP_LOG_END@durations@@@"
763 ] 762 ]
764 }, 763 },
765 { 764 {
766 "name": "$result", 765 "name": "$result",
767 "recipe_result": null, 766 "recipe_result": null,
768 "status_code": 0 767 "status_code": 0
769 } 768 }
770 ] 769 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698