| 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 Linux", | 10 "WebKit Linux", |
| (...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": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" | 117 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 "-u", | 162 "-u", |
| 162 "[BUILD]/scripts/slave/cleanup_temp.py" | 163 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 163 ], | 164 ], |
| 164 "cwd": "[SLAVE_BUILD]", | 165 "cwd": "[SLAVE_BUILD]", |
| 165 "name": "cleanup_temp" | 166 "name": "cleanup_temp" |
| 166 }, | 167 }, |
| 167 { | 168 { |
| 168 "cmd": [ | 169 "cmd": [ |
| 169 "python", | 170 "python", |
| 170 "-u", | 171 "-u", |
| 172 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 173 "gen", |
| 174 "-m", |
| 175 "chromium.webkit", |
| 176 "-b", |
| 177 "WebKit Linux", |
| 178 "--config-file", |
| 179 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 180 "--goma-dir", |
| 181 "[BUILD]/goma", |
| 182 "//out/Release" |
| 183 ], |
| 184 "cwd": "[SLAVE_BUILD]", |
| 185 "name": "generate_build_files" |
| 186 }, |
| 187 { |
| 188 "cmd": [ |
| 189 "python", |
| 190 "-u", |
| 171 "[BUILD]/scripts/slave/compile.py", | 191 "[BUILD]/scripts/slave/compile.py", |
| 172 "--target", | 192 "--target", |
| 173 "Release", | 193 "Release", |
| 174 "--src-dir", | 194 "--src-dir", |
| 175 "[SLAVE_BUILD]/src", | 195 "[SLAVE_BUILD]/src", |
| 176 "--build-tool", | 196 "--build-tool", |
| 177 "ninja", | 197 "ninja", |
| 178 "--compiler", | 198 "--compiler", |
| 179 "goma", | 199 "goma", |
| 180 "--goma-jsonstatus", | 200 "--goma-jsonstatus", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", | 274 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", |
| 255 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 275 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
| 256 ] | 276 ] |
| 257 }, | 277 }, |
| 258 { | 278 { |
| 259 "name": "$result", | 279 "name": "$result", |
| 260 "recipe_result": null, | 280 "recipe_result": null, |
| 261 "status_code": 0 | 281 "status_code": 0 |
| 262 } | 282 } |
| 263 ] | 283 ] |
| OLD | NEW |