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': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo
ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de
vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs
d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_
generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per
f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file
': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht
tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil
e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c
hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git'
, 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g
ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', '
managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo
glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm
anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c
om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name'
: 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo
ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de
vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs
d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_
generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per
f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file
': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht
tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil
e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c
hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git'
, 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g
ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', '
managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo
glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm
anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c
om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name'
: 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
387 "--src-dir", | 387 "--src-dir", |
388 "[SLAVE_BUILD]/src", | 388 "[SLAVE_BUILD]/src", |
389 "--goma-cache-dir", | 389 "--goma-cache-dir", |
390 "[GOMA_CACHE]", | 390 "[GOMA_CACHE]", |
391 "--buildbot-buildername", | 391 "--buildbot-buildername", |
392 "Chromium Linux Codesearch Builder", | 392 "Chromium Linux Codesearch Builder", |
393 "--buildbot-mastername", | 393 "--buildbot-mastername", |
394 "chromium.infra.cron", | 394 "chromium.infra.cron", |
395 "--buildbot-slavename", | 395 "--buildbot-slavename", |
396 "TestSlavename", | 396 "TestSlavename", |
| 397 "--goma-deps-cache-file", |
| 398 "Chromium_Linux_Codesearch_Builder.gomadeps", |
397 "--build-args", | 399 "--build-args", |
398 "-k 0", | 400 "-k 0", |
399 "--compiler", | 401 "--compiler", |
400 "goma-clang", | 402 "goma-clang", |
401 "--goma-jsonstatus", | 403 "--goma-jsonstatus", |
402 "/path/to/tmp/json", | 404 "/path/to/tmp/json", |
403 "--goma-service-account-json-file", | 405 "--goma-service-account-json-file", |
404 "/creds/service_accounts/service-account-goma-client.json", | 406 "/creds/service_accounts/service-account-goma-client.json", |
405 "--goma-dir", | 407 "--goma-dir", |
406 "[CACHE]/cipd/goma", | 408 "[CACHE]/cipd/goma", |
407 "--", | 409 "--", |
408 "all" | 410 "all" |
409 ], | 411 ], |
410 "env": { | 412 "env": { |
411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 413 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
412 }, | 414 }, |
413 "name": "compile", | 415 "name": "compile", |
414 "~followup_annotations": [ | 416 "~followup_annotations": [ |
415 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 417 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
416 "@@@STEP_LOG_END@json.output (invalid)@@@" | 418 "@@@STEP_LOG_END@json.output (invalid)@@@" |
417 ] | 419 ] |
418 }, | 420 }, |
419 { | 421 { |
420 "name": "$result", | 422 "name": "$result", |
421 "recipe_result": null, | 423 "recipe_result": null, |
422 "status_code": 0 | 424 "status_code": 0 |
423 } | 425 } |
424 ] | 426 ] |
OLD | NEW |