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_rel", | 10 "linux_rel", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "name": "cleanup_temp" | 64 "name": "cleanup_temp" |
65 }, | 65 }, |
66 { | 66 { |
67 "cmd": [ | 67 "cmd": [ |
68 "python", | 68 "python", |
69 "-u", | 69 "-u", |
70 "[DEPOT_TOOLS]/gclient.py", | 70 "[DEPOT_TOOLS]/gclient.py", |
71 "runhooks" | 71 "runhooks" |
72 ], | 72 ], |
73 "env": { | 73 "env": { |
74 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 use_goma=1" | 74 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
75 }, | 75 }, |
76 "name": "gclient runhooks" | 76 "name": "gclient runhooks" |
77 }, | 77 }, |
78 { | 78 { |
79 "cmd": [ | 79 "cmd": [ |
80 "python", | 80 "python", |
81 "-u", | 81 "-u", |
82 "[BUILD]/scripts/slave/compile.py", | 82 "[BUILD]/scripts/slave/compile.py", |
83 "--target", | 83 "--target", |
84 "Release", | 84 "Release", |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 "--builder-name=linux_rel", | 419 "--builder-name=linux_rel", |
420 "--slave-name=slavename", | 420 "--slave-name=slavename", |
421 "--run-python-script", | 421 "--run-python-script", |
422 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 422 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
423 "[SLAVE_BUILD]/src/out/Release/voice_engine_unittests", | 423 "[SLAVE_BUILD]/src/out/Release/voice_engine_unittests", |
424 "--" | 424 "--" |
425 ], | 425 ], |
426 "name": "voice_engine_unittests" | 426 "name": "voice_engine_unittests" |
427 } | 427 } |
428 ] | 428 ] |
OLD | NEW |