| 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 "internal.infra.try", | 8 "internal.infra.try", |
| 9 "--builder", | 9 "--builder", |
| 10 "infradata_config", | 10 "infradata_config", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra_internal', 'url': 'https://chrome-i
nternal.googlesource.com/infra/infra_internal.git'}, {'deps_file': '.DEPS.git',
'managed': True, 'name': 'infra-data-master-manager', 'url': 'https://chrome-int
ernal.googlesource.com/infradata/master-manager.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesourc
e.com/infra/infra_internal.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'n
ame': 'infra-data-master-manager', 'url': 'https://chrome-internal.googlesource.
com/infradata/master-manager.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "infra-data-master-manager", | 16 "infra-data-master-manager", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"infra-data-master-manager\": \"got_revision\", \"infra_internal\": \"g
ot_revision\"}", | 18 "{\"infra-data-master-manager\": \"got_revision\", \"infra_internal\": \"g
ot_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--apply_issue_email_file", | 21 "--apply_issue_email_file", |
| 22 "[ROOT]/b/build/site_config/.rietveld_client_email", | 22 "[BUILD]/site_config/.rietveld_client_email", |
| 23 "--apply_issue_key_file", | 23 "--apply_issue_key_file", |
| 24 "[ROOT]/b/build/site_config/.rietveld_secret_key", | 24 "[BUILD]/site_config/.rietveld_secret_key", |
| 25 "--output_json", | 25 "--output_json", |
| 26 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
| 27 "--revision", | 27 "--revision", |
| 28 "infra_internal@c14d891d44f0afff64e56ed7c9702df1d807b1ee", | 28 "infra_internal@c14d891d44f0afff64e56ed7c9702df1d807b1ee", |
| 29 "--force", | 29 "--force", |
| 30 "--output_manifest" | 30 "--output_manifest" |
| 31 ], | 31 ], |
| 32 "cwd": "[SLAVE_BUILD]", |
| 32 "env": { | 33 "env": { |
| 33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 34 }, | 35 }, |
| 35 "name": "bot_update", | 36 "name": "bot_update", |
| 36 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 37 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"c14d891d44f0afff64
e56ed7c9702df1d807b1ee\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"c14d891d44f0afff64
e56ed7c9702df1d807b1ee\"@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 64 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#265993}\"@@@" | 65 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#265993}\"@@@" |
| 65 ] | 66 ] |
| 66 }, | 67 }, |
| 67 { | 68 { |
| 68 "cmd": [ | 69 "cmd": [ |
| 69 "python", | 70 "python", |
| 70 "-u", | 71 "-u", |
| 71 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 72 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 72 "runhooks" | 73 "runhooks" |
| 73 ], | 74 ], |
| 75 "cwd": "[SLAVE_BUILD]", |
| 74 "env": { | 76 "env": { |
| 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 77 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 76 }, | 78 }, |
| 77 "name": "gclient runhooks" | 79 "name": "gclient runhooks" |
| 78 }, | 80 }, |
| 79 { | 81 { |
| 80 "cmd": [ | 82 "cmd": [ |
| 81 "python", | 83 "python", |
| 82 "-u", | 84 "-u", |
| 83 "[CWD]/infra/run.py", | 85 "[SLAVE_BUILD]/infra/run.py", |
| 84 "infra.services.master_manager_launcher", | 86 "infra.services.master_manager_launcher", |
| 85 "--verify", | 87 "--verify", |
| 86 "--ts-mon-endpoint=none", | 88 "--ts-mon-endpoint=none", |
| 87 "--json-file", | 89 "--json-file", |
| 88 "[CWD]/infra-data-master-manager/desired_master_state.json" | 90 "[SLAVE_BUILD]/infra-data-master-manager/desired_master_state.json" |
| 89 ], | 91 ], |
| 92 "cwd": "[SLAVE_BUILD]", |
| 90 "name": "master manager configuration test" | 93 "name": "master manager configuration test" |
| 91 }, | 94 }, |
| 92 { | 95 { |
| 93 "name": "$result", | 96 "name": "$result", |
| 94 "recipe_result": null, | 97 "recipe_result": null, |
| 95 "status_code": 0 | 98 "status_code": 0 |
| 96 } | 99 } |
| 97 ] | 100 ] |
| OLD | NEW |