OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 6 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
8 "name": "perf dashboard post", | 9 "name": "perf dashboard post", |
9 "stdin": "{\"data\": [{\"bot\": \"multivm-windows-perf-be\", \"buildername\"
: \"multivm-windows-perf-be\", \"buildnumber\": 75, \"error\": \"0.5\", \"master
\": \"client.dart.fyi\", \"masterid\": \"client.dart.fyi\", \"revision\": 33241,
\"supplemental_columns\": {\"r_webkit_rev\": \"167808\"}, \"test\": \"sunspider
/string-unpack-code/ref\", \"units\": \"ms\", \"value\": \"18.5\"}, {\"bot\": \"
multivm-windows-perf-be\", \"buildername\": \"multivm-windows-perf-be\", \"build
number\": 75, \"error\": \"0.4898\", \"master\": \"client.dart.fyi\", \"masterid
\": \"client.dart.fyi\", \"revision\": 33241, \"supplemental_columns\": {\"r_web
kit_rev\": \"167808\"}, \"test\": \"sunspider/string-unpack-code\", \"units\": \
"ms\", \"value\": \"18.4\"}], \"url\": \"https://chromeperf.appspot.com/add_poin
t\"}", | 10 "stdin": "{\"data\": [{\"bot\": \"multivm-windows-perf-be\", \"buildername\"
: \"multivm-windows-perf-be\", \"buildnumber\": 75, \"error\": \"0.5\", \"master
\": \"client.dart.fyi\", \"masterid\": \"client.dart.fyi\", \"revision\": 33241,
\"supplemental_columns\": {\"r_webkit_rev\": \"167808\"}, \"test\": \"sunspider
/string-unpack-code/ref\", \"units\": \"ms\", \"value\": \"18.5\"}, {\"bot\": \"
multivm-windows-perf-be\", \"buildername\": \"multivm-windows-perf-be\", \"build
number\": 75, \"error\": \"0.4898\", \"master\": \"client.dart.fyi\", \"masterid
\": \"client.dart.fyi\", \"revision\": 33241, \"supplemental_columns\": {\"r_web
kit_rev\": \"167808\"}, \"test\": \"sunspider/string-unpack-code\", \"units\": \
"ms\", \"value\": \"18.4\"}], \"url\": \"https://chromeperf.appspot.com/add_poin
t\"}", |
10 "~followup_annotations": [ | 11 "~followup_annotations": [ |
11 "@@@STEP_LINK@Results Dashboard@https://chromeperf.appspot.com/report?rev=
33241&masters=client.dart.fyi&tests=sunspider%2Fstring-unpack-code&bots=bot_name
@@@" | 12 "@@@STEP_LINK@Results Dashboard@https://chromeperf.appspot.com/report?rev=
33241&masters=client.dart.fyi&tests=sunspider%2Fstring-unpack-code&bots=bot_name
@@@" |
12 ] | 13 ] |
13 }, | 14 }, |
14 { | 15 { |
15 "cmd": [ | 16 "cmd": [ |
16 "python", | 17 "python", |
17 "-u", | 18 "-u", |
18 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 19 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
19 ], | 20 ], |
| 21 "cwd": "[SLAVE_BUILD]", |
20 "name": "Post bisect results", | 22 "name": "Post bisect results", |
21 "stdin": "{\"data\": {\"status\": \"completed\", \"try_job_id\": 1}, \"url\"
: \"https://chromeperf.appspot.com/post_bisect_results\"}", | 23 "stdin": "{\"data\": {\"status\": \"completed\", \"try_job_id\": 1}, \"url\"
: \"https://chromeperf.appspot.com/post_bisect_results\"}", |
22 "stdout": "/path/to/tmp/json", | 24 "stdout": "/path/to/tmp/json", |
23 "~followup_annotations": [ | 25 "~followup_annotations": [ |
24 "@@@STEP_LOG_LINE@json.output@{@@@", | 26 "@@@STEP_LOG_LINE@json.output@{@@@", |
25 "@@@STEP_LOG_LINE@json.output@ \"post_data\": {@@@", | 27 "@@@STEP_LOG_LINE@json.output@ \"post_data\": {@@@", |
26 "@@@STEP_LOG_LINE@json.output@ \"status\": \"completed\", @@@", | 28 "@@@STEP_LOG_LINE@json.output@ \"status\": \"completed\", @@@", |
27 "@@@STEP_LOG_LINE@json.output@ \"try_job_id\": 1@@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"try_job_id\": 1@@@", |
28 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
29 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200, @@@", |
30 "@@@STEP_LOG_LINE@json.output@ \"text\": \"\"@@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"text\": \"\"@@@", |
31 "@@@STEP_LOG_LINE@json.output@}@@@", | 33 "@@@STEP_LOG_LINE@json.output@}@@@", |
32 "@@@STEP_LOG_END@json.output@@@" | 34 "@@@STEP_LOG_END@json.output@@@" |
33 ] | 35 ] |
34 }, | 36 }, |
35 { | 37 { |
36 "name": "$result", | 38 "name": "$result", |
37 "recipe_result": null, | 39 "recipe_result": null, |
38 "status_code": 0 | 40 "status_code": 0 |
39 } | 41 } |
40 ] | 42 ] |
OLD | NEW |