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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 146 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
147 "--output", 147 "--output",
148 "/path/to/tmp/json", 148 "/path/to/tmp/json",
149 "--", 149 "--",
150 "--build-config-fs", 150 "--build-config-fs",
151 "Release", 151 "Release",
152 "--use-src-side-runtest-py", 152 "--use-src-side-runtest-py",
153 "--paths", 153 "--paths",
154 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 154 "{\"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\"}",
155 "--properties", 155 "--properties",
156 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}" 156 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}"
157 ], 157 ],
158 "cwd": "[SLAVE_BUILD]", 158 "cwd": "[SLAVE_BUILD]",
159 "name": "get compile targets for scripts", 159 "name": "get compile targets for scripts",
160 "~followup_annotations": [ 160 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output@{}@@@", 161 "@@@STEP_LOG_LINE@json.output@{}@@@",
162 "@@@STEP_LOG_END@json.output@@@" 162 "@@@STEP_LOG_END@json.output@@@"
163 ] 163 ]
164 }, 164 },
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 }, 345 },
346 { 346 {
347 "cmd": [ 347 "cmd": [
348 "python", 348 "python",
349 "-u", 349 "-u",
350 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", 350 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py",
351 "--build-config-fs", 351 "--build-config-fs",
352 "Release", 352 "Release",
353 "--use-src-side-runtest-py", 353 "--use-src-side-runtest-py",
354 "--paths", 354 "--paths",
355 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 355 "{\"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\"}",
356 "--properties", 356 "--properties",
357 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}", 357 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}",
358 "run", 358 "run",
359 "--output", 359 "--output",
360 "/path/to/tmp/json" 360 "/path/to/tmp/json"
361 ], 361 ],
362 "cwd": "[SLAVE_BUILD]", 362 "cwd": "[SLAVE_BUILD]",
363 "name": "webkit_lint (with patch)", 363 "name": "webkit_lint (with patch)",
364 "~followup_annotations": [ 364 "~followup_annotations": [
365 "@@@STEP_LOG_LINE@json.output@{@@@", 365 "@@@STEP_LOG_LINE@json.output@{@@@",
366 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", 366 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@",
367 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", 367 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@",
368 "@@@STEP_LOG_LINE@json.output@}@@@", 368 "@@@STEP_LOG_LINE@json.output@}@@@",
369 "@@@STEP_LOG_END@json.output@@@" 369 "@@@STEP_LOG_END@json.output@@@"
370 ] 370 ]
371 }, 371 },
372 { 372 {
373 "cmd": [ 373 "cmd": [
374 "python", 374 "python",
375 "-u", 375 "-u",
376 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py", 376 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py",
377 "--build-config-fs", 377 "--build-config-fs",
378 "Release", 378 "Release",
379 "--use-src-side-runtest-py", 379 "--use-src-side-runtest-py",
380 "--paths", 380 "--paths",
381 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 381 "{\"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\"}",
382 "--properties", 382 "--properties",
383 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}", 383 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}",
384 "run", 384 "run",
385 "--output", 385 "--output",
386 "/path/to/tmp/json" 386 "/path/to/tmp/json"
387 ], 387 ],
388 "cwd": "[SLAVE_BUILD]", 388 "cwd": "[SLAVE_BUILD]",
389 "name": "webkit_python_tests (with patch)", 389 "name": "webkit_python_tests (with patch)",
390 "~followup_annotations": [ 390 "~followup_annotations": [
391 "@@@STEP_LOG_LINE@json.output@{@@@", 391 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 ], 466 ],
467 "cwd": "[SLAVE_BUILD]", 467 "cwd": "[SLAVE_BUILD]",
468 "name": "process_dumps" 468 "name": "process_dumps"
469 }, 469 },
470 { 470 {
471 "name": "$result", 471 "name": "$result",
472 "recipe_result": null, 472 "recipe_result": null,
473 "status_code": 0 473 "status_code": 0
474 } 474 }
475 ] 475 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698