| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'
}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'
}]\ntarget_os = ['android']", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "pdfium", | 10 "pdfium", |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 185 }, | 185 }, |
| 186 "name": "preprocess_for_goma.start cloudtail", | 186 "name": "preprocess_for_goma.start cloudtail", |
| 187 "~followup_annotations": [ | 187 "~followup_annotations": [ |
| 188 "@@@STEP_NEST_LEVEL@1@@@" | 188 "@@@STEP_NEST_LEVEL@1@@@" |
| 189 ] | 189 ] |
| 190 }, | 190 }, |
| 191 { | 191 { |
| 192 "cmd": [ | 192 "cmd": [ |
| 193 "ninja", | 193 "ninja", |
| 194 "-j", |
| 195 "50", |
| 194 "-C", | 196 "-C", |
| 195 "[SLAVE_BUILD]/pdfium/out/debug_v8", | 197 "[SLAVE_BUILD]/pdfium/out/debug_v8" |
| 196 "-j", | |
| 197 "50" | |
| 198 ], | 198 ], |
| 199 "name": "compile with ninja" | 199 "name": "compile with ninja" |
| 200 }, | 200 }, |
| 201 { | 201 { |
| 202 "cmd": [], | 202 "cmd": [], |
| 203 "name": "postprocess_for_goma" | 203 "name": "postprocess_for_goma" |
| 204 }, | 204 }, |
| 205 { | 205 { |
| 206 "cmd": [ | 206 "cmd": [ |
| 207 "python", | 207 "python", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "-u", | 254 "-u", |
| 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", | 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", |
| 256 "--upload-compiler-proxy-info", | 256 "--upload-compiler-proxy-info", |
| 257 "--json-status", | 257 "--json-status", |
| 258 "[CACHE]/cipd/goma/jsonstatus", | 258 "[CACHE]/cipd/goma/jsonstatus", |
| 259 "--ninja-log-outdir", | 259 "--ninja-log-outdir", |
| 260 "[SLAVE_BUILD]/pdfium/out/debug_v8", | 260 "[SLAVE_BUILD]/pdfium/out/debug_v8", |
| 261 "--ninja-log-compiler", | 261 "--ninja-log-compiler", |
| 262 "unknown", | 262 "unknown", |
| 263 "--ninja-log-command", | 263 "--ninja-log-command", |
| 264 "['ninja', '-C', Path('checkout', 'out','debug_v8'), '-j', 50]", | 264 "['ninja', '-j', 50, '-C', Path('checkout', 'out','debug_v8')]", |
| 265 "--ninja-log-exit-status", | 265 "--ninja-log-exit-status", |
| 266 "0", | 266 "0", |
| 267 "--buildbot-buildername", | 267 "--buildbot-buildername", |
| 268 "android", | 268 "android", |
| 269 "--buildbot-mastername", | 269 "--buildbot-mastername", |
| 270 "client.pdfium", | 270 "client.pdfium", |
| 271 "--buildbot-slavename", | 271 "--buildbot-slavename", |
| 272 "test_slave" | 272 "test_slave" |
| 273 ], | 273 ], |
| 274 "env": { | 274 "env": { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 292 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 293 "@@@STEP_NEST_LEVEL@1@@@" | 293 "@@@STEP_NEST_LEVEL@1@@@" |
| 294 ] | 294 ] |
| 295 }, | 295 }, |
| 296 { | 296 { |
| 297 "name": "$result", | 297 "name": "$result", |
| 298 "recipe_result": null, | 298 "recipe_result": null, |
| 299 "status_code": 0 | 299 "status_code": 0 |
| 300 } | 300 } |
| 301 ] | 301 ] |
| OLD | NEW |