| 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.fyi", | 8 "client.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux UBSan", | 10 "Linux UBSan", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "[DEPOT_TOOLS]/gclient.py", | 77 "[DEPOT_TOOLS]/gclient.py", |
| 78 "runhooks" | 78 "runhooks" |
| 79 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]", | 80 "cwd": "[SLAVE_BUILD]", |
| 81 "env": { | 81 "env": { |
| 82 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 gomadi
r='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recover=undefined target_arc
h=x64 ubsan=1 use_goma=1" | 82 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recov
er=undefined rtc_use_264=1 target_arch=x64 ubsan=1 use_goma=1" |
| 83 }, | 83 }, |
| 84 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "allow_subannotations": true, | 87 "allow_subannotations": true, |
| 88 "cmd": [ | 88 "cmd": [ |
| 89 "python", | 89 "python", |
| 90 "-u", | 90 "-u", |
| 91 "[BUILD]/scripts/slave/clang_revision.py", | 91 "[BUILD]/scripts/slave/clang_revision.py", |
| 92 "--src-dir", | 92 "--src-dir", |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 ], | 521 ], |
| 522 "cwd": "[SLAVE_BUILD]", | 522 "cwd": "[SLAVE_BUILD]", |
| 523 "name": "webrtc_nonparallel_tests" | 523 "name": "webrtc_nonparallel_tests" |
| 524 }, | 524 }, |
| 525 { | 525 { |
| 526 "name": "$result", | 526 "name": "$result", |
| 527 "recipe_result": null, | 527 "recipe_result": null, |
| 528 "status_code": 0 | 528 "status_code": 0 |
| 529 } | 529 } |
| 530 ] | 530 ] |
| OLD | NEW |