| 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 "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", | 16 "infra", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"infra\": \"got_revision\"}", | 18 "{\"infra\": \"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@HEAD", | 30 "infra@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@ \"infra\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 66 "git", | 67 "git", |
| 67 "-c", | 68 "-c", |
| 68 "user.email=commit-bot@chromium.org", | 69 "user.email=commit-bot@chromium.org", |
| 69 "-c", | 70 "-c", |
| 70 "user.name=The Commit Bot", | 71 "user.name=The Commit Bot", |
| 71 "commit", | 72 "commit", |
| 72 "-a", | 73 "-a", |
| 73 "-m", | 74 "-m", |
| 74 "Committed patch" | 75 "Committed patch" |
| 75 ], | 76 ], |
| 76 "cwd": "[CWD]/infra", | 77 "cwd": "[SLAVE_BUILD]/infra", |
| 77 "name": "commit git patch" | 78 "name": "commit git patch" |
| 78 }, | 79 }, |
| 79 { | 80 { |
| 80 "cmd": [ | 81 "cmd": [ |
| 81 "python", | 82 "python", |
| 82 "-u", | 83 "-u", |
| 83 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 84 "runhooks" | 85 "runhooks" |
| 85 ], | 86 ], |
| 87 "cwd": "[SLAVE_BUILD]", |
| 86 "env": { | 88 "env": { |
| 87 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 88 }, | 90 }, |
| 89 "name": "gclient runhooks" | 91 "name": "gclient runhooks" |
| 90 }, | 92 }, |
| 91 { | 93 { |
| 92 "cmd": [ | 94 "cmd": [ |
| 93 "python", | 95 "python", |
| 94 "-u", | 96 "-u", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", | 97 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", |
| 96 "--issue", | 98 "--issue", |
| 97 "12853011", | 99 "12853011", |
| 98 "--patchset", | 100 "--patchset", |
| 99 "1", | 101 "1", |
| 100 "--rietveld_url", | 102 "--rietveld_url", |
| 101 "https://codereview.chromium.org", | 103 "https://codereview.chromium.org", |
| 102 "--rietveld_fetch", | 104 "--rietveld_fetch", |
| 103 "--rietveld_email", | 105 "--rietveld_email", |
| 104 "", | 106 "", |
| 105 "--root", | 107 "--root", |
| 106 "[CWD]/infra", | 108 "[SLAVE_BUILD]/infra", |
| 107 "--commit", | 109 "--commit", |
| 108 "--verbose", | 110 "--verbose", |
| 109 "--verbose", | 111 "--verbose", |
| 110 "--skip_canned", | 112 "--skip_canned", |
| 111 "CheckRietveldTryJobExecution", | 113 "CheckRietveldTryJobExecution", |
| 112 "--skip_canned", | 114 "--skip_canned", |
| 113 "CheckTreeIsOpen", | 115 "CheckTreeIsOpen", |
| 114 "--skip_canned", | 116 "--skip_canned", |
| 115 "CheckBuildbotPendingBuilds", | 117 "CheckBuildbotPendingBuilds", |
| 116 "--upstream", | 118 "--upstream", |
| 117 "5e03a58dc0850e5137a8ebbce29610670c756aed" | 119 "5e03a58dc0850e5137a8ebbce29610670c756aed" |
| 118 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
| 119 "env": { | 122 "env": { |
| 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 121 }, | 124 }, |
| 122 "name": "presubmit" | 125 "name": "presubmit" |
| 123 }, | 126 }, |
| 124 { | 127 { |
| 125 "name": "$result", | 128 "name": "$result", |
| 126 "recipe_result": null, | 129 "recipe_result": null, |
| 127 "status_code": 0 | 130 "status_code": 0 |
| 128 } | 131 } |
| 129 ] | 132 ] |
| OLD | NEW |