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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/amp_test_failure.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_amp", 10 "android_amp",
(...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 "Release", 142 "Release",
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_amp\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.android\", \"slavename\": \"TestSlavename\", \"target_platf orm\": \"android\"}" 146 "{\"buildername\": \"android_amp\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.android\", \"slavename\": \"TestSlavename\", \"target_platf orm\": \"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 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after
3180 "@@@STEP_LOG_END@python.inline@@@", 3180 "@@@STEP_LOG_END@python.inline@@@",
3181 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc 9f60\"@@@" 3181 "@@@SET_BUILD_PROPERTY@failure_hash@\"f70a31cd238c86b35b0a8c2c2d85034113dc 9f60\"@@@"
3182 ] 3182 ]
3183 }, 3183 },
3184 { 3184 {
3185 "name": "$result", 3185 "name": "$result",
3186 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest s (retry summary)') failed with return_code 1", 3186 "reason": "1 out of 8 aggregated steps failed. Failures: Step('base_unittest s (retry summary)') failed with return_code 1",
3187 "status_code": 1 3187 "status_code": 1
3188 } 3188 }
3189 ] 3189 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698