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 "Linux32 ARM", | 10 "Linux32 ARM", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 { | 70 { |
71 "cmd": [ | 71 "cmd": [ |
72 "python", | 72 "python", |
73 "-u", | 73 "-u", |
74 "[DEPOT_TOOLS]/gclient.py", | 74 "[DEPOT_TOOLS]/gclient.py", |
75 "runhooks" | 75 "runhooks" |
76 ], | 76 ], |
77 "cwd": "[SLAVE_BUILD]", | 77 "cwd": "[SLAVE_BUILD]", |
78 "env": { | 78 "env": { |
79 "GYP_CROSSCOMPILE": "1", | 79 "GYP_CROSSCOMPILE": "1", |
80 "GYP_DEFINES": "component=static_library dcheck_always_on=1 gomadir='[BUIL
D]/goma' target_arch=arm use_goma=1" | 80 "GYP_DEFINES": "component=static_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[BUILD]/goma' target_arch=arm use_goma=1 use_openh264=1 use_th
ird_party_h264=1" |
81 }, | 81 }, |
82 "name": "gclient runhooks" | 82 "name": "gclient runhooks" |
83 }, | 83 }, |
84 { | 84 { |
85 "cmd": [ | 85 "cmd": [ |
86 "python", | 86 "python", |
87 "-u", | 87 "-u", |
88 "[BUILD]/scripts/slave/compile.py", | 88 "[BUILD]/scripts/slave/compile.py", |
89 "--target", | 89 "--target", |
90 "Release", | 90 "Release", |
(...skipping 16 matching lines...) Expand all Loading... |
107 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 107 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
108 "@@@STEP_LOG_END@json.output (invalid)@@@" | 108 "@@@STEP_LOG_END@json.output (invalid)@@@" |
109 ] | 109 ] |
110 }, | 110 }, |
111 { | 111 { |
112 "name": "$result", | 112 "name": "$result", |
113 "recipe_result": null, | 113 "recipe_result": null, |
114 "status_code": 0 | 114 "status_code": 0 |
115 } | 115 } |
116 ] | 116 ] |
OLD | NEW |