| 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 "Closure Compilation Linux", | 10 "Closure Compilation Linux", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "--gsutil-py-path", | 130 "--gsutil-py-path", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 132 "--ninja-path", | 132 "--ninja-path", |
| 133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 134 "--target", | 134 "--target", |
| 135 "Release", | 135 "Release", |
| 136 "--src-dir", | 136 "--src-dir", |
| 137 "[SLAVE_BUILD]/src", | 137 "[SLAVE_BUILD]/src", |
| 138 "--goma-cache-dir", | 138 "--goma-cache-dir", |
| 139 "[GOMA_CACHE]", | 139 "[GOMA_CACHE]", |
| 140 "--buildbot-buildername", | |
| 141 "Closure Compilation Linux", | |
| 142 "--buildbot-mastername", | |
| 143 "chromium.fyi", | |
| 144 "--buildbot-slavename", | |
| 145 "TestSlavename", | |
| 146 "--" | 140 "--" |
| 147 ], | 141 ], |
| 148 "env": { | 142 "env": { |
| 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 150 }, | 144 }, |
| 151 "name": "compile" | 145 "name": "compile" |
| 152 }, | 146 }, |
| 153 { | 147 { |
| 154 "cmd": [ | 148 "cmd": [ |
| 155 "[SLAVE_BUILD]/src/build/gyp_chromium", | 149 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 168 "--gsutil-py-path", | 162 "--gsutil-py-path", |
| 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 163 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 170 "--ninja-path", | 164 "--ninja-path", |
| 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 165 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 172 "--target", | 166 "--target", |
| 173 "Release", | 167 "Release", |
| 174 "--src-dir", | 168 "--src-dir", |
| 175 "[SLAVE_BUILD]/src", | 169 "[SLAVE_BUILD]/src", |
| 176 "--goma-cache-dir", | 170 "--goma-cache-dir", |
| 177 "[GOMA_CACHE]", | 171 "[GOMA_CACHE]", |
| 178 "--buildbot-buildername", | |
| 179 "Closure Compilation Linux", | |
| 180 "--buildbot-mastername", | |
| 181 "chromium.fyi", | |
| 182 "--buildbot-slavename", | |
| 183 "TestSlavename", | |
| 184 "--" | 172 "--" |
| 185 ], | 173 ], |
| 186 "env": { | 174 "env": { |
| 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 188 }, | 176 }, |
| 189 "name": "compile_v2" | 177 "name": "compile_v2" |
| 190 }, | 178 }, |
| 191 { | 179 { |
| 192 "name": "$result", | 180 "name": "$result", |
| 193 "recipe_result": null, | 181 "recipe_result": null, |
| 194 "status_code": 0 | 182 "status_code": 0 |
| 195 } | 183 } |
| 196 ] | 184 ] |
| OLD | NEW |