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", | 8 "client.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Android32 GN", | 10 "Android32 GN", |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "name": "gclient runhooks" | 103 "name": "gclient runhooks" |
104 }, | 104 }, |
105 { | 105 { |
106 "cmd": [ | 106 "cmd": [ |
107 "python", | 107 "python", |
108 "-u", | 108 "-u", |
109 "[DEPOT_TOOLS]/gn.py", | 109 "[DEPOT_TOOLS]/gn.py", |
110 "--root=[SLAVE_BUILD]/src", | 110 "--root=[SLAVE_BUILD]/src", |
111 "gen", | 111 "gen", |
112 "//out/Release", | 112 "//out/Release", |
113 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[BUILD]/goma\" build_with_chromium=false" | 113 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t
rue goma_dir=\"[BUILD]/goma\"" |
114 ], | 114 ], |
115 "cwd": "[SLAVE_BUILD]", | 115 "cwd": "[SLAVE_BUILD]", |
116 "name": "gn" | 116 "name": "gn" |
117 }, | 117 }, |
118 { | 118 { |
119 "cmd": [ | 119 "cmd": [ |
120 "python", | 120 "python", |
121 "-u", | 121 "-u", |
122 "[BUILD]/scripts/slave/compile.py", | 122 "[BUILD]/scripts/slave/compile.py", |
123 "--target", | 123 "--target", |
(...skipping 20 matching lines...) Expand all Loading... |
144 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 144 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
145 "@@@STEP_LOG_END@json.output (invalid)@@@" | 145 "@@@STEP_LOG_END@json.output (invalid)@@@" |
146 ] | 146 ] |
147 }, | 147 }, |
148 { | 148 { |
149 "name": "$result", | 149 "name": "$result", |
150 "recipe_result": null, | 150 "recipe_result": null, |
151 "status_code": 0 | 151 "status_code": 0 |
152 } | 152 } |
153 ] | 153 ] |
OLD | NEW |