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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/blink_compile_without_patch_fails.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.blink", 8 "tryserver.blink",
9 "--builder", 9 "--builder",
10 "linux_blink_rel", 10 "linux_blink_rel",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 154 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
155 "--output", 155 "--output",
156 "/path/to/tmp/json", 156 "/path/to/tmp/json",
157 "--", 157 "--",
158 "--build-config-fs", 158 "--build-config-fs",
159 "Release", 159 "Release",
160 "--paths", 160 "--paths",
161 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 161 "{\"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\"}",
162 "--properties", 162 "--properties",
163 "{\"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"mastername \": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}" 163 "{\"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"mastername \": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
164 ], 164 ],
165 "cwd": "[SLAVE_BUILD]", 165 "cwd": "[SLAVE_BUILD]",
166 "name": "get compile targets for scripts", 166 "name": "get compile targets for scripts",
167 "~followup_annotations": [ 167 "~followup_annotations": [
168 "@@@STEP_LOG_LINE@json.output@{}@@@", 168 "@@@STEP_LOG_LINE@json.output@{}@@@",
169 "@@@STEP_LOG_END@json.output@@@" 169 "@@@STEP_LOG_END@json.output@@@"
170 ] 170 ]
171 }, 171 },
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 "@@@STEP_FAILURE@@@", 560 "@@@STEP_FAILURE@@@",
561 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" 561 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
562 ] 562 ]
563 }, 563 },
564 { 564 {
565 "name": "$result", 565 "name": "$result",
566 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 566 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
567 "status_code": 1 567 "status_code": 1
568 } 568 }
569 ] 569 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698