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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "stdout": "/path/to/tmp/", 123 "stdout": "/path/to/tmp/",
124 "~followup_annotations": [ 124 "~followup_annotations": [
125 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", 125 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@",
126 "@@@STEP_LOG_END@files@@@" 126 "@@@STEP_LOG_END@files@@@"
127 ] 127 ]
128 }, 128 },
129 { 129 {
130 "cmd": [ 130 "cmd": [
131 "python", 131 "python",
132 "-u", 132 "-u",
133 "RECIPE_MODULE[perf_try]/resources/load_config_to_json.py", 133 "RECIPE_MODULE[build.perf_try]/resources/load_config_to_json.py",
134 "--source", 134 "--source",
135 "[SLAVE_BUILD]/src/tools/run-perf-test.cfg", 135 "[SLAVE_BUILD]/src/tools/run-perf-test.cfg",
136 "--output_json", 136 "--output_json",
137 "/path/to/tmp/json" 137 "/path/to/tmp/json"
138 ], 138 ],
139 "cwd": "[SLAVE_BUILD]", 139 "cwd": "[SLAVE_BUILD]",
140 "name": "load config", 140 "name": "load config",
141 "~followup_annotations": [ 141 "~followup_annotations": [
142 "@@@STEP_LOG_LINE@json.output@{@@@", 142 "@@@STEP_LOG_LINE@json.output@{@@@",
143 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@", 143 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark -v --browser=release sunspider\", @@@",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "@@@STEP_LOG_END@Failure Output@@@", 232 "@@@STEP_LOG_END@Failure Output@@@",
233 "@@@STEP_FAILURE@@@" 233 "@@@STEP_FAILURE@@@"
234 ] 234 ]
235 }, 235 },
236 { 236 {
237 "name": "$result", 237 "name": "$result",
238 "reason": "Patched version failed to run performance test.", 238 "reason": "Patched version failed to run performance test.",
239 "status_code": 1 239 "status_code": 1
240 } 240 }
241 ] 241 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698