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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/too_many_failures_for_retcode.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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", 599 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@",
600 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1 5ac5\"@@@" 600 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1 5ac5\"@@@"
601 ] 601 ]
602 }, 602 },
603 { 603 {
604 "name": "$result", 604 "name": "$result",
605 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 605 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
606 "status_code": 1 606 "status_code": 1
607 } 607 }
608 ] 608 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698