| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "infra", | 10 "infra", |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 ] | 181 ] |
| 182 }, | 182 }, |
| 183 { | 183 { |
| 184 "cmd": [ | 184 "cmd": [ |
| 185 "python", | 185 "python", |
| 186 "-u", | 186 "-u", |
| 187 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py", | 187 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py", |
| 188 "https://chromeperf.appspot.com/add_point" | 188 "https://chromeperf.appspot.com/add_point" |
| 189 ], | 189 ], |
| 190 "name": "perf dashboard post", | 190 "name": "perf dashboard post", |
| 191 "stdin": "{\"data\": [{\"bot\": \"infra-perf-linux\", \"buildername\": \"inf
ra-perf-linux\", \"buildnumber\": 123, \"master\": \"chromium.infra\", \"masteri
d\": \"chromium.infra\", \"revision\": \"1476374537\", \"supplemental_columns\":
{\"a_default_rev\": \"r_infra_infra_git\", \"r_infra_infra_git\": \"0123456789a
bcdeffedcba987654321012345678\", \"tstamp\": \"2016-10-13T18:02:17+02:00\"}, \"t
est\": \"infra/luci/isolate/isolate-client-upload\", \"units\": \"s\", \"value\"
: 2.0}]}", | 191 "stdin": "{\"data\": \"[{\\\"buildnumber\\\": 123, \\\"masterid\\\": \\\"chr
omium.infra\\\", \\\"units\\\": \\\"s\\\", \\\"master\\\": \\\"chromium.infra\\\
", \\\"supplemental_columns\\\": {\\\"a_default_rev\\\": \\\"r_infra_infra_git\\
\", \\\"r_infra_infra_git\\\": \\\"0123456789abcdeffedcba987654321012345678\\\",
\\\"tstamp\\\": \\\"2016-10-13T18:02:17+02:00\\\"}, \\\"buildername\\\": \\\"in
fra-perf-linux\\\", \\\"test\\\": \\\"infra/luci/isolate/isolate-client-upload\\
\", \\\"bot\\\": \\\"infra-perf-linux\\\", \\\"value\\\": 2.0, \\\"revision\\\":
\\\"1476374537\\\"}]\"}", |
| 192 "stdout": "/path/to/tmp/json", | 192 "stdout": "/path/to/tmp/json", |
| 193 "~followup_annotations": [ | 193 "~followup_annotations": [ |
| 194 "@@@STEP_TEXT@Failed to post to Perf Dashboard. Error response: None@@@", | 194 "@@@STEP_TEXT@Failed to post to Perf Dashboard. Error response: None@@@", |
| 195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 196 "@@@STEP_LOG_END@json.output (invalid)@@@", | 196 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 197 "@@@STEP_LINK@Results Dashboard@https://chromeperf.appspot.com/report?rev=
1476374537&masters=chromium.infra&tests=infra%2Fluci%2Fisolate%2Fisolate-client-
upload&bots=infra-perf-linux@@@", | 197 "@@@STEP_LINK@Results Dashboard@https://chromeperf.appspot.com/report?rev=
1476374537&masters=chromium.infra&tests=infra%2Fluci%2Fisolate%2Fisolate-client-
upload&bots=infra-perf-linux@@@", |
| 198 "@@@STEP_WARNINGS@@@" | 198 "@@@STEP_WARNINGS@@@" |
| 199 ] | 199 ] |
| 200 }, | 200 }, |
| 201 { | 201 { |
| 202 "name": "$result", | 202 "name": "$result", |
| 203 "recipe_result": null, | 203 "recipe_result": null, |
| 204 "status_code": 0 | 204 "status_code": 0 |
| 205 } | 205 } |
| 206 ] | 206 ] |
| OLD | NEW |