| 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 "Site Isolation Linux", | 10 "Site Isolation Linux", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "--src-dir", | 255 "--src-dir", |
| 256 "[SLAVE_BUILD]/src", | 256 "[SLAVE_BUILD]/src", |
| 257 "--goma-cache-dir", | 257 "--goma-cache-dir", |
| 258 "[GOMA_CACHE]", | 258 "[GOMA_CACHE]", |
| 259 "--build-tool", | 259 "--build-tool", |
| 260 "ninja", | 260 "ninja", |
| 261 "--compiler", | 261 "--compiler", |
| 262 "goma", | 262 "goma", |
| 263 "--goma-jsonstatus", | 263 "--goma-jsonstatus", |
| 264 "/path/to/tmp/json", | 264 "/path/to/tmp/json", |
| 265 "--goma-service-account-json-file", | |
| 266 "/creds/service_accounts/service-account-goma-client.json", | |
| 267 "--goma-dir", | 265 "--goma-dir", |
| 268 "[CACHE]/cipd/goma", | 266 "[CACHE]/cipd/goma", |
| 269 "--ninja-ensure-up-to-date", | 267 "--ninja-ensure-up-to-date", |
| 270 "--", | 268 "--", |
| 271 "blink_tests", | 269 "blink_tests", |
| 272 "content_browsertests", | 270 "content_browsertests", |
| 273 "content_unittests" | 271 "content_unittests" |
| 274 ], | 272 ], |
| 275 "cwd": "[SLAVE_BUILD]", | 273 "cwd": "[SLAVE_BUILD]", |
| 276 "name": "compile", | 274 "name": "compile", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@
@", | 346 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@
@", |
| 349 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" | 347 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" |
| 350 ] | 348 ] |
| 351 }, | 349 }, |
| 352 { | 350 { |
| 353 "name": "$result", | 351 "name": "$result", |
| 354 "recipe_result": null, | 352 "recipe_result": null, |
| 355 "status_code": 0 | 353 "status_code": 0 |
| 356 } | 354 } |
| 357 ] | 355 ] |
| OLD | NEW |