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

Side by Side Diff: scripts/slave/recipe_modules/perf_dashboard/example.expected/linux.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
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]",
9 "name": "perf dashboard post", 8 "name": "perf dashboard post",
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://chrome-perf.googleplex.com/add_ point\"}", 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://chrome-perf.googleplex.com/add_ point\"}",
11 "~followup_annotations": [ 10 "~followup_annotations": [
12 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=33241&masters=client.dart.fyi&tests=sunspider%2Fstring-unpack-code&bots=bot_ name@@@" 11 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report? rev=33241&masters=client.dart.fyi&tests=sunspider%2Fstring-unpack-code&bots=bot_ name@@@"
13 ] 12 ]
14 }, 13 },
15 { 14 {
16 "cmd": [ 15 "cmd": [
17 "python", 16 "python",
18 "-u", 17 "-u",
19 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" 18 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
20 ], 19 ],
21 "cwd": "[SLAVE_BUILD]",
22 "name": "Post bisect results", 20 "name": "Post bisect results",
23 "stdin": "{\"data\": {\"status\": \"completed\", \"try_job_id\": 1}, \"url\" : \"https://chrome-perf.googleplex.com/post_bisect_results\"}", 21 "stdin": "{\"data\": {\"status\": \"completed\", \"try_job_id\": 1}, \"url\" : \"https://chrome-perf.googleplex.com/post_bisect_results\"}",
24 "stdout": "/path/to/tmp/json", 22 "stdout": "/path/to/tmp/json",
25 "~followup_annotations": [ 23 "~followup_annotations": [
26 "@@@STEP_LOG_LINE@json.output@{@@@", 24 "@@@STEP_LOG_LINE@json.output@{@@@",
27 "@@@STEP_LOG_LINE@json.output@ \"post_data\": {@@@", 25 "@@@STEP_LOG_LINE@json.output@ \"post_data\": {@@@",
28 "@@@STEP_LOG_LINE@json.output@ \"status\": \"completed\", @@@", 26 "@@@STEP_LOG_LINE@json.output@ \"status\": \"completed\", @@@",
29 "@@@STEP_LOG_LINE@json.output@ \"try_job_id\": 1@@@", 27 "@@@STEP_LOG_LINE@json.output@ \"try_job_id\": 1@@@",
30 "@@@STEP_LOG_LINE@json.output@ }, @@@", 28 "@@@STEP_LOG_LINE@json.output@ }, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200, @@@", 29 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"text\": \"\"@@@", 30 "@@@STEP_LOG_LINE@json.output@ \"text\": \"\"@@@",
33 "@@@STEP_LOG_LINE@json.output@}@@@", 31 "@@@STEP_LOG_LINE@json.output@}@@@",
34 "@@@STEP_LOG_END@json.output@@@" 32 "@@@STEP_LOG_END@json.output@@@"
35 ] 33 ]
36 }, 34 },
37 { 35 {
38 "name": "$result", 36 "name": "$result",
39 "recipe_result": null, 37 "recipe_result": null,
40 "status_code": 0 38 "status_code": 0
41 } 39 }
42 ] 40 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698