| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Mac Builder", | 10 "WebKit Mac Builder", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "[DEPOT_TOOLS]/gclient.py", | 111 "[DEPOT_TOOLS]/gclient.py", |
| 112 "runhooks" | 112 "runhooks" |
| 113 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", | 114 "cwd": "[SLAVE_BUILD]", |
| 115 "env": { | 115 "env": { |
| 116 "GYP_CHROMIUM_NO_ACTION": "1", |
| 116 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" | 117 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 117 }, | 118 }, |
| 118 "name": "gclient runhooks" | 119 "name": "gclient runhooks" |
| 119 }, | 120 }, |
| 120 { | 121 { |
| 121 "cmd": [ | 122 "cmd": [ |
| 122 "python", | 123 "python", |
| 123 "-u", | 124 "-u", |
| 124 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 125 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 125 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 126 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 "-u", | 222 "-u", |
| 222 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 223 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 223 "--build-dir", | 224 "--build-dir", |
| 224 "[SLAVE_BUILD]/src/out/Release", | 225 "[SLAVE_BUILD]/src/out/Release", |
| 225 "--clean-isolated-files" | 226 "--clean-isolated-files" |
| 226 ], | 227 ], |
| 227 "cwd": "[SLAVE_BUILD]", | 228 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "clean isolated files" | 229 "name": "clean isolated files" |
| 229 }, | 230 }, |
| 230 { | 231 { |
| 232 "cmd": [ |
| 233 "python", |
| 234 "-u", |
| 235 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 236 "gen", |
| 237 "-m", |
| 238 "chromium.webkit", |
| 239 "-b", |
| 240 "WebKit Mac Builder", |
| 241 "--config-file", |
| 242 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 243 "--goma-dir", |
| 244 "[BUILD]/goma", |
| 245 "--swarming-targets-file", |
| 246 "browser_tests\nbrowser_tests\nbrowser_tests\nbrowser_tests\nbrowser_tests
\n", |
| 247 "//out/Release" |
| 248 ], |
| 249 "cwd": "[SLAVE_BUILD]", |
| 250 "name": "generate_build_files" |
| 251 }, |
| 252 { |
| 231 "allow_subannotations": true, | 253 "allow_subannotations": true, |
| 232 "cmd": [ | 254 "cmd": [ |
| 233 "python", | 255 "python", |
| 234 "-u", | 256 "-u", |
| 235 "[BUILD]/scripts/slave/clang_revision.py", | 257 "[BUILD]/scripts/slave/clang_revision.py", |
| 236 "--src-dir", | 258 "--src-dir", |
| 237 "[SLAVE_BUILD]/src", | 259 "[SLAVE_BUILD]/src", |
| 238 "--output-json", | 260 "--output-json", |
| 239 "/path/to/tmp/json" | 261 "/path/to/tmp/json" |
| 240 ], | 262 ], |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 "~followup_annotations": [ | 490 "~followup_annotations": [ |
| 469 "@@@STEP_TEXT@WebKit Mac10.9@@@" | 491 "@@@STEP_TEXT@WebKit Mac10.9@@@" |
| 470 ] | 492 ] |
| 471 }, | 493 }, |
| 472 { | 494 { |
| 473 "name": "$result", | 495 "name": "$result", |
| 474 "recipe_result": null, | 496 "recipe_result": null, |
| 475 "status_code": 0 | 497 "status_code": 0 |
| 476 } | 498 } |
| 477 ] | 499 ] |
| OLD | NEW |