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

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

Issue 2427763002: Remove use of "use_mirror" recipe property. (Closed)
Patch Set: Created 4 years, 2 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
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 "name": "perf dashboard post", 8 "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://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\"}",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 20 matching lines...) Expand all
31 "@@@STEP_LOG_LINE@json.output@}@@@", 31 "@@@STEP_LOG_LINE@json.output@}@@@",
32 "@@@STEP_LOG_END@json.output@@@" 32 "@@@STEP_LOG_END@json.output@@@"
33 ] 33 ]
34 }, 34 },
35 { 35 {
36 "name": "$result", 36 "name": "$result",
37 "recipe_result": null, 37 "recipe_result": null,
38 "status_code": 0 38 "status_code": 0
39 } 39 }
40 ] 40 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698