OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Housekeeper-PerCommit-Trybot" | 8 "Housekeeper-PerCommit-Trybot" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 }, | 76 }, |
77 { | 77 { |
78 "cmd": [ | 78 "cmd": [ |
79 "python", | 79 "python", |
80 "RECIPE_MODULE[build::skia]/resources/run_binary_size_analysis.py", | 80 "RECIPE_MODULE[build::skia]/resources/run_binary_size_analysis.py", |
81 "--library", | 81 "--library", |
82 "[SLAVE_BUILD]/out/Release/lib/libskia.so", | 82 "[SLAVE_BUILD]/out/Release/lib/libskia.so", |
83 "--githash", | 83 "--githash", |
84 "abc123", | 84 "abc123", |
85 "--gsutil_path", | 85 "--gsutil_path", |
86 "[DEPOT_TOOLS]/third_party/gsutil/gsutil", | 86 "[DEPOT_TOOLS]/gsutil.py", |
87 "--issue_number", | 87 "--issue_number", |
88 "500" | 88 "500" |
89 ], | 89 ], |
90 "cwd": "[SLAVE_BUILD]/skia", | 90 "cwd": "[SLAVE_BUILD]/skia", |
91 "env": { | 91 "env": { |
92 "BUILDTYPE": "Release", | 92 "BUILDTYPE": "Release", |
93 "CHROME_HEADLESS": "1", | 93 "CHROME_HEADLESS": "1", |
94 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", | 94 "GYP_DEFINES": "skia_shared_lib=1 skia_warnings_as_errors=0", |
95 "PYTHONPATH": "[BUILD]/scripts", | 95 "PYTHONPATH": "[BUILD]/scripts", |
96 "SKIA_OUT": "[SLAVE_BUILD]/out" | 96 "SKIA_OUT": "[SLAVE_BUILD]/out" |
97 }, | 97 }, |
98 "name": "generate and upload binary size data" | 98 "name": "generate and upload binary size data" |
99 }, | 99 }, |
100 { | 100 { |
101 "name": "$result", | 101 "name": "$result", |
102 "recipe_result": null, | 102 "recipe_result": null, |
103 "status_code": 0 | 103 "status_code": 0 |
104 } | 104 } |
105 ] | 105 ] |
OLD | NEW |