| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ChromiumOS Builder", | 10 "Linux ChromiumOS Builder", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 }, | 129 }, |
| 130 { | 130 { |
| 131 "cmd": [ | 131 "cmd": [ |
| 132 "python", | 132 "python", |
| 133 "-u", | 133 "-u", |
| 134 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 134 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 135 "runhooks" | 135 "runhooks" |
| 136 ], | 136 ], |
| 137 "cwd": "[SLAVE_BUILD]", | 137 "cwd": "[SLAVE_BUILD]", |
| 138 "env": { | 138 "env": { |
| 139 "GYP_CHROMIUM_NO_ACTION": "1", |
| 139 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome
OS gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arc
h=x64 test_isolation_mode=prepare use_goma=1", | 140 "GYP_DEFINES": "chromeos=1 component=static_library ffmpeg_branding=Chrome
OS gomadir='[SLAVE_BUILD]/src/build/goma/client' proprietary_codecs=1 target_arc
h=x64 test_isolation_mode=prepare use_goma=1", |
| 140 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 141 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 141 }, | 142 }, |
| 142 "name": "gclient runhooks" | 143 "name": "gclient runhooks" |
| 143 }, | 144 }, |
| 144 { | 145 { |
| 145 "cmd": [ | 146 "cmd": [ |
| 146 "python", | 147 "python", |
| 147 "-u", | 148 "-u", |
| 148 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 149 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "[SLAVE_BUILD]/src/out/Release", | 212 "[SLAVE_BUILD]/src/out/Release", |
| 212 "--clean-isolated-files" | 213 "--clean-isolated-files" |
| 213 ], | 214 ], |
| 214 "cwd": "[SLAVE_BUILD]", | 215 "cwd": "[SLAVE_BUILD]", |
| 215 "name": "clean isolated files" | 216 "name": "clean isolated files" |
| 216 }, | 217 }, |
| 217 { | 218 { |
| 218 "cmd": [ | 219 "cmd": [ |
| 219 "python", | 220 "python", |
| 220 "-u", | 221 "-u", |
| 222 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 223 "gen", |
| 224 "-m", |
| 225 "chromium.webkit", |
| 226 "-b", |
| 227 "Linux ChromiumOS Builder", |
| 228 "--config-file", |
| 229 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 230 "--goma-dir", |
| 231 "[SLAVE_BUILD]/src/build/goma/client", |
| 232 "--swarming-targets-file", |
| 233 "browser_tests\n", |
| 234 "//out/Release" |
| 235 ], |
| 236 "cwd": "[SLAVE_BUILD]", |
| 237 "name": "generate_build_files", |
| 238 "~followup_annotations": [ |
| 239 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 240 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 241 ] |
| 242 }, |
| 243 { |
| 244 "cmd": [ |
| 245 "python", |
| 246 "-u", |
| 221 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 247 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 222 "--show-path", | 248 "--show-path", |
| 223 "python", | 249 "python", |
| 224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 225 "--ninja-path", | 251 "--ninja-path", |
| 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 252 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 227 "--target", | 253 "--target", |
| 228 "Release", | 254 "Release", |
| 229 "--src-dir", | 255 "--src-dir", |
| 230 "[SLAVE_BUILD]/src", | 256 "[SLAVE_BUILD]/src", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 "~followup_annotations": [ | 364 "~followup_annotations": [ |
| 339 "@@@STEP_TEXT@Linux ChromiumOS Tests (1)@@@" | 365 "@@@STEP_TEXT@Linux ChromiumOS Tests (1)@@@" |
| 340 ] | 366 ] |
| 341 }, | 367 }, |
| 342 { | 368 { |
| 343 "name": "$result", | 369 "name": "$result", |
| 344 "recipe_result": null, | 370 "recipe_result": null, |
| 345 "status_code": 0 | 371 "status_code": 0 |
| 346 } | 372 } |
| 347 ] | 373 ] |
| OLD | NEW |