| 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_tester", | 10 "infra_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 "--gerrit_repo", | 21 "--gerrit_repo", |
| 22 "https://chrome-internal.googlesource.com/infra/infra_internal", | 22 "https://chrome-internal.googlesource.com/infra/infra_internal", |
| 23 "--gerrit_ref", | 23 "--gerrit_ref", |
| 24 "refs/changes/11/338811/3", | 24 "refs/changes/11/338811/3", |
| 25 "--apply_issue_email_file", | 25 "--apply_issue_email_file", |
| 26 "[BUILD]/site_config/.rietveld_client_email", | 26 "[ROOT]/b/build/site_config/.rietveld_client_email", |
| 27 "--apply_issue_key_file", | 27 "--apply_issue_key_file", |
| 28 "[BUILD]/site_config/.rietveld_secret_key", | 28 "[ROOT]/b/build/site_config/.rietveld_secret_key", |
| 29 "--output_json", | 29 "--output_json", |
| 30 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 31 "--revision", | 31 "--revision", |
| 32 "infra_internal@HEAD", | 32 "infra_internal@HEAD", |
| 33 "--force", | 33 "--force", |
| 34 "--output_manifest" | 34 "--output_manifest" |
| 35 ], | 35 ], |
| 36 "cwd": "[SLAVE_BUILD]", | |
| 37 "env": { | 36 "env": { |
| 38 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 39 }, | 38 }, |
| 40 "name": "bot_update", | 39 "name": "bot_update", |
| 41 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 42 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@", |
| (...skipping 23 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_internal", | 79 "cwd": "[CWD]/infra_internal", |
| 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 "git", | 96 "git", |
| 99 "diff", | 97 "diff", |
| 100 "--name-only", | 98 "--name-only", |
| 101 "HEAD", | 99 "HEAD", |
| 102 "HEAD~" | 100 "HEAD~" |
| 103 ], | 101 ], |
| 104 "cwd": "[SLAVE_BUILD]/infra_internal", | 102 "cwd": "[CWD]/infra_internal", |
| 105 "name": "get change list", | 103 "name": "get change list", |
| 106 "stdout": "/path/to/tmp/", | 104 "stdout": "/path/to/tmp/", |
| 107 "~followup_annotations": [ | 105 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@change list@infra/stuff.py@@@", | 106 "@@@STEP_LOG_LINE@change list@infra/stuff.py@@@", |
| 109 "@@@STEP_LOG_LINE@change list@go/src/infra/stuff.go@@@", | 107 "@@@STEP_LOG_LINE@change list@go/src/infra/stuff.go@@@", |
| 110 "@@@STEP_LOG_END@change list@@@" | 108 "@@@STEP_LOG_END@change list@@@" |
| 111 ] | 109 ] |
| 112 }, | 110 }, |
| 113 { | 111 { |
| 114 "cmd": [ | 112 "cmd": [ |
| 115 "python", | 113 "python", |
| 116 "-u", | 114 "-u", |
| 117 "test.py", | 115 "test.py", |
| 118 "test" | 116 "test" |
| 119 ], | 117 ], |
| 120 "cwd": "[SLAVE_BUILD]/infra_internal", | 118 "cwd": "[CWD]/infra_internal", |
| 121 "name": "python tests" | 119 "name": "python tests" |
| 122 }, | 120 }, |
| 123 { | 121 { |
| 124 "cmd": [ | 122 "cmd": [ |
| 125 "python", | 123 "python", |
| 126 "-u", | 124 "-u", |
| 127 "[SLAVE_BUILD]/infra_internal/go/env.py" | 125 "[CWD]/infra_internal/go/env.py" |
| 128 ], | 126 ], |
| 129 "cwd": "[SLAVE_BUILD]", | |
| 130 "name": "go bootstrap" | 127 "name": "go bootstrap" |
| 131 }, | 128 }, |
| 132 { | 129 { |
| 133 "cmd": [ | 130 "cmd": [ |
| 134 "python", | 131 "python", |
| 135 "-u", | 132 "-u", |
| 136 "[SLAVE_BUILD]/infra_internal/go/env.py", | 133 "[CWD]/infra_internal/go/env.py", |
| 137 "python", | 134 "python", |
| 138 "[SLAVE_BUILD]/infra_internal/go/test.py" | 135 "[CWD]/infra_internal/go/test.py" |
| 139 ], | 136 ], |
| 140 "cwd": "[SLAVE_BUILD]", | |
| 141 "name": "go tests" | 137 "name": "go tests" |
| 142 }, | 138 }, |
| 143 { | 139 { |
| 144 "name": "$result", | 140 "name": "$result", |
| 145 "recipe_result": null, | 141 "recipe_result": null, |
| 146 "status_code": 0 | 142 "status_code": 0 |
| 147 } | 143 } |
| 148 ] | 144 ] |
| OLD | NEW |