| 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.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "depot_tools_presubmit", | 10 "presubmit_depot_tools", |
| 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': 'depot_tools', 'url': 'https://chromium.googlesource.com/chro
mium/tools/depot_tools.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'depot_tools', 'url': 'https://chromium.googlesource.com/chro
mium/tools/depot_tools.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "depot_tools", | 16 "depot_tools", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"depot_tools\": \"got_revision\"}", | 18 "{\"depot_tools\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--issue", | 21 "--gerrit_repo", |
| 22 "12853011", | 22 "https://chromium.googlesource.com/chromium/tools/depot_tools", |
| 23 "--patchset", | 23 "--gerrit_ref", |
| 24 "1", | 24 "refs/changes/11/338811/3", |
| 25 "--rietveld_server", | |
| 26 "https://codereview.chromium.org", | |
| 27 "--output_json", | 25 "--output_json", |
| 28 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
| 29 "--revision", | 27 "--revision", |
| 30 "depot_tools@HEAD", | 28 "depot_tools@HEAD", |
| 31 "--output_manifest" | 29 "--output_manifest" |
| 32 ], | 30 ], |
| 33 "env": { | 31 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 33 }, |
| 36 "name": "bot_update", | 34 "name": "bot_update", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 "-m", | 71 "-m", |
| 74 "Committed patch" | 72 "Committed patch" |
| 75 ], | 73 ], |
| 76 "cwd": "[SLAVE_BUILD]/depot_tools", | 74 "cwd": "[SLAVE_BUILD]/depot_tools", |
| 77 "name": "commit git patch" | 75 "name": "commit git patch" |
| 78 }, | 76 }, |
| 79 { | 77 { |
| 80 "cmd": [ | 78 "cmd": [ |
| 81 "python", | 79 "python", |
| 82 "-u", | 80 "-u", |
| 81 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 82 "runhooks" |
| 83 ], |
| 84 "cwd": "[SLAVE_BUILD]/depot_tools", |
| 85 "env": { |
| 86 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 87 }, |
| 88 "name": "gclient runhooks" |
| 89 }, |
| 90 { |
| 91 "cmd": [ |
| 92 "python", |
| 93 "-u", |
| 83 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 94 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
| 84 "--issue", | 95 "--issue", |
| 85 "12853011", | 96 "338811", |
| 86 "--patchset", | 97 "--patchset", |
| 87 "1", | 98 "3", |
| 88 "--rietveld_url", | 99 "--gerrit_url", |
| 89 "https://codereview.chromium.org", | 100 "https://chromium-review.googlesource.com", |
| 90 "--rietveld_fetch", | 101 "--gerrit_fetch", |
| 91 "--rietveld_email", | |
| 92 "", | |
| 93 "--root", | 102 "--root", |
| 94 "[SLAVE_BUILD]/depot_tools", | 103 "[SLAVE_BUILD]/depot_tools", |
| 95 "--commit", | 104 "--commit", |
| 96 "--verbose", | 105 "--verbose", |
| 97 "--verbose", | 106 "--verbose", |
| 98 "--skip_canned", | 107 "--skip_canned", |
| 99 "CheckRietveldTryJobExecution", | 108 "CheckRietveldTryJobExecution", |
| 100 "--skip_canned", | 109 "--skip_canned", |
| 101 "CheckTreeIsOpen", | 110 "CheckTreeIsOpen", |
| 102 "--skip_canned", | 111 "--skip_canned", |
| 103 "CheckBuildbotPendingBuilds", | 112 "CheckBuildbotPendingBuilds", |
| 104 "--upstream", | 113 "--upstream", |
| 105 "59bbfb4465019d8ed83bfe88fef566922953452a" | 114 "59bbfb4465019d8ed83bfe88fef566922953452a" |
| 106 ], | 115 ], |
| 107 "env": { | 116 "env": { |
| 108 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 109 }, | 118 }, |
| 110 "name": "presubmit" | 119 "name": "presubmit" |
| 111 }, | 120 }, |
| 112 { | 121 { |
| 113 "name": "$result", | 122 "name": "$result", |
| 114 "recipe_result": null, | 123 "recipe_result": null, |
| 115 "status_code": 0 | 124 "status_code": 0 |
| 116 } | 125 } |
| 117 ] | 126 ] |
| OLD | NEW |