| 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 = '[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'}]", | 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'}]", |
| 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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 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]", |
| 33 "env": { | 34 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 36 }, |
| 36 "name": "bot_update", | 37 "name": "bot_update", |
| 37 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 38 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"build_internal/scripts/slave\": \"HEAD
\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"build_internal/scripts/slave\": \"HEAD
\"@@@", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 "git", | 75 "git", |
| 75 "-c", | 76 "-c", |
| 76 "user.email=commit-bot@chromium.org", | 77 "user.email=commit-bot@chromium.org", |
| 77 "-c", | 78 "-c", |
| 78 "user.name=The Commit Bot", | 79 "user.name=The Commit Bot", |
| 79 "commit", | 80 "commit", |
| 80 "-a", | 81 "-a", |
| 81 "-m", | 82 "-m", |
| 82 "Committed patch" | 83 "Committed patch" |
| 83 ], | 84 ], |
| 84 "cwd": "[CWD]/build_internal/scripts/slave", | 85 "cwd": "[SLAVE_BUILD]/build_internal/scripts/slave", |
| 85 "name": "commit git patch" | 86 "name": "commit git patch" |
| 86 }, | 87 }, |
| 87 { | 88 { |
| 88 "cmd": [ | 89 "cmd": [ |
| 89 "python", | 90 "python", |
| 90 "-u", | 91 "-u", |
| 91 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
| 92 "--issue", | 93 "--issue", |
| 93 "12853011", | 94 "12853011", |
| 94 "--patchset", | 95 "--patchset", |
| 95 "1", | 96 "1", |
| 96 "--rietveld_url", | 97 "--rietveld_url", |
| 97 "https://codereview.chromium.org", | 98 "https://codereview.chromium.org", |
| 98 "--rietveld_fetch", | 99 "--rietveld_fetch", |
| 99 "--rietveld_email", | 100 "--rietveld_email", |
| 100 "", | 101 "", |
| 101 "--root", | 102 "--root", |
| 102 "[CWD]/build_internal/scripts/slave", | 103 "[SLAVE_BUILD]/build_internal/scripts/slave", |
| 103 "--commit", | 104 "--commit", |
| 104 "--verbose", | 105 "--verbose", |
| 105 "--verbose", | 106 "--verbose", |
| 106 "--skip_canned", | 107 "--skip_canned", |
| 107 "CheckRietveldTryJobExecution", | 108 "CheckRietveldTryJobExecution", |
| 108 "--skip_canned", | 109 "--skip_canned", |
| 109 "CheckTreeIsOpen", | 110 "CheckTreeIsOpen", |
| 110 "--skip_canned", | 111 "--skip_canned", |
| 111 "CheckBuildbotPendingBuilds", | 112 "CheckBuildbotPendingBuilds", |
| 112 "--upstream", | 113 "--upstream", |
| 113 "3faf12c8131337a86e669cc1a1bd8d2dfe8cc86d" | 114 "3faf12c8131337a86e669cc1a1bd8d2dfe8cc86d" |
| 114 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
| 115 "env": { | 117 "env": { |
| 116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", | 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 117 "PYTHONPATH": "" | 119 "PYTHONPATH": "" |
| 118 }, | 120 }, |
| 119 "name": "presubmit" | 121 "name": "presubmit" |
| 120 }, | 122 }, |
| 121 { | 123 { |
| 122 "name": "$result", | 124 "name": "$result", |
| 123 "recipe_result": null, | 125 "recipe_result": null, |
| 124 "status_code": 0 | 126 "status_code": 0 |
| 125 } | 127 } |
| 126 ] | 128 ] |
| OLD | NEW |