| 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.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Linux", | 10 "WebKit Linux", |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "chromium.webkit", | 247 "chromium.webkit", |
| 248 "-b", | 248 "-b", |
| 249 "WebKit Linux", | 249 "WebKit Linux", |
| 250 "--config-file", | 250 "--config-file", |
| 251 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 251 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 252 "--goma-dir", | 252 "--goma-dir", |
| 253 "[CACHE]/cipd/goma", | 253 "[CACHE]/cipd/goma", |
| 254 "//out/Release" | 254 "//out/Release" |
| 255 ], | 255 ], |
| 256 "cwd": "[SLAVE_BUILD]", | 256 "cwd": "[SLAVE_BUILD]", |
| 257 "env": { |
| 258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 259 }, |
| 257 "name": "generate_build_files" | 260 "name": "generate_build_files" |
| 258 }, | 261 }, |
| 259 { | 262 { |
| 260 "cmd": [ | 263 "cmd": [ |
| 261 "python", | 264 "python", |
| 262 "-u", | 265 "-u", |
| 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 266 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 264 "--show-path", | 267 "--show-path", |
| 265 "python", | 268 "python", |
| 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 269 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", | 364 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", |
| 362 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 365 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
| 363 ] | 366 ] |
| 364 }, | 367 }, |
| 365 { | 368 { |
| 366 "name": "$result", | 369 "name": "$result", |
| 367 "recipe_result": null, | 370 "recipe_result": null, |
| 368 "status_code": 0 | 371 "status_code": 0 |
| 369 } | 372 } |
| 370 ] | 373 ] |
| OLD | NEW |