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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_config_error.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@ \"max_time_minutes\": \"25\", @@@", 143 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@",
(...skipping 16 matching lines...) Expand all
160 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", 160 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",
161 "@@@STEP_LOG_END@python.inline@@@" 161 "@@@STEP_LOG_END@python.inline@@@"
162 ] 162 ]
163 }, 163 },
164 { 164 {
165 "name": "$result", 165 "name": "$result",
166 "recipe_result": null, 166 "recipe_result": null,
167 "status_code": 0 167 "status_code": 0
168 } 168 }
169 ] 169 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698