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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_deapply_fn.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.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "python", 149 "python",
150 "-u", 150 "-u",
151 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 151 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
152 "--output", 152 "--output",
153 "/path/to/tmp/json", 153 "/path/to/tmp/json",
154 "--", 154 "--",
155 "--build-config-fs", 155 "--build-config-fs",
156 "Release", 156 "Release",
157 "--use-src-side-runtest-py", 157 "--use-src-side-runtest-py",
158 "--paths", 158 "--paths",
159 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 159 "{\"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\"}",
160 "--properties", 160 "--properties",
161 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}" 161 "{\"buildername\": \"linux_chromium_rel_ng\", \"buildnumber\": 571, \"mast ername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}"
162 ], 162 ],
163 "cwd": "[SLAVE_BUILD]", 163 "cwd": "[SLAVE_BUILD]",
164 "name": "get compile targets for scripts", 164 "name": "get compile targets for scripts",
165 "~followup_annotations": [ 165 "~followup_annotations": [
166 "@@@STEP_LOG_LINE@json.output@{}@@@", 166 "@@@STEP_LOG_LINE@json.output@{}@@@",
167 "@@@STEP_LOG_END@json.output@@@" 167 "@@@STEP_LOG_END@json.output@@@"
168 ] 168 ]
169 }, 169 },
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "@@@STEP_FAILURE@@@", 553 "@@@STEP_FAILURE@@@",
554 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 554 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
555 ] 555 ]
556 }, 556 },
557 { 557 {
558 "name": "$result", 558 "name": "$result",
559 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 559 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
560 "status_code": 1 560 "status_code": 1
561 } 561 }
562 ] 562 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698