| 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.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "build_presubmit", | 10 "build_presubmit", |
| 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 "--output_manifest" | 31 "--output_manifest" |
| 32 ], | 32 ], |
| 33 "cwd": "[SLAVE_BUILD]", | |
| 34 "env": { | 33 "env": { |
| 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 36 }, | 35 }, |
| 37 "name": "bot_update", | 36 "name": "bot_update", |
| 38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
| 39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 67 "git", | 66 "git", |
| 68 "-c", | 67 "-c", |
| 69 "user.email=commit-bot@chromium.org", | 68 "user.email=commit-bot@chromium.org", |
| 70 "-c", | 69 "-c", |
| 71 "user.name=The Commit Bot", | 70 "user.name=The Commit Bot", |
| 72 "commit", | 71 "commit", |
| 73 "-a", | 72 "-a", |
| 74 "-m", | 73 "-m", |
| 75 "Committed patch" | 74 "Committed patch" |
| 76 ], | 75 ], |
| 77 "cwd": "[SLAVE_BUILD]/build", | 76 "cwd": "[CWD]/build", |
| 78 "name": "commit git patch" | 77 "name": "commit git patch" |
| 79 }, | 78 }, |
| 80 { | 79 { |
| 81 "cmd": [ | 80 "cmd": [ |
| 82 "python", | 81 "python", |
| 83 "-u", | 82 "-u", |
| 84 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 83 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
| 85 "--issue", | 84 "--issue", |
| 86 "12853011", | 85 "12853011", |
| 87 "--patchset", | 86 "--patchset", |
| 88 "1", | 87 "1", |
| 89 "--rietveld_url", | 88 "--rietveld_url", |
| 90 "https://codereview.chromium.org", | 89 "https://codereview.chromium.org", |
| 91 "--rietveld_fetch", | 90 "--rietveld_fetch", |
| 92 "--rietveld_email", | 91 "--rietveld_email", |
| 93 "", | 92 "", |
| 94 "--root", | 93 "--root", |
| 95 "[SLAVE_BUILD]/build", | 94 "[CWD]/build", |
| 96 "--commit", | 95 "--commit", |
| 97 "--verbose", | 96 "--verbose", |
| 98 "--verbose", | 97 "--verbose", |
| 99 "--skip_canned", | 98 "--skip_canned", |
| 100 "CheckRietveldTryJobExecution", | 99 "CheckRietveldTryJobExecution", |
| 101 "--skip_canned", | 100 "--skip_canned", |
| 102 "CheckTreeIsOpen", | 101 "CheckTreeIsOpen", |
| 103 "--skip_canned", | 102 "--skip_canned", |
| 104 "CheckBuildbotPendingBuilds", | 103 "CheckBuildbotPendingBuilds", |
| 105 "--upstream", | 104 "--upstream", |
| 106 "80754af91bfb6d1073585b046fe0a474ce868509" | 105 "80754af91bfb6d1073585b046fe0a474ce868509" |
| 107 ], | 106 ], |
| 108 "cwd": "[SLAVE_BUILD]", | |
| 109 "env": { | 107 "env": { |
| 110 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", | 108 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 111 "PYTHONPATH": "" | 109 "PYTHONPATH": "" |
| 112 }, | 110 }, |
| 113 "name": "presubmit" | 111 "name": "presubmit" |
| 114 }, | 112 }, |
| 115 { | 113 { |
| 116 "name": "$result", | 114 "name": "$result", |
| 117 "recipe_result": null, | 115 "recipe_result": null, |
| 118 "status_code": 0 | 116 "status_code": 0 |
| 119 } | 117 } |
| 120 ] | 118 ] |
| OLD | NEW |