| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Snapshot Builder", | 10 "Linux Snapshot Builder", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 { | 164 { |
| 165 "cmd": [ | 165 "cmd": [ |
| 166 "python", | 166 "python", |
| 167 "-u", | 167 "-u", |
| 168 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 168 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 169 "runhooks" | 169 "runhooks" |
| 170 ], | 170 ], |
| 171 "cwd": "[SLAVE_BUILD]/src", | 171 "cwd": "[SLAVE_BUILD]/src", |
| 172 "env": { | 172 "env": { |
| 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 174 "GYP_CHROMIUM_NO_ACTION": "1", |
| 174 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", | 175 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", |
| 175 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 176 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 176 }, | 177 }, |
| 177 "name": "gclient runhooks" | 178 "name": "gclient runhooks" |
| 178 }, | 179 }, |
| 179 { | 180 { |
| 180 "cmd": [ | 181 "cmd": [ |
| 181 "python", | 182 "python", |
| 182 "-u", | 183 "-u", |
| 183 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 184 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 "--show-path", | 221 "--show-path", |
| 221 "python", | 222 "python", |
| 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 223 ], | 224 ], |
| 224 "name": "cleanup_temp" | 225 "name": "cleanup_temp" |
| 225 }, | 226 }, |
| 226 { | 227 { |
| 227 "cmd": [ | 228 "cmd": [ |
| 228 "python", | 229 "python", |
| 229 "-u", | 230 "-u", |
| 231 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 232 "gen", |
| 233 "-m", |
| 234 "client.v8.fyi", |
| 235 "-b", |
| 236 "Linux Snapshot Builder", |
| 237 "--config-file", |
| 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 239 "--goma-dir", |
| 240 "[CACHE]/cipd/goma", |
| 241 "//out/Release" |
| 242 ], |
| 243 "env": { |
| 244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 245 }, |
| 246 "name": "generate_build_files" |
| 247 }, |
| 248 { |
| 249 "cmd": [ |
| 250 "python", |
| 251 "-u", |
| 230 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 231 "--show-path", | 253 "--show-path", |
| 232 "python", | 254 "python", |
| 233 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 234 "--gsutil-py-path", | 256 "--gsutil-py-path", |
| 235 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 236 "--ninja-path", | 258 "--ninja-path", |
| 237 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 238 "--target", | 260 "--target", |
| 239 "Release", | 261 "Release", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 283 }, | 305 }, |
| 284 "name": "archive build" | 306 "name": "archive build" |
| 285 }, | 307 }, |
| 286 { | 308 { |
| 287 "name": "$result", | 309 "name": "$result", |
| 288 "recipe_result": null, | 310 "recipe_result": null, |
| 289 "status_code": 0 | 311 "status_code": 0 |
| 290 } | 312 } |
| 291 ] | 313 ] |
| OLD | NEW |