| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", | 366 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", |
| 364 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 367 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
| 365 ] | 368 ] |
| 366 }, | 369 }, |
| 367 { | 370 { |
| 368 "name": "$result", | 371 "name": "$result", |
| 369 "reason": "1 tests failed: ['webkit_tests']", | 372 "reason": "1 tests failed: ['webkit_tests']", |
| 370 "status_code": 1 | 373 "status_code": 1 |
| 371 } | 374 } |
| 372 ] | 375 ] |
| OLD | NEW |