| 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 Mac10.9", | 10 "WebKit Mac10.9", |
| (...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 Mac10.9", | 249 "WebKit Mac10.9", |
| 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 "allow_subannotations": true, | 263 "allow_subannotations": true, |
| 261 "cmd": [ | 264 "cmd": [ |
| 262 "python", | 265 "python", |
| 263 "-u", | 266 "-u", |
| 264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 265 "--src-dir", | 268 "--src-dir", |
| 266 "[SLAVE_BUILD]/src", | 269 "[SLAVE_BUILD]/src", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", | 414 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", |
| 412 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" | 415 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" |
| 413 ] | 416 ] |
| 414 }, | 417 }, |
| 415 { | 418 { |
| 416 "name": "$result", | 419 "name": "$result", |
| 417 "recipe_result": null, | 420 "recipe_result": null, |
| 418 "status_code": 0 | 421 "status_code": 0 |
| 419 } | 422 } |
| 420 ] | 423 ] |
| OLD | NEW |