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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/provision_devices.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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "cmd": [ 116 "cmd": [
117 "python", 117 "python",
118 "-u", 118 "-u",
119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
120 "--output", 120 "--output",
121 "/path/to/tmp/json", 121 "/path/to/tmp/json",
122 "--", 122 "--",
123 "--build-config-fs", 123 "--build-config-fs",
124 "Release", 124 "Release",
125 "--paths", 125 "--paths",
126 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 126 "{\"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\"}",
127 "--properties", 127 "--properties",
128 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat form\": \"android\"}" 128 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\": \"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat form\": \"android\"}"
129 ], 129 ],
130 "cwd": "[SLAVE_BUILD]", 130 "cwd": "[SLAVE_BUILD]",
131 "name": "get compile targets for scripts", 131 "name": "get compile targets for scripts",
132 "~followup_annotations": [ 132 "~followup_annotations": [
133 "@@@STEP_LOG_LINE@json.output@{}@@@", 133 "@@@STEP_LOG_LINE@json.output@{}@@@",
134 "@@@STEP_LOG_END@json.output@@@" 134 "@@@STEP_LOG_END@json.output@@@"
135 ] 135 ]
136 }, 136 },
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "step returned non-zero exit code: 1", 353 "step returned non-zero exit code: 1",
354 "@@@STEP_EXCEPTION@@@" 354 "@@@STEP_EXCEPTION@@@"
355 ] 355 ]
356 }, 356 },
357 { 357 {
358 "name": "$result", 358 "name": "$result",
359 "reason": "Infra Failure: Step('provision_devices') returned 1", 359 "reason": "Infra Failure: Step('provision_devices') returned 1",
360 "status_code": 1 360 "status_code": 1
361 } 361 }
362 ] 362 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698