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 "client.webrtc.fyi", | 8 "client.webrtc.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux32 ARM", | 10 "Linux32 ARM", |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_CROSSCOMPILE": "1", | 82 "GYP_CROSSCOMPILE": "1", |
83 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[BUIL
D]/goma' target_arch=arm use_goma=1" | 83 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=arm use_goma=1" |
84 }, | 84 }, |
85 "name": "gclient runhooks" | 85 "name": "gclient runhooks" |
86 }, | 86 }, |
87 { | 87 { |
88 "cmd": [ | 88 "cmd": [ |
89 "python", | 89 "python", |
90 "-u", | 90 "-u", |
91 "[BUILD]/scripts/slave/compile.py", | 91 "[BUILD]/scripts/slave/compile.py", |
92 "--target", | 92 "--target", |
93 "Release", | 93 "Release", |
(...skipping 16 matching lines...) Expand all Loading... |
110 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 110 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
111 "@@@STEP_LOG_END@json.output (invalid)@@@" | 111 "@@@STEP_LOG_END@json.output (invalid)@@@" |
112 ] | 112 ] |
113 }, | 113 }, |
114 { | 114 { |
115 "name": "$result", | 115 "name": "$result", |
116 "recipe_result": null, | 116 "recipe_result": null, |
117 "status_code": 0 | 117 "status_code": 0 |
118 } | 118 } |
119 ] | 119 ] |
OLD | NEW |