| 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", | |
| 8 "internal.infra.try", | |
| 9 "--builder", | |
| 10 "infradata_config", | |
| 11 "--slave", | |
| 12 "TestSlavename", | |
| 13 "--spec", | 7 "--spec", |
| 14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.google
source.com/infra/infra_internal.git'}, {'deps_file': '.DEPS.git', 'managed': Tru
e, 'name': 'infra-data-master-manager', 'url': 'https://chrome-internal.googleso
urce.com/infradata/master-manager.git'}]", | 8 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.google
source.com/infra/infra_internal.git'}, {'deps_file': '.DEPS.git', 'managed': Tru
e, 'name': 'infra-data-master-manager', 'url': 'https://chrome-internal.googleso
urce.com/infradata/master-manager.git'}]", |
| 15 "--root", | 9 "--root", |
| 16 "infra-data-master-manager", | 10 "infra-data-master-manager", |
| 17 "--revision_mapping_file", | 11 "--revision_mapping_file", |
| 18 "{\"infra-data-master-manager\": \"got_revision\", \"infra_internal\": \"g
ot_revision\"}", | 12 "{\"infra-data-master-manager\": \"got_revision\", \"infra_internal\": \"g
ot_revision\"}", |
| 19 "--git-cache-dir", | 13 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 14 "[GIT_CACHE]", |
| 21 "--apply_issue_email_file", | 15 "--apply_issue_email_file", |
| 22 "[BUILD]/site_config/.rietveld_client_email", | 16 "[BUILD]/site_config/.rietveld_client_email", |
| 23 "--apply_issue_key_file", | 17 "--apply_issue_key_file", |
| 24 "[BUILD]/site_config/.rietveld_secret_key", | 18 "[BUILD]/site_config/.rietveld_secret_key", |
| 25 "--output_json", | 19 "--output_json", |
| 26 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| 27 "--revision", | 21 "--revision", |
| 28 "infra_internal@c14d891d44f0afff64e56ed7c9702df1d807b1ee", | 22 "infra_internal@c14d891d44f0afff64e56ed7c9702df1d807b1ee", |
| 29 "--force", | |
| 30 "--output_manifest" | 23 "--output_manifest" |
| 31 ], | 24 ], |
| 32 "cwd": "[SLAVE_BUILD]", | 25 "cwd": "[SLAVE_BUILD]", |
| 33 "env": { | 26 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 27 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
| 35 }, | 28 }, |
| 36 "name": "bot_update", | 29 "name": "bot_update", |
| 37 "~followup_annotations": [ | 30 "~followup_annotations": [ |
| 38 "@@@STEP_TEXT@Some step text@@@", | 31 "@@@STEP_TEXT@Some step text@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@{@@@", | 32 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 ], | 83 ], |
| 91 "cwd": "[SLAVE_BUILD]", | 84 "cwd": "[SLAVE_BUILD]", |
| 92 "name": "master manager configuration test" | 85 "name": "master manager configuration test" |
| 93 }, | 86 }, |
| 94 { | 87 { |
| 95 "name": "$result", | 88 "name": "$result", |
| 96 "recipe_result": null, | 89 "recipe_result": null, |
| 97 "status_code": 0 | 90 "status_code": 0 |
| 98 } | 91 } |
| 99 ] | 92 ] |
| OLD | NEW |