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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.json

Issue 1781003002: chromium_tests: pass paths to runit.py and runtest.py for src/testing/scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 9 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "python", 147 "python",
148 "-u", 148 "-u",
149 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 149 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
150 "--output", 150 "--output",
151 "/path/to/tmp/json", 151 "/path/to/tmp/json",
152 "--", 152 "--",
153 "--build-config-fs", 153 "--build-config-fs",
154 "Release", 154 "Release",
155 "--use-src-side-runtest-py", 155 "--use-src-side-runtest-py",
156 "--paths", 156 "--paths",
157 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 157 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit. py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest. py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
158 "--properties", 158 "--properties",
159 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}" 159 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}"
160 ], 160 ],
161 "cwd": "[SLAVE_BUILD]", 161 "cwd": "[SLAVE_BUILD]",
162 "name": "get compile targets for scripts", 162 "name": "get compile targets for scripts",
163 "~followup_annotations": [ 163 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@json.output@{}@@@", 164 "@@@STEP_LOG_LINE@json.output@{}@@@",
165 "@@@STEP_LOG_END@json.output@@@" 165 "@@@STEP_LOG_END@json.output@@@"
166 ] 166 ]
167 }, 167 },
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 }, 348 },
349 { 349 {
350 "cmd": [ 350 "cmd": [
351 "python", 351 "python",
352 "-u", 352 "-u",
353 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", 353 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py",
354 "--build-config-fs", 354 "--build-config-fs",
355 "Release", 355 "Release",
356 "--use-src-side-runtest-py", 356 "--use-src-side-runtest-py",
357 "--paths", 357 "--paths",
358 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 358 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit. py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest. py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
359 "--properties", 359 "--properties",
360 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}", 360 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}",
361 "run", 361 "run",
362 "--output", 362 "--output",
363 "/path/to/tmp/json" 363 "/path/to/tmp/json"
364 ], 364 ],
365 "cwd": "[SLAVE_BUILD]", 365 "cwd": "[SLAVE_BUILD]",
366 "name": "webkit_lint (with patch)", 366 "name": "webkit_lint (with patch)",
367 "~followup_annotations": [ 367 "~followup_annotations": [
368 "@@@STEP_LOG_LINE@json.output@{@@@", 368 "@@@STEP_LOG_LINE@json.output@{@@@",
369 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 369 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
370 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 370 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
371 "@@@STEP_LOG_LINE@json.output@}@@@", 371 "@@@STEP_LOG_LINE@json.output@}@@@",
372 "@@@STEP_LOG_END@json.output@@@" 372 "@@@STEP_LOG_END@json.output@@@"
373 ] 373 ]
374 }, 374 },
375 { 375 {
376 "cmd": [ 376 "cmd": [
377 "python", 377 "python",
378 "-u", 378 "-u",
379 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py", 379 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py",
380 "--build-config-fs", 380 "--build-config-fs",
381 "Release", 381 "Release",
382 "--use-src-side-runtest-py", 382 "--use-src-side-runtest-py",
383 "--paths", 383 "--paths",
384 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 384 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit. py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest. py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
385 "--properties", 385 "--properties",
386 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}", 386 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}",
387 "run", 387 "run",
388 "--output", 388 "--output",
389 "/path/to/tmp/json" 389 "/path/to/tmp/json"
390 ], 390 ],
391 "cwd": "[SLAVE_BUILD]", 391 "cwd": "[SLAVE_BUILD]",
392 "name": "webkit_python_tests (with patch)", 392 "name": "webkit_python_tests (with patch)",
393 "~followup_annotations": [ 393 "~followup_annotations": [
394 "@@@STEP_LOG_LINE@json.output@{@@@", 394 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 ], 469 ],
470 "cwd": "[SLAVE_BUILD]", 470 "cwd": "[SLAVE_BUILD]",
471 "name": "process_dumps" 471 "name": "process_dumps"
472 }, 472 },
473 { 473 {
474 "name": "$result", 474 "name": "$result",
475 "recipe_result": null, 475 "recipe_result": null,
476 "status_code": 0 476 "status_code": 0
477 } 477 }
478 ] 478 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698