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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "linux_ecs_ozone", | 10 "linux_ecs_ozone", |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "name": "gclient runhooks" | 111 "name": "gclient runhooks" |
112 }, | 112 }, |
113 { | 113 { |
114 "cmd": [ | 114 "cmd": [ |
115 "python", | 115 "python", |
116 "-u", | 116 "-u", |
117 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 117 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
118 "--show-path", | 118 "--show-path", |
119 "python", | 119 "python", |
120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 121 "--gsutil-py-path", |
| 122 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
121 "--ninja-path", | 123 "--ninja-path", |
122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 124 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
123 "--target", | 125 "--target", |
124 "Debug", | 126 "Debug", |
125 "--src-dir", | 127 "--src-dir", |
126 "[SLAVE_BUILD]/src", | 128 "[SLAVE_BUILD]/src", |
127 "--goma-cache-dir", | 129 "--goma-cache-dir", |
128 "[GOMA_CACHE]", | 130 "[GOMA_CACHE]", |
129 "--build-tool", | 131 "--build-tool", |
130 "ninja", | 132 "ninja", |
(...skipping 27 matching lines...) Expand all Loading... |
158 ] | 160 ] |
159 }, | 161 }, |
160 { | 162 { |
161 "cmd": [ | 163 "cmd": [ |
162 "python", | 164 "python", |
163 "-u", | 165 "-u", |
164 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 166 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
165 "--show-path", | 167 "--show-path", |
166 "python", | 168 "python", |
167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 169 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 170 "--gsutil-py-path", |
| 171 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
168 "--ninja-path", | 172 "--ninja-path", |
169 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 173 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
170 "--target", | 174 "--target", |
171 "Debug", | 175 "Debug", |
172 "--src-dir", | 176 "--src-dir", |
173 "[SLAVE_BUILD]/src", | 177 "[SLAVE_BUILD]/src", |
174 "--goma-cache-dir", | 178 "--goma-cache-dir", |
175 "[GOMA_CACHE]", | 179 "[GOMA_CACHE]", |
176 "--build-tool", | 180 "--build-tool", |
177 "ninja", | 181 "ninja", |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
741 ], | 745 ], |
742 "cwd": "[SLAVE_BUILD]", | 746 "cwd": "[SLAVE_BUILD]", |
743 "name": "url_unittests" | 747 "name": "url_unittests" |
744 }, | 748 }, |
745 { | 749 { |
746 "name": "$result", | 750 "name": "$result", |
747 "recipe_result": null, | 751 "recipe_result": null, |
748 "status_code": 0 | 752 "status_code": 0 |
749 } | 753 } |
750 ] | 754 ] |
OLD | NEW |