| 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 (dbg)", | 10 "WebKit Mac Builder (dbg)", |
| (...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=shared_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" | 117 "GYP_DEFINES": "clang=1 component=shared_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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "-u", | 182 "-u", |
| 182 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 183 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 183 "--build-dir", | 184 "--build-dir", |
| 184 "[SLAVE_BUILD]/src/out/Debug", | 185 "[SLAVE_BUILD]/src/out/Debug", |
| 185 "--clean-isolated-files" | 186 "--clean-isolated-files" |
| 186 ], | 187 ], |
| 187 "cwd": "[SLAVE_BUILD]", | 188 "cwd": "[SLAVE_BUILD]", |
| 188 "name": "clean isolated files" | 189 "name": "clean isolated files" |
| 189 }, | 190 }, |
| 190 { | 191 { |
| 192 "cmd": [ |
| 193 "python", |
| 194 "-u", |
| 195 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 196 "gen", |
| 197 "-m", |
| 198 "chromium.webkit", |
| 199 "-b", |
| 200 "WebKit Mac Builder (dbg)", |
| 201 "--config-file", |
| 202 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 203 "--goma-dir", |
| 204 "[BUILD]/goma", |
| 205 "--swarming-targets-file", |
| 206 "browser_tests\n", |
| 207 "//out/Debug" |
| 208 ], |
| 209 "cwd": "[SLAVE_BUILD]", |
| 210 "name": "generate_build_files" |
| 211 }, |
| 212 { |
| 191 "allow_subannotations": true, | 213 "allow_subannotations": true, |
| 192 "cmd": [ | 214 "cmd": [ |
| 193 "python", | 215 "python", |
| 194 "-u", | 216 "-u", |
| 195 "[BUILD]/scripts/slave/clang_revision.py", | 217 "[BUILD]/scripts/slave/clang_revision.py", |
| 196 "--src-dir", | 218 "--src-dir", |
| 197 "[SLAVE_BUILD]/src", | 219 "[SLAVE_BUILD]/src", |
| 198 "--output-json", | 220 "--output-json", |
| 199 "/path/to/tmp/json" | 221 "/path/to/tmp/json" |
| 200 ], | 222 ], |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "~followup_annotations": [ | 342 "~followup_annotations": [ |
| 321 "@@@STEP_TEXT@WebKit Mac10.7 (dbg)@@@" | 343 "@@@STEP_TEXT@WebKit Mac10.7 (dbg)@@@" |
| 322 ] | 344 ] |
| 323 }, | 345 }, |
| 324 { | 346 { |
| 325 "name": "$result", | 347 "name": "$result", |
| 326 "recipe_result": null, | 348 "recipe_result": null, |
| 327 "status_code": 0 | 349 "status_code": 0 |
| 328 } | 350 } |
| 329 ] | 351 ] |
| OLD | NEW |