OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "--src-dir", | 110 "--src-dir", |
111 "[SLAVE_BUILD]/src", | 111 "[SLAVE_BUILD]/src", |
112 "--goma-cache-dir", | 112 "--goma-cache-dir", |
113 "[GOMA_CACHE]", | 113 "[GOMA_CACHE]", |
114 "--build-tool", | 114 "--build-tool", |
115 "ninja", | 115 "ninja", |
116 "--compiler", | 116 "--compiler", |
117 "goma", | 117 "goma", |
118 "--goma-jsonstatus", | 118 "--goma-jsonstatus", |
119 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
120 "--goma-service-account-json-file", | |
121 "/creds/service_accounts/service-account-goma-client.json", | |
122 "--goma-dir", | 120 "--goma-dir", |
123 "[BUILD]/goma", | 121 "[BUILD]/goma", |
124 "--", | 122 "--", |
125 "All" | 123 "All" |
126 ], | 124 ], |
127 "cwd": "[SLAVE_BUILD]", | 125 "cwd": "[SLAVE_BUILD]", |
128 "name": "compile", | 126 "name": "compile", |
129 "~followup_annotations": [ | 127 "~followup_annotations": [ |
130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
131 "@@@STEP_LOG_END@json.output (invalid)@@@" | 129 "@@@STEP_LOG_END@json.output (invalid)@@@" |
132 ] | 130 ] |
133 }, | 131 }, |
134 { | 132 { |
135 "name": "$result", | 133 "name": "$result", |
136 "recipe_result": null, | 134 "recipe_result": null, |
137 "status_code": 0 | 135 "status_code": 0 |
138 } | 136 } |
139 ] | 137 ] |
OLD | NEW |