OLD | NEW |
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 "cwd": "[SLAVE_BUILD]/src", | 189 "cwd": "[SLAVE_BUILD]/src", |
190 "name": "git diff to analyze patch", | 190 "name": "git diff to analyze patch", |
191 "stdout": "/path/to/tmp/", | 191 "stdout": "/path/to/tmp/", |
192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
193 "@@@STEP_LOG_LINE@files@tools/no_benchmark_file@@@", | 193 "@@@STEP_LOG_LINE@files@tools/no_benchmark_file@@@", |
194 "@@@STEP_LOG_END@files@@@" | 194 "@@@STEP_LOG_END@files@@@" |
195 ] | 195 ] |
196 }, | 196 }, |
197 { | 197 { |
198 "cmd": [], | 198 "cmd": [], |
| 199 "name": "***PERF TRYJOB***" |
| 200 }, |
| 201 { |
| 202 "cmd": [], |
199 "name": "Results", | 203 "name": "Results", |
200 "~followup_annotations": [ | 204 "~followup_annotations": [ |
201 "@@@STEP_TEXT@There are no modifications to Telemetry benchmarks, aborting
the try job.@@@" | 205 "@@@STEP_TEXT@There are no modifications to Telemetry benchmarks, aborting
the try job.@@@" |
202 ] | 206 ] |
203 }, | 207 }, |
204 { | 208 { |
205 "name": "$result", | 209 "name": "$result", |
206 "recipe_result": null, | 210 "recipe_result": null, |
207 "status_code": 0 | 211 "status_code": 0 |
208 } | 212 } |
209 ] | 213 ] |
OLD | NEW |