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