| 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_internal_scripts_slave_presubmit", | 10 "build_internal_scripts_slave_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_internal/scripts/slave', 'url': 'https://chrome-intern
al.googlesource.com/chrome/tools/build_limited/scripts/slave.git'}, {'deps_file'
: '.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chromium.google
source.com/chromium/tools/build.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'build_internal/scripts/slave', 'url': 'ht
tps://chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave.
git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'url': 'http
s://chromium.googlesource.com/chromium/tools/build.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "build_internal/scripts/slave", | 16 "build_internal/scripts/slave", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"build\": \"got_build_revision\", \"build_internal/scripts/slave\": \"g
ot_revision\"}", | 18 "{\"build\": \"got_build_revision\", \"build_internal/scripts/slave\": \"g
ot_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_internal/scripts/slave@HEAD", | 30 "build_internal/scripts/slave@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_internal/scripts/slave\": \"HEAD
\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"build_internal/scripts/slave\": \"HEAD
\"@@@", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "git", | 74 "git", |
| 76 "-c", | 75 "-c", |
| 77 "user.email=commit-bot@chromium.org", | 76 "user.email=commit-bot@chromium.org", |
| 78 "-c", | 77 "-c", |
| 79 "user.name=The Commit Bot", | 78 "user.name=The Commit Bot", |
| 80 "commit", | 79 "commit", |
| 81 "-a", | 80 "-a", |
| 82 "-m", | 81 "-m", |
| 83 "Committed patch" | 82 "Committed patch" |
| 84 ], | 83 ], |
| 85 "cwd": "[SLAVE_BUILD]/build_internal/scripts/slave", | 84 "cwd": "[CWD]/build_internal/scripts/slave", |
| 86 "name": "commit git patch" | 85 "name": "commit git patch" |
| 87 }, | 86 }, |
| 88 { | 87 { |
| 89 "cmd": [ | 88 "cmd": [ |
| 90 "python", | 89 "python", |
| 91 "-u", | 90 "-u", |
| 92 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 91 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
| 93 "--issue", | 92 "--issue", |
| 94 "12853011", | 93 "12853011", |
| 95 "--patchset", | 94 "--patchset", |
| 96 "1", | 95 "1", |
| 97 "--rietveld_url", | 96 "--rietveld_url", |
| 98 "https://codereview.chromium.org", | 97 "https://codereview.chromium.org", |
| 99 "--rietveld_fetch", | 98 "--rietveld_fetch", |
| 100 "--rietveld_email", | 99 "--rietveld_email", |
| 101 "", | 100 "", |
| 102 "--root", | 101 "--root", |
| 103 "[SLAVE_BUILD]/build_internal/scripts/slave", | 102 "[CWD]/build_internal/scripts/slave", |
| 104 "--commit", | 103 "--commit", |
| 105 "--verbose", | 104 "--verbose", |
| 106 "--verbose", | 105 "--verbose", |
| 107 "--skip_canned", | 106 "--skip_canned", |
| 108 "CheckRietveldTryJobExecution", | 107 "CheckRietveldTryJobExecution", |
| 109 "--skip_canned", | 108 "--skip_canned", |
| 110 "CheckTreeIsOpen", | 109 "CheckTreeIsOpen", |
| 111 "--skip_canned", | 110 "--skip_canned", |
| 112 "CheckBuildbotPendingBuilds", | 111 "CheckBuildbotPendingBuilds", |
| 113 "--upstream", | 112 "--upstream", |
| 114 "3faf12c8131337a86e669cc1a1bd8d2dfe8cc86d" | 113 "3faf12c8131337a86e669cc1a1bd8d2dfe8cc86d" |
| 115 ], | 114 ], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "env": { | 115 "env": { |
| 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", | 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 119 "PYTHONPATH": "" | 117 "PYTHONPATH": "" |
| 120 }, | 118 }, |
| 121 "name": "presubmit" | 119 "name": "presubmit" |
| 122 }, | 120 }, |
| 123 { | 121 { |
| 124 "name": "$result", | 122 "name": "$result", |
| 125 "recipe_result": null, | 123 "recipe_result": null, |
| 126 "status_code": 0 | 124 "status_code": 0 |
| 127 } | 125 } |
| 128 ] | 126 ] |
| OLD | NEW |