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 23 matching lines...) Expand all Loading... |
154 "name": "check ecs deps" | 156 "name": "check ecs deps" |
155 }, | 157 }, |
156 { | 158 { |
157 "cmd": [ | 159 "cmd": [ |
158 "python", | 160 "python", |
159 "-u", | 161 "-u", |
160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 162 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
161 "--show-path", | 163 "--show-path", |
162 "python", | 164 "python", |
163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 165 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 166 "--gsutil-py-path", |
| 167 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
164 "--ninja-path", | 168 "--ninja-path", |
165 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 169 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
166 "--target", | 170 "--target", |
167 "Debug", | 171 "Debug", |
168 "--src-dir", | 172 "--src-dir", |
169 "[SLAVE_BUILD]/src", | 173 "[SLAVE_BUILD]/src", |
170 "--goma-cache-dir", | 174 "--goma-cache-dir", |
171 "[GOMA_CACHE]", | 175 "[GOMA_CACHE]", |
172 "--build-tool", | 176 "--build-tool", |
173 "ninja", | 177 "ninja", |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 ], | 741 ], |
738 "cwd": "[SLAVE_BUILD]", | 742 "cwd": "[SLAVE_BUILD]", |
739 "name": "url_unittests" | 743 "name": "url_unittests" |
740 }, | 744 }, |
741 { | 745 { |
742 "name": "$result", | 746 "name": "$result", |
743 "recipe_result": null, | 747 "recipe_result": null, |
744 "status_code": 0 | 748 "status_code": 0 |
745 } | 749 } |
746 ] | 750 ] |
OLD | NEW |