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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64intel_perf_bisect.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "-u", 215 "-u",
216 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src\\testing\\scripts\\get_comp ile_targets.py", 216 "[BUILDER_CACHE]\\winx64intel_perf_bisect\\src\\testing\\scripts\\get_comp ile_targets.py",
217 "--output", 217 "--output",
218 "/path/to/tmp/json", 218 "/path/to/tmp/json",
219 "--", 219 "--",
220 "--build-config-fs", 220 "--build-config-fs",
221 "Release_x64", 221 "Release_x64",
222 "--paths", 222 "--paths",
223 "{\"checkout\": \"[BUILDER_CACHE]\\\\winx64intel_perf_bisect\\\\src\", \"r unit.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"run test.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 223 "{\"checkout\": \"[BUILDER_CACHE]\\\\winx64intel_perf_bisect\\\\src\", \"r unit.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"run test.py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
224 "--properties", 224 "--properties",
225 "{\"buildername\": \"winx64intel_perf_bisect\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"tar get_platform\": \"win\"}" 225 "{\"buildername\": \"winx64intel_perf_bisect\", \"buildnumber\": 571, \"ma stername\": \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.a ppspot.com\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\"}"
226 ], 226 ],
227 "name": "get compile targets for scripts", 227 "name": "get compile targets for scripts",
228 "~followup_annotations": [ 228 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@json.output@{}@@@", 229 "@@@STEP_LOG_LINE@json.output@{}@@@",
230 "@@@STEP_LOG_END@json.output@@@" 230 "@@@STEP_LOG_END@json.output@@@"
231 ] 231 ]
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "571" 297 "571"
298 ], 298 ],
299 "name": "extract build" 299 "name": "extract build"
300 }, 300 },
301 { 301 {
302 "name": "$result", 302 "name": "$result",
303 "recipe_result": null, 303 "recipe_result": null,
304 "status_code": 0 304 "status_code": 0
305 } 305 }
306 ] 306 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698