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/bisect.expected/basic.json

Issue 2318413002: Re-add perf-id and results-url. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 3 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
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.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "-u", 184 "-u",
185 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 185 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
186 "--output", 186 "--output",
187 "/path/to/tmp/json", 187 "/path/to/tmp/json",
188 "--", 188 "--",
189 "--build-config-fs", 189 "--build-config-fs",
190 "Release", 190 "Release",
191 "--paths", 191 "--paths",
192 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}", 192 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO [build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s cripts/slave/runtest.py\"}",
193 "--properties", 193 "--properties",
194 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl atform\": \"linux\"}" 194 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna me\": \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.appspot .com\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
195 ], 195 ],
196 "name": "get compile targets for scripts", 196 "name": "get compile targets for scripts",
197 "~followup_annotations": [ 197 "~followup_annotations": [
198 "@@@STEP_LOG_LINE@json.output@{}@@@", 198 "@@@STEP_LOG_LINE@json.output@{}@@@",
199 "@@@STEP_LOG_END@json.output@@@" 199 "@@@STEP_LOG_END@json.output@@@"
200 ] 200 ]
201 }, 201 },
202 { 202 {
203 "cmd": [ 203 "cmd": [
204 "python", 204 "python",
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
1161 "@@@STEP_LOG_LINE@json.output@}@@@", 1161 "@@@STEP_LOG_LINE@json.output@}@@@",
1162 "@@@STEP_LOG_END@json.output@@@" 1162 "@@@STEP_LOG_END@json.output@@@"
1163 ] 1163 ]
1164 }, 1164 },
1165 { 1165 {
1166 "name": "$result", 1166 "name": "$result",
1167 "recipe_result": null, 1167 "recipe_result": null,
1168 "status_code": 0 1168 "status_code": 0
1169 } 1169 }
1170 ] 1170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698