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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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 "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.chromium.android", 8 "tryserver.chromium.android",
9 "--builder", 9 "--builder",
10 "android_coverage", 10 "android_coverage",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "cmd": [ 134 "cmd": [
135 "python", 135 "python",
136 "-u", 136 "-u",
137 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 137 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
138 "--output", 138 "--output",
139 "/path/to/tmp/json", 139 "/path/to/tmp/json",
140 "--", 140 "--",
141 "--build-config-fs", 141 "--build-config-fs",
142 "Debug", 142 "Debug",
143 "--paths", 143 "--paths",
144 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 144 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
145 "--properties", 145 "--properties",
146 "{\"buildername\": \"android_coverage\", \"buildnumber\": 571, \"masternam e\": \"tryserver.chromium.android\", \"slavename\": \"TestSlavename\", \"target_ platform\": \"android\"}" 146 "{\"buildername\": \"android_coverage\", \"buildnumber\": 571, \"masternam e\": \"tryserver.chromium.android\", \"slavename\": \"TestSlavename\", \"target_ platform\": \"android\"}"
147 ], 147 ],
148 "cwd": "[SLAVE_BUILD]", 148 "cwd": "[SLAVE_BUILD]",
149 "name": "get compile targets for scripts", 149 "name": "get compile targets for scripts",
150 "~followup_annotations": [ 150 "~followup_annotations": [
151 "@@@STEP_LOG_LINE@json.output@{}@@@", 151 "@@@STEP_LOG_LINE@json.output@{}@@@",
152 "@@@STEP_LOG_END@json.output@@@" 152 "@@@STEP_LOG_END@json.output@@@"
153 ] 153 ]
154 }, 154 },
(...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1374 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1375 "@@@STEP_LOG_END@python.inline@@@" 1375 "@@@STEP_LOG_END@python.inline@@@"
1376 ] 1376 ]
1377 }, 1377 },
1378 { 1378 {
1379 "name": "$result", 1379 "name": "$result",
1380 "recipe_result": null, 1380 "recipe_result": null,
1381 "status_code": 0 1381 "status_code": 0
1382 } 1382 }
1383 ] 1383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698