| 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 "internal.infra", | 8 "internal.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "infra-internal-tester", | 10 "infra-internal-tester", |
| 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_internal', 'url': 'https://chrome-internal.googlesourc
e.com/infra/infra_internal.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra_internal', 'url': 'https://chrome-i
nternal.googlesource.com/infra/infra_internal.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "infra_internal", | 16 "infra_internal", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"infra_internal\": \"got_revision\"}", | 18 "{\"infra_internal\": \"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 "--apply_issue_email_file", | 27 "--apply_issue_email_file", |
| 28 "[BUILD]/site_config/.rietveld_client_email", | 28 "[ROOT]/b/build/site_config/.rietveld_client_email", |
| 29 "--apply_issue_key_file", | 29 "--apply_issue_key_file", |
| 30 "[BUILD]/site_config/.rietveld_secret_key", | 30 "[ROOT]/b/build/site_config/.rietveld_secret_key", |
| 31 "--output_json", | 31 "--output_json", |
| 32 "/path/to/tmp/json", | 32 "/path/to/tmp/json", |
| 33 "--revision", | 33 "--revision", |
| 34 "infra_internal@HEAD", | 34 "infra_internal@HEAD", |
| 35 "--force", | 35 "--force", |
| 36 "--output_manifest" | 36 "--output_manifest" |
| 37 ], | 37 ], |
| 38 "cwd": "[SLAVE_BUILD]", | |
| 39 "env": { | 38 "env": { |
| 40 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 41 }, | 40 }, |
| 42 "name": "bot_update", | 41 "name": "bot_update", |
| 43 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 44 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 72 "git", | 71 "git", |
| 73 "-c", | 72 "-c", |
| 74 "user.email=commit-bot@chromium.org", | 73 "user.email=commit-bot@chromium.org", |
| 75 "-c", | 74 "-c", |
| 76 "user.name=The Commit Bot", | 75 "user.name=The Commit Bot", |
| 77 "commit", | 76 "commit", |
| 78 "-a", | 77 "-a", |
| 79 "-m", | 78 "-m", |
| 80 "Committed patch" | 79 "Committed patch" |
| 81 ], | 80 ], |
| 82 "cwd": "[SLAVE_BUILD]/infra_internal", | 81 "cwd": "[CWD]/infra_internal", |
| 83 "name": "commit git patch" | 82 "name": "commit git patch" |
| 84 }, | 83 }, |
| 85 { | 84 { |
| 86 "cmd": [ | 85 "cmd": [ |
| 87 "python", | 86 "python", |
| 88 "-u", | 87 "-u", |
| 89 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 90 "runhooks" | 89 "runhooks" |
| 91 ], | 90 ], |
| 92 "cwd": "[SLAVE_BUILD]", | |
| 93 "env": { | 91 "env": { |
| 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 95 }, | 93 }, |
| 96 "name": "gclient runhooks" | 94 "name": "gclient runhooks" |
| 97 }, | 95 }, |
| 98 { | 96 { |
| 99 "cmd": [ | 97 "cmd": [ |
| 100 "git", | 98 "git", |
| 101 "diff", | 99 "diff", |
| 102 "--name-only", | 100 "--name-only", |
| 103 "HEAD", | 101 "HEAD", |
| 104 "HEAD~" | 102 "HEAD~" |
| 105 ], | 103 ], |
| 106 "cwd": "[SLAVE_BUILD]/infra_internal", | 104 "cwd": "[CWD]/infra_internal", |
| 107 "name": "get change list", | 105 "name": "get change list", |
| 108 "stdout": "/path/to/tmp/", | 106 "stdout": "/path/to/tmp/", |
| 109 "~followup_annotations": [ | 107 "~followup_annotations": [ |
| 110 "@@@STEP_LOG_LINE@change list@infra/stuff.py@@@", | 108 "@@@STEP_LOG_LINE@change list@infra/stuff.py@@@", |
| 111 "@@@STEP_LOG_LINE@change list@go/src/infra/stuff.go@@@", | 109 "@@@STEP_LOG_LINE@change list@go/src/infra/stuff.go@@@", |
| 112 "@@@STEP_LOG_END@change list@@@" | 110 "@@@STEP_LOG_END@change list@@@" |
| 113 ] | 111 ] |
| 114 }, | 112 }, |
| 115 { | 113 { |
| 116 "cmd": [ | 114 "cmd": [ |
| 117 "python", | 115 "python", |
| 118 "-u", | 116 "-u", |
| 119 "test.py", | 117 "test.py", |
| 120 "test" | 118 "test" |
| 121 ], | 119 ], |
| 122 "cwd": "[SLAVE_BUILD]/infra_internal", | 120 "cwd": "[CWD]/infra_internal", |
| 123 "name": "python tests" | 121 "name": "python tests" |
| 124 }, | 122 }, |
| 125 { | 123 { |
| 126 "cmd": [ | 124 "cmd": [ |
| 127 "python", | 125 "python", |
| 128 "-u", | 126 "-u", |
| 129 "[SLAVE_BUILD]/infra_internal/go/env.py" | 127 "[CWD]/infra_internal/go/env.py" |
| 130 ], | 128 ], |
| 131 "cwd": "[SLAVE_BUILD]", | |
| 132 "name": "go bootstrap" | 129 "name": "go bootstrap" |
| 133 }, | 130 }, |
| 134 { | 131 { |
| 135 "cmd": [ | 132 "cmd": [ |
| 136 "python", | 133 "python", |
| 137 "-u", | 134 "-u", |
| 138 "[SLAVE_BUILD]/infra_internal/go/env.py", | 135 "[CWD]/infra_internal/go/env.py", |
| 139 "python", | 136 "python", |
| 140 "[SLAVE_BUILD]/infra_internal/go/test.py" | 137 "[CWD]/infra_internal/go/test.py" |
| 141 ], | 138 ], |
| 142 "cwd": "[SLAVE_BUILD]", | |
| 143 "name": "go tests" | 139 "name": "go tests" |
| 144 }, | 140 }, |
| 145 { | 141 { |
| 146 "name": "$result", | 142 "name": "$result", |
| 147 "recipe_result": null, | 143 "recipe_result": null, |
| 148 "status_code": 0 | 144 "status_code": 0 |
| 149 } | 145 } |
| 150 ] | 146 ] |
| OLD | NEW |