| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 ] | 206 ] |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 "cmd": [ | 209 "cmd": [ |
| 210 "python", | 210 "python", |
| 211 "-u", | 211 "-u", |
| 212 "RECIPE_MODULE[build::perf_dashboard]\\resources\\post_json.py", | 212 "RECIPE_MODULE[build::perf_dashboard]\\resources\\post_json.py", |
| 213 "https://chromeperf.appspot.com/add_point" | 213 "https://chromeperf.appspot.com/add_point" |
| 214 ], | 214 ], |
| 215 "name": "perf dashboard post", | 215 "name": "perf dashboard post", |
| 216 "stdin": "{\"data\": [{\"bot\": \"infra-perf-win\", \"buildername\": \"infra
-perf-win\", \"buildnumber\": 123, \"master\": \"chromium.infra\", \"masterid\":
\"chromium.infra\", \"revision\": \"1476374537\", \"supplemental_columns\": {\"
a_default_rev\": \"r_infra_infra_git\", \"r_infra_infra_git\": \"0123456789abcde
ffedcba987654321012345678\", \"tstamp\": \"2016-10-13T18:02:17+02:00\"}, \"test\
": \"infra/luci/isolate/isolate-client-upload\", \"units\": \"s\", \"value\": 2.
0}]}", | 216 "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-win\\\", \\\"test\\\": \\\"infra/luci/isolate/isolate-client-upload\\\"
, \\\"bot\\\": \\\"infra-perf-win\\\", \\\"value\\\": 2.0, \\\"revision\\\": \\\
"1476374537\\\"}]\"}", |
| 217 "stdout": "/path/to/tmp/json", | 217 "stdout": "/path/to/tmp/json", |
| 218 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 219 "@@@STEP_TEXT@Failed to post to Perf Dashboard. Error response: None@@@", | 219 "@@@STEP_TEXT@Failed to post to Perf Dashboard. Error response: None@@@", |
| 220 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 220 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 221 "@@@STEP_LOG_END@json.output (invalid)@@@", | 221 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 222 "@@@STEP_LINK@Results Dashboard@https://chromeperf.appspot.com/report?rev=
1476374537&masters=chromium.infra&tests=infra%2Fluci%2Fisolate%2Fisolate-client-
upload&bots=infra-perf-win@@@", | 222 "@@@STEP_LINK@Results Dashboard@https://chromeperf.appspot.com/report?rev=
1476374537&masters=chromium.infra&tests=infra%2Fluci%2Fisolate%2Fisolate-client-
upload&bots=infra-perf-win@@@", |
| 223 "@@@STEP_WARNINGS@@@" | 223 "@@@STEP_WARNINGS@@@" |
| 224 ] | 224 ] |
| 225 }, | 225 }, |
| 226 { | 226 { |
| 227 "name": "$result", | 227 "name": "$result", |
| 228 "recipe_result": null, | 228 "recipe_result": null, |
| 229 "status_code": 0 | 229 "status_code": 0 |
| 230 } | 230 } |
| 231 ] | 231 ] |
| OLD | NEW |