| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_ubsan_vptr", | 10 "linux_ubsan_vptr", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 "cmd": [ | 77 "cmd": [ |
| 78 "python", | 78 "python", |
| 79 "-u", | 79 "-u", |
| 80 "[DEPOT_TOOLS]/gclient.py", | 80 "[DEPOT_TOOLS]/gclient.py", |
| 81 "runhooks" | 81 "runhooks" |
| 82 ], | 82 ], |
| 83 "cwd": "[SLAVE_BUILD]", | 83 "cwd": "[SLAVE_BUILD]", |
| 84 "env": { | 84 "env": { |
| 85 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' release_extra_cflags=-fno-sa
nitize-recover=undefined target_arch=x64 ubsan_vptr=1 use_goma=1 use_openh264=1
use_third_party_h264=1" | 85 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' release_extra_cflags=-fno-sanitize-recover=undefine
d target_arch=x64 ubsan_vptr=1 use_goma=1" |
| 86 }, | 86 }, |
| 87 "name": "gclient runhooks" | 87 "name": "gclient runhooks" |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "allow_subannotations": true, | 90 "allow_subannotations": true, |
| 91 "cmd": [ | 91 "cmd": [ |
| 92 "python", | 92 "python", |
| 93 "-u", | 93 "-u", |
| 94 "[BUILD]/scripts/slave/clang_revision.py", | 94 "[BUILD]/scripts/slave/clang_revision.py", |
| 95 "--src-dir", | 95 "--src-dir", |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 ], | 508 ], |
| 509 "cwd": "[SLAVE_BUILD]", | 509 "cwd": "[SLAVE_BUILD]", |
| 510 "name": "webrtc_nonparallel_tests" | 510 "name": "webrtc_nonparallel_tests" |
| 511 }, | 511 }, |
| 512 { | 512 { |
| 513 "name": "$result", | 513 "name": "$result", |
| 514 "recipe_result": null, | 514 "recipe_result": null, |
| 515 "status_code": 0 | 515 "status_code": 0 |
| 516 } | 516 } |
| 517 ] | 517 ] |
| OLD | NEW |