| 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 "--master", | 7 "--master", |
| 8 "chromium.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "/path/to/tmp/json", | 247 "/path/to/tmp/json", |
| 248 "--goma-service-account-json-file", | 248 "--goma-service-account-json-file", |
| 249 "/creds/service_accounts/service-account-goma-client.json", | 249 "/creds/service_accounts/service-account-goma-client.json", |
| 250 "--mode", | 250 "--mode", |
| 251 "official", | 251 "official", |
| 252 "--goma-dir", | 252 "--goma-dir", |
| 253 "[CACHE]/cipd/goma", | 253 "[CACHE]/cipd/goma", |
| 254 "--goma-hermetic", | 254 "--goma-hermetic", |
| 255 "fallback", | 255 "fallback", |
| 256 "--", | 256 "--", |
| 257 "chrome", |
| 257 "chromium_builder_perf" | 258 "chromium_builder_perf" |
| 258 ], | 259 ], |
| 259 "env": { | 260 "env": { |
| 260 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 261 }, | 262 }, |
| 262 "name": "compile", | 263 "name": "compile", |
| 263 "~followup_annotations": [ | 264 "~followup_annotations": [ |
| 264 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 265 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 265 "@@@STEP_LOG_END@json.output (invalid)@@@" | 266 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 266 ] | 267 ] |
| (...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 802 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
| 802 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 803 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
| 803 } | 804 } |
| 804 } | 805 } |
| 805 ], | 806 ], |
| 806 "~followup_annotations": [ | 807 "~followup_annotations": [ |
| 807 "@@@STEP_TEXT@Mac Retina Perf (5)@@@" | 808 "@@@STEP_TEXT@Mac Retina Perf (5)@@@" |
| 808 ] | 809 ] |
| 809 }, | 810 }, |
| 810 { | 811 { |
| 812 "allow_subannotations": true, |
| 813 "cmd": [ |
| 814 "python", |
| 815 "-u", |
| 816 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 817 "--target", |
| 818 "Release", |
| 819 "--no-xvfb", |
| 820 "--factory-properties", |
| 821 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Builder\", \
"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}", |
| 822 "--build-properties", |
| 823 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Mac Builder\", \
"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername\":
null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}", |
| 824 "--test-type=sizes", |
| 825 "--builder-name=Mac Builder", |
| 826 "--slave-name=TestSlavename", |
| 827 "--build-number=571", |
| 828 "--run-python-script", |
| 829 "--annotate=graphing", |
| 830 "--results-url=https://chromeperf.appspot.com", |
| 831 "--perf-dashboard-id=sizes", |
| 832 "--perf-id=mac", |
| 833 "--perf-config={'r_clang_rev': '123456'}", |
| 834 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", |
| 835 "--target", |
| 836 "Release", |
| 837 "--platform", |
| 838 "mac" |
| 839 ], |
| 840 "name": "sizes" |
| 841 }, |
| 842 { |
| 811 "name": "$result", | 843 "name": "$result", |
| 812 "recipe_result": null, | 844 "recipe_result": null, |
| 813 "status_code": 0 | 845 "status_code": 0 |
| 814 } | 846 } |
| 815 ] | 847 ] |
| OLD | NEW |