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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan_tester.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 tester", 10 "ClangToTAndroidASan tester",
(...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 tester\", \"buildnumber\": 571, \ "mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_plat form\": \"android\"}" 129 "{\"buildername\": \"ClangToTAndroidASan tester\", \"buildnumber\": 571, \ "mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_plat form\": \"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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 651 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
652 "@@@STEP_LOG_END@python.inline@@@" 652 "@@@STEP_LOG_END@python.inline@@@"
653 ] 653 ]
654 }, 654 },
655 { 655 {
656 "name": "$result", 656 "name": "$result",
657 "recipe_result": null, 657 "recipe_result": null,
658 "status_code": 0 658 "status_code": 0
659 } 659 }
660 ] 660 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698