| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTMac", | 10 "ClangToTMac", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "cmd": [ | 79 "cmd": [ |
| 80 "python", | 80 "python", |
| 81 "-u", | 81 "-u", |
| 82 "[DEPOT_TOOLS]/gclient.py", | 82 "[DEPOT_TOOLS]/gclient.py", |
| 83 "runhooks" | 83 "runhooks" |
| 84 ], | 84 ], |
| 85 "cwd": "[SLAVE_BUILD]", | 85 "cwd": "[SLAVE_BUILD]", |
| 86 "env": { | 86 "env": { |
| 87 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y target_arch=x64 test_isolation_mode=prepare werror=''", | 87 "GYP_DEFINES": "clang=1 clang_use_chrome_plugins=0 component=shared_librar
y fastbuild=1 target_arch=x64 test_isolation_mode=prepare werror=''", |
| 88 "LLVM_FORCE_HEAD_REVISION": "YES" | 88 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 89 }, | 89 }, |
| 90 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "cmd": [ | 93 "cmd": [ |
| 94 "python", | 94 "python", |
| 95 "-u", | 95 "-u", |
| 96 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 96 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 97 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 97 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "[BUILD]/scripts/slave/chromium/sizes.py", | 284 "[BUILD]/scripts/slave/chromium/sizes.py", |
| 285 "--target", | 285 "--target", |
| 286 "Release", | 286 "Release", |
| 287 "--platform", | 287 "--platform", |
| 288 "mac" | 288 "mac" |
| 289 ], | 289 ], |
| 290 "cwd": "[SLAVE_BUILD]", | 290 "cwd": "[SLAVE_BUILD]", |
| 291 "name": "sizes" | 291 "name": "sizes" |
| 292 } | 292 } |
| 293 ] | 293 ] |
| OLD | NEW |