Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: recipes/recipes/infra_continuous.expected/infra-cross-compile.json

Issue 2101753004: Make infra-continuous-precise-64 cross-compile Go cipd package for Linux ARM. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@cross-compile-build
Patch Set: fix unrelated pylint errors >_< Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « recipes/recipes/infra_continuous.py ('k') | recipes/recipes/luci_py.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "chromium.infra", 8 "chromium.infra",
9 "--builder", 9 "--builder",
10 "infra-continuous-64", 10 "infra-continuous-precise-64",
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 = '[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 "[GIT_CACHE]", 20 "[GIT_CACHE]",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "[SLAVE_BUILD]/infra/go/test.py" 109 "[SLAVE_BUILD]/infra/go/test.py"
110 ], 110 ],
111 "name": "infra go tests" 111 "name": "infra go tests"
112 }, 112 },
113 { 113 {
114 "cmd": [ 114 "cmd": [
115 "python", 115 "python",
116 "-u", 116 "-u",
117 "[SLAVE_BUILD]/infra/build/build.py", 117 "[SLAVE_BUILD]/infra/build/build.py",
118 "--builder", 118 "--builder",
119 "infra-continuous-64" 119 "infra-continuous-precise-64"
120 ], 120 ],
121 "name": "cipd - build packages" 121 "name": "cipd - build packages"
122 }, 122 },
123 { 123 {
124 "cmd": [ 124 "cmd": [
125 "python", 125 "python",
126 "-u", 126 "-u",
127 "[SLAVE_BUILD]/infra/build/test_packages.py" 127 "[SLAVE_BUILD]/infra/build/test_packages.py"
128 ], 128 ],
129 "name": "cipd - test packages integrity" 129 "name": "cipd - test packages integrity"
130 }, 130 },
131 { 131 {
132 "cmd": [ 132 "cmd": [
133 "python", 133 "python",
134 "-u", 134 "-u",
135 "[SLAVE_BUILD]/infra/build/build.py", 135 "[SLAVE_BUILD]/infra/build/build.py",
136 "--no-rebuild", 136 "--no-rebuild",
137 "--upload", 137 "--upload",
138 "--service-account-json", 138 "--service-account-json",
139 "/creds/service_accounts/service-account-cipd-builder.json", 139 "/creds/service_accounts/service-account-cipd-builder.json",
140 "--json-output", 140 "--json-output",
141 "/path/to/tmp/json", 141 "/path/to/tmp/json",
142 "--builder", 142 "--builder",
143 "infra-continuous-64", 143 "infra-continuous-precise-64",
144 "--tags", 144 "--tags",
145 "buildbot_build:chromium.infra/infra-continuous-64/123", 145 "buildbot_build:chromium.infra/infra-continuous-precise-64/123",
146 "git_repository:https://chromium.googlesource.com/infra/infra", 146 "git_repository:https://chromium.googlesource.com/infra/infra",
147 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed" 147 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed"
148 ], 148 ],
149 "name": "cipd - upload packages", 149 "name": "cipd - upload packages",
150 "~followup_annotations": [ 150 "~followup_annotations": [
151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 151 "@@@STEP_LOG_LINE@json.output@{@@@",
152 "@@@STEP_LOG_END@json.output (invalid)@@@" 152 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@",
153 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@",
154 "@@@STEP_LOG_LINE@json.output@ {@@@",
155 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8 14cd1dfffe2fcfc9f81299c\", @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool /linux-bitness\"@@@",
158 "@@@STEP_LOG_LINE@json.output@ }, @@@",
159 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@",
160 "@@@STEP_LOG_LINE@json.output@ }@@@",
161 "@@@STEP_LOG_LINE@json.output@ ]@@@",
162 "@@@STEP_LOG_LINE@json.output@}@@@",
163 "@@@STEP_LOG_END@json.output@@@",
164 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@"
153 ] 165 ]
154 }, 166 },
155 { 167 {
168 "cmd": [
169 "python",
170 "-u",
171 "[SLAVE_BUILD]/infra/build/build.py",
172 "--builder",
173 "infra-continuous-precise-64"
174 ],
175 "env": {
176 "GOARCH": "arm",
177 "GOOS": "linux"
178 },
179 "name": "cipd - build packages [GOOS:linux GOARCH:arm]"
180 },
181 {
182 "cmd": [
183 "python",
184 "-u",
185 "[SLAVE_BUILD]/infra/build/build.py",
186 "--no-rebuild",
187 "--upload",
188 "--service-account-json",
189 "/creds/service_accounts/service-account-cipd-builder.json",
190 "--json-output",
191 "/path/to/tmp/json",
192 "--builder",
193 "infra-continuous-precise-64",
194 "--tags",
195 "buildbot_build:chromium.infra/infra-continuous-precise-64/123",
196 "git_repository:https://chromium.googlesource.com/infra/infra",
197 "git_revision:5e03a58dc0850e5137a8ebbce29610670c756aed"
198 ],
199 "env": {
200 "GOARCH": "arm",
201 "GOOS": "linux"
202 },
203 "name": "cipd - upload packages [GOOS:linux GOARCH:arm]",
204 "~followup_annotations": [
205 "@@@STEP_LOG_LINE@json.output@{@@@",
206 "@@@STEP_LOG_LINE@json.output@ \"failed\": [], @@@",
207 "@@@STEP_LOG_LINE@json.output@ \"succeeded\": [@@@",
208 "@@@STEP_LOG_LINE@json.output@ {@@@",
209 "@@@STEP_LOG_LINE@json.output@ \"info\": {@@@",
210 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"abcdefabcdef63ad8 14cd1dfffe2fcfc9f81299c\", @@@",
211 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/some_tool /linux-bitness\"@@@",
212 "@@@STEP_LOG_LINE@json.output@ }, @@@",
213 "@@@STEP_LOG_LINE@json.output@ \"pkg_def_name\": \"some_tool\"@@@",
214 "@@@STEP_LOG_LINE@json.output@ }@@@",
215 "@@@STEP_LOG_LINE@json.output@ ]@@@",
216 "@@@STEP_LOG_LINE@json.output@}@@@",
217 "@@@STEP_LOG_END@json.output@@@",
218 "@@@STEP_LINK@infra/tools/some_tool/linux-bitness abcdefabcdef63ad814cd1df ffe2fcfc9f81299c@http://example.com/not-implemented-yet@@@"
219 ]
220 },
221 {
156 "cmd": [ 222 "cmd": [
157 "python", 223 "python",
158 "-u", 224 "-u",
159 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 225 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
160 "[SLAVE_BUILD]/infra/go/bin" 226 "[SLAVE_BUILD]/infra/go/bin"
161 ], 227 ],
162 "name": "rmcontents clean go bin", 228 "name": "rmcontents clean go bin",
163 "~followup_annotations": [ 229 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@python.inline@@@@", 230 "@@@STEP_LOG_LINE@python.inline@@@@",
165 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 231 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "~followup_annotations": [ 315 "~followup_annotations": [
250 "@@@STEP_TEXT@0123456789abcdeffedcba987654321012345678@@@" 316 "@@@STEP_TEXT@0123456789abcdeffedcba987654321012345678@@@"
251 ] 317 ]
252 }, 318 },
253 { 319 {
254 "name": "$result", 320 "name": "$result",
255 "recipe_result": null, 321 "recipe_result": null,
256 "status_code": 0 322 "status_code": 0
257 } 323 }
258 ] 324 ]
OLDNEW
« no previous file with comments | « recipes/recipes/infra_continuous.py ('k') | recipes/recipes/luci_py.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698