| 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.infra", | 8 "tryserver.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "infra_presubmit", | 10 "infra_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': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso
urce.com/infra/infra.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "infra/recipes-py", | 16 "infra/recipes-py", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"infra/recipes-py\": \"got_revision\"}", | 18 "{\"infra/recipes-py\": \"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 "infra@origin/master", | 30 "infra@origin/master", |
| 31 "--revision", | 31 "--revision", |
| 32 "infra/recipes-py@HEAD", | 32 "infra/recipes-py@HEAD", |
| 33 "--output_manifest" | 33 "--output_manifest" |
| 34 ], | 34 ], |
| 35 "cwd": "[SLAVE_BUILD]", | |
| 36 "env": { | 35 "env": { |
| 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 38 }, | 37 }, |
| 39 "name": "bot_update", | 38 "name": "bot_update", |
| 40 "~followup_annotations": [ | 39 "~followup_annotations": [ |
| 41 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 70 "git", | 69 "git", |
| 71 "-c", | 70 "-c", |
| 72 "user.email=commit-bot@chromium.org", | 71 "user.email=commit-bot@chromium.org", |
| 73 "-c", | 72 "-c", |
| 74 "user.name=The Commit Bot", | 73 "user.name=The Commit Bot", |
| 75 "commit", | 74 "commit", |
| 76 "-a", | 75 "-a", |
| 77 "-m", | 76 "-m", |
| 78 "Committed patch" | 77 "Committed patch" |
| 79 ], | 78 ], |
| 80 "cwd": "[SLAVE_BUILD]/infra/recipes-py", | 79 "cwd": "[CWD]/infra/recipes-py", |
| 81 "name": "commit git patch" | 80 "name": "commit git patch" |
| 82 }, | 81 }, |
| 83 { | 82 { |
| 84 "cmd": [ | 83 "cmd": [ |
| 85 "python", | 84 "python", |
| 86 "-u", | 85 "-u", |
| 87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 88 "runhooks" | 87 "runhooks" |
| 89 ], | 88 ], |
| 90 "cwd": "[SLAVE_BUILD]", | |
| 91 "env": { | 89 "env": { |
| 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 93 }, | 91 }, |
| 94 "name": "gclient runhooks" | 92 "name": "gclient runhooks" |
| 95 }, | 93 }, |
| 96 { | 94 { |
| 97 "cmd": [ | 95 "cmd": [ |
| 98 "python", | 96 "python", |
| 99 "-u", | 97 "-u", |
| 100 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 98 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
| 101 "--issue", | 99 "--issue", |
| 102 "12853011", | 100 "12853011", |
| 103 "--patchset", | 101 "--patchset", |
| 104 "1", | 102 "1", |
| 105 "--rietveld_url", | 103 "--rietveld_url", |
| 106 "https://codereview.chromium.org", | 104 "https://codereview.chromium.org", |
| 107 "--rietveld_fetch", | 105 "--rietveld_fetch", |
| 108 "--rietveld_email", | 106 "--rietveld_email", |
| 109 "", | 107 "", |
| 110 "--root", | 108 "--root", |
| 111 "[SLAVE_BUILD]/infra/recipes-py", | 109 "[CWD]/infra/recipes-py", |
| 112 "--commit", | 110 "--commit", |
| 113 "--verbose", | 111 "--verbose", |
| 114 "--verbose", | 112 "--verbose", |
| 115 "--skip_canned", | 113 "--skip_canned", |
| 116 "CheckRietveldTryJobExecution", | 114 "CheckRietveldTryJobExecution", |
| 117 "--skip_canned", | 115 "--skip_canned", |
| 118 "CheckTreeIsOpen", | 116 "CheckTreeIsOpen", |
| 119 "--skip_canned", | 117 "--skip_canned", |
| 120 "CheckBuildbotPendingBuilds", | 118 "CheckBuildbotPendingBuilds", |
| 121 "--upstream", | 119 "--upstream", |
| 122 "566be4c6bf5a619a0f53810d649ca87525be7d24" | 120 "566be4c6bf5a619a0f53810d649ca87525be7d24" |
| 123 ], | 121 ], |
| 124 "cwd": "[SLAVE_BUILD]", | |
| 125 "env": { | 122 "env": { |
| 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 127 }, | 124 }, |
| 128 "name": "presubmit" | 125 "name": "presubmit" |
| 129 }, | 126 }, |
| 130 { | 127 { |
| 131 "name": "$result", | 128 "name": "$result", |
| 132 "recipe_result": null, | 129 "recipe_result": null, |
| 133 "status_code": 0 | 130 "status_code": 0 |
| 134 } | 131 } |
| 135 ] | 132 ] |
| OLD | NEW |