| 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 "tryserver.infra", | 8 "tryserver.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "build_repo_real", | 10 "build_repo_real", |
| 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': 'build', 'url': 'https://chromium.googlesource.com/chromium/t
ools/build.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chromium.googleso
urce.com/chromium/tools/build.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "build", | 16 "build", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"build\": \"got_revision\"}", | 18 "{\"build\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--issue", | 21 "--issue", |
| 22 "12853011", | 22 "12853011", |
| 23 "--patchset", | 23 "--patchset", |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "build@HEAD", | 30 "build@HEAD", |
| 31 "--force", | 31 "--force", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", | |
| 35 "env": { | 34 "env": { |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 37 }, | 36 }, |
| 38 "name": "bot_update", | 37 "name": "bot_update", |
| 39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 61 "@@@STEP_LOG_END@json.output@@@", | 60 "@@@STEP_LOG_END@json.output@@@", |
| 62 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", | 61 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", |
| 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" |
| 64 ] | 63 ] |
| 65 }, | 64 }, |
| 66 { | 65 { |
| 67 "allow_subannotations": true, | 66 "allow_subannotations": true, |
| 68 "cmd": [ | 67 "cmd": [ |
| 69 "python", | 68 "python", |
| 70 "-u", | 69 "-u", |
| 71 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", | 70 "[CWD]/build/scripts/slave/recipes.py", |
| 72 "run", | 71 "run", |
| 73 "--properties-file", | 72 "--properties-file", |
| 74 "{\"actual_run\": \"True\", \"buildername\": \"build_repo_real\", \"buildn
umber\": 571, \"mastername\": \"tryserver.infra\", \"slavename\": \"TestSlavenam
e\"}", | 73 "{\"actual_run\": \"True\", \"buildername\": \"build_repo_real\", \"buildn
umber\": 571, \"mastername\": \"tryserver.infra\", \"slavename\": \"TestSlavenam
e\"}", |
| 75 "infra/build_repo_real_try" | 74 "infra/build_repo_real_try" |
| 76 ], | 75 ], |
| 77 "cwd": "[SLAVE_BUILD]", | |
| 78 "name": "ci actual execute_inner" | 76 "name": "ci actual execute_inner" |
| 79 }, | 77 }, |
| 80 { | 78 { |
| 81 "allow_subannotations": true, | 79 "allow_subannotations": true, |
| 82 "cmd": [ | 80 "cmd": [ |
| 83 "python", | 81 "python", |
| 84 "-u", | 82 "-u", |
| 85 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", | 83 "[CWD]/build/scripts/slave/recipes.py", |
| 86 "run", | 84 "run", |
| 87 "--properties-file", | 85 "--properties-file", |
| 88 "{\"actual_run\": \"True\", \"buildername\": \"build_repo_real\", \"buildn
umber\": 571, \"issue\": \"1662543002\", \"mastername\": \"tryserver.infra\", \"
patch_project\": \"build\", \"patch_storage\": \"rietveld\", \"patchset\": \"1\"
, \"reason\": \"CQ\", \"rietveld\": \"https://codereview.chromium.org\", \"slave
name\": \"TestSlavename\"}", | 86 "{\"actual_run\": \"True\", \"buildername\": \"build_repo_real\", \"buildn
umber\": 571, \"issue\": \"1662543002\", \"mastername\": \"tryserver.infra\", \"
patch_project\": \"build\", \"patch_storage\": \"rietveld\", \"patchset\": \"1\"
, \"reason\": \"CQ\", \"rietveld\": \"https://codereview.chromium.org\", \"slave
name\": \"TestSlavename\"}", |
| 89 "infra/build_repo_real_try" | 87 "infra/build_repo_real_try" |
| 90 ], | 88 ], |
| 91 "cwd": "[SLAVE_BUILD]", | |
| 92 "name": "try patch from Rietveld" | 89 "name": "try patch from Rietveld" |
| 93 }, | 90 }, |
| 94 { | 91 { |
| 95 "name": "$result", | 92 "name": "$result", |
| 96 "recipe_result": null, | 93 "recipe_result": null, |
| 97 "status_code": 0 | 94 "status_code": 0 |
| 98 } | 95 } |
| 99 ] | 96 ] |
| OLD | NEW |