| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup_temp" | 9 "name": "cleanup_temp" |
| 10 }, | 10 }, |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [ | 110 "cmd": [ |
| 111 "python", | 111 "python", |
| 112 "-u", | 112 "-u", |
| 113 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 113 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
| 114 "runhooks" | 114 "runhooks" |
| 115 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", | 116 "cwd": "[SLAVE_BUILD]", |
| 117 "env": { | 117 "env": { |
| 118 "GYP_DEFINES": "component=static_library dont_embed_build_metadata=1 gomad
ir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 118 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=ia32 test_isolation_mode=prepare use_goma=1", |
| 119 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 119 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 120 }, | 120 }, |
| 121 "name": "gclient runhooks" | 121 "name": "gclient runhooks" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [ | 124 "cmd": [ |
| 125 "python", | 125 "python", |
| 126 "-u", | 126 "-u", |
| 127 "[BUILD]/scripts/slave/compile.py", | 127 "[BUILD]/scripts/slave/compile.py", |
| 128 "--target", | 128 "--target", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 }, | 224 }, |
| 225 { | 225 { |
| 226 "cmd": [ | 226 "cmd": [ |
| 227 "python", | 227 "python", |
| 228 "-u", | 228 "-u", |
| 229 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 229 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
| 230 "runhooks" | 230 "runhooks" |
| 231 ], | 231 ], |
| 232 "cwd": "[SLAVE_BUILD]", | 232 "cwd": "[SLAVE_BUILD]", |
| 233 "env": { | 233 "env": { |
| 234 "GYP_DEFINES": "component=static_library dont_embed_build_metadata=1 gomad
ir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 234 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=ia32 test_isolation_mode=prepare use_goma=1", |
| 235 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 235 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 236 }, | 236 }, |
| 237 "name": "gclient runhooks (2)" | 237 "name": "gclient runhooks (2)" |
| 238 }, | 238 }, |
| 239 { | 239 { |
| 240 "cmd": [ | 240 "cmd": [ |
| 241 "python", | 241 "python", |
| 242 "-u", | 242 "-u", |
| 243 "[BUILD]/scripts/slave/compile.py", | 243 "[BUILD]/scripts/slave/compile.py", |
| 244 "--target", | 244 "--target", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 ], | 348 ], |
| 349 "cwd": "[SLAVE_BUILD]", | 349 "cwd": "[SLAVE_BUILD]", |
| 350 "name": "compare_build_artifacts" | 350 "name": "compare_build_artifacts" |
| 351 }, | 351 }, |
| 352 { | 352 { |
| 353 "name": "$result", | 353 "name": "$result", |
| 354 "recipe_result": null, | 354 "recipe_result": null, |
| 355 "status_code": 0 | 355 "status_code": 0 |
| 356 } | 356 } |
| 357 ] | 357 ] |
| OLD | NEW |