| 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": "clang=1 component=static_library dont_embed_build_metadata
=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=
1", | 118 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=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 "allow_subannotations": true, | 124 "allow_subannotations": true, |
| 125 "cmd": [ | 125 "cmd": [ |
| 126 "python", | 126 "python", |
| 127 "-u", | 127 "-u", |
| 128 "[BUILD]/scripts/slave/clang_revision.py", | 128 "[BUILD]/scripts/slave/clang_revision.py", |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 }, | 244 }, |
| 245 { | 245 { |
| 246 "cmd": [ | 246 "cmd": [ |
| 247 "python", | 247 "python", |
| 248 "-u", | 248 "-u", |
| 249 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 249 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
| 250 "runhooks" | 250 "runhooks" |
| 251 ], | 251 ], |
| 252 "cwd": "[SLAVE_BUILD]", | 252 "cwd": "[SLAVE_BUILD]", |
| 253 "env": { | 253 "env": { |
| 254 "GYP_DEFINES": "clang=1 component=static_library dont_embed_build_metadata
=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=
1", | 254 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 255 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 255 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 256 }, | 256 }, |
| 257 "name": "gclient runhooks (2)" | 257 "name": "gclient runhooks (2)" |
| 258 }, | 258 }, |
| 259 { | 259 { |
| 260 "allow_subannotations": true, | 260 "allow_subannotations": true, |
| 261 "cmd": [ | 261 "cmd": [ |
| 262 "python", | 262 "python", |
| 263 "-u", | 263 "-u", |
| 264 "[BUILD]/scripts/slave/clang_revision.py", | 264 "[BUILD]/scripts/slave/clang_revision.py", |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 ], | 388 ], |
| 389 "cwd": "[SLAVE_BUILD]", | 389 "cwd": "[SLAVE_BUILD]", |
| 390 "name": "compare_build_artifacts" | 390 "name": "compare_build_artifacts" |
| 391 }, | 391 }, |
| 392 { | 392 { |
| 393 "name": "$result", | 393 "name": "$result", |
| 394 "recipe_result": null, | 394 "recipe_result": null, |
| 395 "status_code": 0 | 395 "status_code": 0 |
| 396 } | 396 } |
| 397 ] | 397 ] |
| OLD | NEW |