| 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'
}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'
}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "pdfium", | 10 "pdfium", |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 191 }, | 191 }, |
| 192 "name": "preprocess_for_goma.start cloudtail", | 192 "name": "preprocess_for_goma.start cloudtail", |
| 193 "~followup_annotations": [ | 193 "~followup_annotations": [ |
| 194 "@@@STEP_NEST_LEVEL@1@@@" | 194 "@@@STEP_NEST_LEVEL@1@@@" |
| 195 ] | 195 ] |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "cmd": [ | 198 "cmd": [ |
| 199 "ninja", | 199 "ninja", |
| 200 "-j", |
| 201 "50", |
| 200 "-C", | 202 "-C", |
| 201 "[SLAVE_BUILD]/pdfium/out/debug_xfa_v8_asan", | 203 "[SLAVE_BUILD]/pdfium/out/debug_xfa_v8_asan" |
| 202 "-j", | |
| 203 "50" | |
| 204 ], | 204 ], |
| 205 "name": "compile with ninja" | 205 "name": "compile with ninja" |
| 206 }, | 206 }, |
| 207 { | 207 { |
| 208 "cmd": [], | 208 "cmd": [], |
| 209 "name": "postprocess_for_goma" | 209 "name": "postprocess_for_goma" |
| 210 }, | 210 }, |
| 211 { | 211 { |
| 212 "cmd": [ | 212 "cmd": [ |
| 213 "python", | 213 "python", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "-u", | 260 "-u", |
| 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", | 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", |
| 262 "--upload-compiler-proxy-info", | 262 "--upload-compiler-proxy-info", |
| 263 "--json-status", | 263 "--json-status", |
| 264 "[CACHE]/cipd/goma/jsonstatus", | 264 "[CACHE]/cipd/goma/jsonstatus", |
| 265 "--ninja-log-outdir", | 265 "--ninja-log-outdir", |
| 266 "[SLAVE_BUILD]/pdfium/out/debug_xfa_v8_asan", | 266 "[SLAVE_BUILD]/pdfium/out/debug_xfa_v8_asan", |
| 267 "--ninja-log-compiler", | 267 "--ninja-log-compiler", |
| 268 "unknown", | 268 "unknown", |
| 269 "--ninja-log-command", | 269 "--ninja-log-command", |
| 270 "['ninja', '-C', Path('checkout', 'out','debug_xfa_v8_asan'), '-j', 50]", | 270 "['ninja', '-j', 50, '-C', Path('checkout', 'out','debug_xfa_v8_asan')]", |
| 271 "--ninja-log-exit-status", | 271 "--ninja-log-exit-status", |
| 272 "0", | 272 "0", |
| 273 "--buildbot-buildername", | 273 "--buildbot-buildername", |
| 274 "linux_xfa_asan_lsan", | 274 "linux_xfa_asan_lsan", |
| 275 "--buildbot-mastername", | 275 "--buildbot-mastername", |
| 276 "tryserver.client.pdfium", | 276 "tryserver.client.pdfium", |
| 277 "--buildbot-slavename", | 277 "--buildbot-slavename", |
| 278 "TestSlavename" | 278 "TestSlavename" |
| 279 ], | 279 ], |
| 280 "env": { | 280 "env": { |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "ASAN_OPTIONS": "detect_leaks=1 allocator_may_return_null=1 symbolize=1 ex
ternal_symbolizer_path=third_party/llvm-build/Release+Asserts/bin/llvm-symbolize
r" | 360 "ASAN_OPTIONS": "detect_leaks=1 allocator_may_return_null=1 symbolize=1 ex
ternal_symbolizer_path=third_party/llvm-build/Release+Asserts/bin/llvm-symbolize
r" |
| 361 }, | 361 }, |
| 362 "name": "corpus tests" | 362 "name": "corpus tests" |
| 363 }, | 363 }, |
| 364 { | 364 { |
| 365 "name": "$result", | 365 "name": "$result", |
| 366 "recipe_result": null, | 366 "recipe_result": null, |
| 367 "status_code": 0 | 367 "status_code": 0 |
| 368 } | 368 } |
| 369 ] | 369 ] |
| OLD | NEW |