| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Asan", | 10 "Mac Asan", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 "cmd": [ | 71 "cmd": [ |
| 72 "python", | 72 "python", |
| 73 "-u", | 73 "-u", |
| 74 "[DEPOT_TOOLS]/gclient.py", | 74 "[DEPOT_TOOLS]/gclient.py", |
| 75 "runhooks" | 75 "runhooks" |
| 76 ], | 76 ], |
| 77 "cwd": "[SLAVE_BUILD]", | 77 "cwd": "[SLAVE_BUILD]", |
| 78 "env": { | 78 "env": { |
| 79 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=0 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' lsan=1 target_arch=x6
4 use_goma=1 use_openh264=1 use_third_party_h264=1" | 79 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1
fastbuild=0 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1" |
| 80 }, | 80 }, |
| 81 "name": "gclient runhooks" | 81 "name": "gclient runhooks" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "allow_subannotations": true, | 84 "allow_subannotations": true, |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[BUILD]/scripts/slave/clang_revision.py", | 88 "[BUILD]/scripts/slave/clang_revision.py", |
| 89 "--src-dir", | 89 "--src-dir", |
| (...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 ], | 544 ], |
| 545 "cwd": "[SLAVE_BUILD]", | 545 "cwd": "[SLAVE_BUILD]", |
| 546 "name": "webrtc_nonparallel_tests" | 546 "name": "webrtc_nonparallel_tests" |
| 547 }, | 547 }, |
| 548 { | 548 { |
| 549 "name": "$result", | 549 "name": "$result", |
| 550 "recipe_result": null, | 550 "recipe_result": null, |
| 551 "status_code": 0 | 551 "status_code": 0 |
| 552 } | 552 } |
| 553 ] | 553 ] |
| OLD | NEW |