| 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 = '[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'}]", | 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'}]", |
| 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 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--apply_issue_email_file", | 21 "--apply_issue_email_file", |
| 22 "[BUILD]/site_config/.rietveld_client_email", | 22 "[ROOT]/b/build/site_config/.rietveld_client_email", |
| 23 "--apply_issue_key_file", | 23 "--apply_issue_key_file", |
| 24 "[BUILD]/site_config/.rietveld_secret_key", | 24 "[ROOT]/b/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]", | |
| 33 "env": { | 32 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 34 }, |
| 36 "name": "bot_update", | 35 "name": "bot_update", |
| 37 "~followup_annotations": [ | 36 "~followup_annotations": [ |
| 38 "@@@STEP_TEXT@Some step text@@@", | 37 "@@@STEP_TEXT@Some step text@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"c14d891d44f0afff64
e56ed7c9702df1d807b1ee\"@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"c14d891d44f0afff64
e56ed7c9702df1d807b1ee\"@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 65 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#265993}\"@@@" | 64 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#265993}\"@@@" |
| 66 ] | 65 ] |
| 67 }, | 66 }, |
| 68 { | 67 { |
| 69 "cmd": [ | 68 "cmd": [ |
| 70 "python", | 69 "python", |
| 71 "-u", | 70 "-u", |
| 72 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 71 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 73 "runhooks" | 72 "runhooks" |
| 74 ], | 73 ], |
| 75 "cwd": "[SLAVE_BUILD]", | |
| 76 "env": { | 74 "env": { |
| 77 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 78 }, | 76 }, |
| 79 "name": "gclient runhooks" | 77 "name": "gclient runhooks" |
| 80 }, | 78 }, |
| 81 { | 79 { |
| 82 "cmd": [ | 80 "cmd": [ |
| 83 "python", | 81 "python", |
| 84 "-u", | 82 "-u", |
| 85 "[SLAVE_BUILD]/infra/run.py", | 83 "[CWD]/infra/run.py", |
| 86 "infra.services.master_manager_launcher", | 84 "infra.services.master_manager_launcher", |
| 87 "--verify", | 85 "--verify", |
| 88 "--ts-mon-endpoint=none", | 86 "--ts-mon-endpoint=none", |
| 89 "--json-file", | 87 "--json-file", |
| 90 "[SLAVE_BUILD]/infra-data-master-manager/desired_master_state.json" | 88 "[CWD]/infra-data-master-manager/desired_master_state.json" |
| 91 ], | 89 ], |
| 92 "cwd": "[SLAVE_BUILD]", | |
| 93 "name": "master manager configuration test" | 90 "name": "master manager configuration test" |
| 94 }, | 91 }, |
| 95 { | 92 { |
| 96 "name": "$result", | 93 "name": "$result", |
| 97 "recipe_result": null, | 94 "recipe_result": null, |
| 98 "status_code": 0 | 95 "status_code": 0 |
| 99 } | 96 } |
| 100 ] | 97 ] |
| OLD | NEW |