| 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 "ChromiumPracticeFullTester", | 10 "ChromiumPracticeFullTester", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "--src-dir", | 235 "--src-dir", |
| 236 "[SLAVE_BUILD]/src", | 236 "[SLAVE_BUILD]/src", |
| 237 "--goma-cache-dir", | 237 "--goma-cache-dir", |
| 238 "[GOMA_CACHE]", | 238 "[GOMA_CACHE]", |
| 239 "--build-tool", | 239 "--build-tool", |
| 240 "ninja", | 240 "ninja", |
| 241 "--compiler", | 241 "--compiler", |
| 242 "goma", | 242 "goma", |
| 243 "--goma-jsonstatus", | 243 "--goma-jsonstatus", |
| 244 "/path/to/tmp/json", | 244 "/path/to/tmp/json", |
| 245 "--goma-service-account-json-file", | |
| 246 "/creds/service_accounts/service-account-goma-client.json", | |
| 247 "--goma-dir", | 245 "--goma-dir", |
| 248 "[CACHE]/cipd/goma", | 246 "[CACHE]/cipd/goma", |
| 249 "--ninja-ensure-up-to-date", | 247 "--ninja-ensure-up-to-date", |
| 250 "--", | 248 "--", |
| 251 "blink_tests", | 249 "blink_tests", |
| 252 "chromium_swarm_tests" | 250 "chromium_swarm_tests" |
| 253 ], | 251 ], |
| 254 "cwd": "[SLAVE_BUILD]", | 252 "cwd": "[SLAVE_BUILD]", |
| 255 "name": "compile", | 253 "name": "compile", |
| 256 "~followup_annotations": [ | 254 "~followup_annotations": [ |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/ChromiumPracticeFullTester/571/layout-test-results/results.
html@@@", | 319 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/ChromiumPracticeFullTester/571/layout-test-results/results.
html@@@", |
| 322 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/ChromiumPracticeFullTester/571/layout-test-results.zip@@@" | 320 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/ChromiumPracticeFullTester/571/layout-test-results.zip@@@" |
| 323 ] | 321 ] |
| 324 }, | 322 }, |
| 325 { | 323 { |
| 326 "name": "$result", | 324 "name": "$result", |
| 327 "recipe_result": null, | 325 "recipe_result": null, |
| 328 "status_code": 0 | 326 "status_code": 0 |
| 329 } | 327 } |
| 330 ] | 328 ] |
| OLD | NEW |