| 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", | 8 "chromium", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux x64", | 10 "Linux x64", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "python", | 93 "python", |
| 94 "-u", | 94 "-u", |
| 95 "[DEPOT_TOOLS]/gclient.py", | 95 "[DEPOT_TOOLS]/gclient.py", |
| 96 "runhooks" | 96 "runhooks" |
| 97 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", | 98 "cwd": "[SLAVE_BUILD]", |
| 99 "env": { | 99 "env": { |
| 100 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 101 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_dump
_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1" | 100 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' linux_dump
_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=1" |
| 102 }, | 101 }, |
| 103 "name": "gclient runhooks" | 102 "name": "gclient runhooks" |
| 104 }, | 103 }, |
| 105 { | 104 { |
| 106 "cmd": [ | 105 "cmd": [ |
| 107 "python", | 106 "python", |
| 108 "-u", | 107 "-u", |
| 109 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 110 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json", | 109 "[SLAVE_BUILD]/src/testing/buildbot/chromium.json", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "cmd": [ | 143 "cmd": [ |
| 145 "python", | 144 "python", |
| 146 "-u", | 145 "-u", |
| 147 "[BUILD]/scripts/slave/cleanup_temp.py" | 146 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 148 ], | 147 ], |
| 149 "cwd": "[SLAVE_BUILD]", | 148 "cwd": "[SLAVE_BUILD]", |
| 150 "name": "cleanup_temp" | 149 "name": "cleanup_temp" |
| 151 }, | 150 }, |
| 152 { | 151 { |
| 153 "cmd": [ | 152 "cmd": [ |
| 154 "python", | |
| 155 "-u", | |
| 156 "[SLAVE_BUILD]/src/tools/mb/mb.py", | |
| 157 "gen", | |
| 158 "-m", | |
| 159 "chromium", | |
| 160 "-b", | |
| 161 "Linux x64", | |
| 162 "--config-file", | |
| 163 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | |
| 164 "--goma-dir", | |
| 165 "[BUILD]/goma", | |
| 166 "//out/Release" | |
| 167 ], | |
| 168 "cwd": "[SLAVE_BUILD]", | |
| 169 "name": "generate_build_files" | |
| 170 }, | |
| 171 { | |
| 172 "cmd": [ | |
| 173 "python", | 153 "python", |
| 174 "-u", | 154 "-u", |
| 175 "[BUILD]/scripts/slave/compile.py", | 155 "[BUILD]/scripts/slave/compile.py", |
| 176 "--target", | 156 "--target", |
| 177 "Release", | 157 "Release", |
| 178 "--src-dir", | 158 "--src-dir", |
| 179 "[SLAVE_BUILD]/src", | 159 "[SLAVE_BUILD]/src", |
| 180 "--build-tool", | 160 "--build-tool", |
| 181 "ninja", | 161 "ninja", |
| 182 "--compiler", | 162 "--compiler", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 ], | 225 ], |
| 246 "cwd": "[SLAVE_BUILD]", | 226 "cwd": "[SLAVE_BUILD]", |
| 247 "name": "sizes" | 227 "name": "sizes" |
| 248 }, | 228 }, |
| 249 { | 229 { |
| 250 "name": "$result", | 230 "name": "$result", |
| 251 "recipe_result": null, | 231 "recipe_result": null, |
| 252 "status_code": 0 | 232 "status_code": 0 |
| 253 } | 233 } |
| 254 ] | 234 ] |
| OLD | NEW |