| 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 "webrtc_presubmit", | 10 "webrtc_presubmit", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co
m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi
ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite
d'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"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 "src@HEAD", | 30 "src@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@ \"src\": \"HEAD\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"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]/src", | 76 "cwd": "[CWD]/src", |
| 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]/src", | 94 "[CWD]/src", |
| 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 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" | 105 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" |
| 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 }, | 109 }, |
| 112 "name": "presubmit" | 110 "name": "presubmit" |
| 113 }, | 111 }, |
| 114 { | 112 { |
| 115 "name": "$result", | 113 "name": "$result", |
| 116 "recipe_result": null, | 114 "recipe_result": null, |
| 117 "status_code": 0 | 115 "status_code": 0 |
| 118 } | 116 } |
| 119 ] | 117 ] |
| OLD | NEW |