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.libyuv", | 8 "client.libyuv", |
9 "--builder", | 9 "--builder", |
10 "Android ARM64 Debug", | 10 "Android ARM64 Debug", |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 168 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
169 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 169 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
170 }, | 170 }, |
171 "name": "compile", | 171 "name": "compile", |
172 "~followup_annotations": [ | 172 "~followup_annotations": [ |
173 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 173 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
174 "@@@STEP_LOG_END@json.output (invalid)@@@" | 174 "@@@STEP_LOG_END@json.output (invalid)@@@" |
175 ] | 175 ] |
176 }, | 176 }, |
177 { | 177 { |
| 178 "allow_subannotations": true, |
| 179 "cmd": [ |
| 180 "python", |
| 181 "-u", |
| 182 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 183 "--show-path", |
| 184 "python", |
| 185 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 186 "--target", |
| 187 "Debug", |
| 188 "--gsutil-py-path", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 190 "--staging-dir", |
| 191 "[CACHE]/chrome_staging", |
| 192 "--src-dir", |
| 193 "[SLAVE_BUILD]/src", |
| 194 "--build-url", |
| 195 "gs://chromium-webrtc/client.libyuv/Android ARM64 Debug", |
| 196 "--build_revision", |
| 197 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 198 "--factory-properties", |
| 199 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android ARM64 Debug\", \
"buildnumber\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/li
byuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 200 "--build-properties", |
| 201 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android ARM64 Debug\", \
"buildnumber\": 1337, \"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/li
byuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}" |
| 202 ], |
| 203 "name": "package build" |
| 204 }, |
| 205 { |
| 206 "cmd": [], |
| 207 "name": "trigger", |
| 208 "trigger_specs": [ |
| 209 { |
| 210 "builder_name": "Android Tester ARM64 Debug (Nexus 5X)", |
| 211 "properties": { |
| 212 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 213 "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" |
| 214 } |
| 215 } |
| 216 ], |
| 217 "~followup_annotations": [ |
| 218 "@@@STEP_TEXT@Android Tester ARM64 Debug (Nexus 5X)@@@" |
| 219 ] |
| 220 }, |
| 221 { |
178 "name": "$result", | 222 "name": "$result", |
179 "recipe_result": null, | 223 "recipe_result": null, |
180 "status_code": 0 | 224 "status_code": 0 |
181 } | 225 } |
182 ] | 226 ] |
OLD | NEW |