| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_msan", | 10 "linux_msan", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "cmd": [ | 80 "cmd": [ |
| 81 "python", | 81 "python", |
| 82 "-u", | 82 "-u", |
| 83 "[DEPOT_TOOLS]/gclient.py", | 83 "[DEPOT_TOOLS]/gclient.py", |
| 84 "runhooks" | 84 "runhooks" |
| 85 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]", | 86 "cwd": "[SLAVE_BUILD]", |
| 87 "env": { | 87 "env": { |
| 88 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' msan=1 msan_track_origins=2 target_arch=x64 use_gom
a=1 use_prebuilt_instrumented_libraries=1" | 88 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' msan=1 msan_track_origins=2
rtc_use_264=1 target_arch=x64 use_goma=1 use_prebuilt_instrumented_libraries=1" |
| 89 }, | 89 }, |
| 90 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "allow_subannotations": true, | 93 "allow_subannotations": true, |
| 94 "cmd": [ | 94 "cmd": [ |
| 95 "python", | 95 "python", |
| 96 "-u", | 96 "-u", |
| 97 "[BUILD]/scripts/slave/clang_revision.py", | 97 "[BUILD]/scripts/slave/clang_revision.py", |
| 98 "--src-dir", | 98 "--src-dir", |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 ], | 526 ], |
| 527 "cwd": "[SLAVE_BUILD]", | 527 "cwd": "[SLAVE_BUILD]", |
| 528 "name": "webrtc_nonparallel_tests" | 528 "name": "webrtc_nonparallel_tests" |
| 529 }, | 529 }, |
| 530 { | 530 { |
| 531 "name": "$result", | 531 "name": "$result", |
| 532 "recipe_result": null, | 532 "recipe_result": null, |
| 533 "status_code": 0 | 533 "status_code": 0 |
| 534 } | 534 } |
| 535 ] | 535 ] |
| OLD | NEW |