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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTAndroidASan", 10 "ClangToTAndroidASan",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 119 "-u",
120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 120 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
121 "--output", 121 "--output",
122 "/path/to/tmp/json", 122 "/path/to/tmp/json",
123 "--", 123 "--",
124 "--build-config-fs", 124 "--build-config-fs",
125 "Debug", 125 "Debug",
126 "--paths", 126 "--paths",
127 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 127 "{\"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\"}",
128 "--properties", 128 "--properties",
129 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"master name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"android\"}" 129 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"master name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"android\"}"
130 ], 130 ],
131 "cwd": "[SLAVE_BUILD]", 131 "cwd": "[SLAVE_BUILD]",
132 "name": "get compile targets for scripts", 132 "name": "get compile targets for scripts",
133 "~followup_annotations": [ 133 "~followup_annotations": [
134 "@@@STEP_LOG_LINE@json.output@{}@@@", 134 "@@@STEP_LOG_LINE@json.output@{}@@@",
135 "@@@STEP_LOG_END@json.output@@@" 135 "@@@STEP_LOG_END@json.output@@@"
136 ] 136 ]
137 }, 137 },
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "~followup_annotations": [ 291 "~followup_annotations": [
292 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" 292 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@"
293 ] 293 ]
294 }, 294 },
295 { 295 {
296 "name": "$result", 296 "name": "$result",
297 "recipe_result": null, 297 "recipe_result": null,
298 "status_code": 0 298 "status_code": 0
299 } 299 }
300 ] 300 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698