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

Side by Side Diff: scripts/slave/recipes/android/builder.expected/full_client_v8_fyi_Android_Builder.json

Issue 2164763007: [Android] Use ensure_goma in android/builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Android Builder", 10 "Android Builder",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", 131 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
132 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 132 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
133 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@", 133 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv [4]):@@@",
134 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 134 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
135 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 135 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
136 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 136 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
137 "@@@STEP_LOG_END@python.inline@@@" 137 "@@@STEP_LOG_END@python.inline@@@"
138 ] 138 ]
139 }, 139 },
140 { 140 {
141 "cmd": [],
142 "name": "ensure_goma"
143 },
144 {
145 "cmd": [
146 "python",
147 "-u",
148 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
149 "--platform",
150 "linux-amd64",
151 "--dest-directory",
152 "[SLAVE_BUILD]/cipd",
153 "--json-output",
154 "/path/to/tmp/json"
155 ],
156 "name": "ensure_goma.install cipd",
157 "~followup_annotations": [
158 "@@@STEP_NEST_LEVEL@1@@@",
159 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
160 "@@@STEP_LOG_LINE@json.output@{@@@",
161 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
162 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
163 "@@@STEP_LOG_LINE@json.output@}@@@",
164 "@@@STEP_LOG_END@json.output@@@"
165 ]
166 },
167 {
168 "cmd": [
169 "[SLAVE_BUILD]/cipd/cipd",
170 "ensure",
171 "--root",
172 "[CACHE]/cipd/goma",
173 "--list",
174 "infra_internal/goma/client/linux-amd64 release",
175 "--json-output",
176 "/path/to/tmp/json",
177 "--service-account-json",
178 "/creds/service_accounts/service-account-goma-client.json"
179 ],
180 "name": "ensure_goma.ensure_installed",
181 "~followup_annotations": [
182 "@@@STEP_NEST_LEVEL@1@@@",
183 "@@@STEP_LOG_LINE@json.output@{@@@",
184 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
185 "@@@STEP_LOG_LINE@json.output@ {@@@",
186 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
187 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
188 "@@@STEP_LOG_LINE@json.output@ }@@@",
189 "@@@STEP_LOG_LINE@json.output@ ]@@@",
190 "@@@STEP_LOG_LINE@json.output@}@@@",
191 "@@@STEP_LOG_END@json.output@@@"
192 ]
193 },
194 {
141 "cmd": [ 195 "cmd": [
142 "python", 196 "python",
143 "-u", 197 "-u",
144 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
145 "runhooks" 199 "runhooks"
146 ], 200 ],
147 "cwd": "[SLAVE_BUILD]/src", 201 "cwd": "[SLAVE_BUILD]/src",
148 "env": { 202 "env": {
149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
150 "GYP_CHROMIUM_NO_ACTION": "1", 204 "GYP_CHROMIUM_NO_ACTION": "1",
151 "GYP_CROSSCOMPILE": "1", 205 "GYP_CROSSCOMPILE": "1",
152 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ BUILD]/goma' target_arch=arm use_goma=1", 206 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=arm use_goma=1",
153 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 207 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
154 }, 208 },
155 "name": "gclient runhooks" 209 "name": "gclient runhooks"
156 }, 210 },
157 { 211 {
158 "cmd": [ 212 "cmd": [
159 "python", 213 "python",
160 "-u", 214 "-u",
161 "[SLAVE_BUILD]/src/tools/mb/mb.py", 215 "[SLAVE_BUILD]/src/tools/mb/mb.py",
162 "gen", 216 "gen",
163 "-m", 217 "-m",
164 "client.v8.fyi", 218 "client.v8.fyi",
165 "-b", 219 "-b",
166 "Android Builder", 220 "Android Builder",
167 "--config-file", 221 "--config-file",
168 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 222 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
169 "--goma-dir", 223 "--goma-dir",
170 "[BUILD]/goma", 224 "[CACHE]/cipd/goma",
171 "//out/Release" 225 "//out/Release"
172 ], 226 ],
173 "cwd": "[SLAVE_BUILD]/src", 227 "cwd": "[SLAVE_BUILD]/src",
174 "env": { 228 "env": {
175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
176 }, 230 },
177 "name": "generate_build_files" 231 "name": "generate_build_files"
178 }, 232 },
179 { 233 {
180 "cmd": [ 234 "cmd": [
(...skipping 13 matching lines...) Expand all
194 "[SLAVE_BUILD]/src", 248 "[SLAVE_BUILD]/src",
195 "--goma-cache-dir", 249 "--goma-cache-dir",
196 "[GOMA_CACHE]", 250 "[GOMA_CACHE]",
197 "--compiler", 251 "--compiler",
198 "goma", 252 "goma",
199 "--goma-jsonstatus", 253 "--goma-jsonstatus",
200 "/path/to/tmp/json", 254 "/path/to/tmp/json",
201 "--goma-service-account-json-file", 255 "--goma-service-account-json-file",
202 "/creds/service_accounts/service-account-goma-client.json", 256 "/creds/service_accounts/service-account-goma-client.json",
203 "--goma-dir", 257 "--goma-dir",
204 "[BUILD]/goma", 258 "[CACHE]/cipd/goma",
205 "--", 259 "--",
206 "android_tools", 260 "android_tools",
207 "cc_perftests", 261 "cc_perftests",
208 "chrome_public_apk", 262 "chrome_public_apk",
209 "gpu_perftests", 263 "gpu_perftests",
210 "push_apps_to_background_apk", 264 "push_apps_to_background_apk",
211 "system_webview_apk", 265 "system_webview_apk",
212 "system_webview_shell_apk" 266 "system_webview_shell_apk"
213 ], 267 ],
214 "env": { 268 "env": {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "~followup_annotations": [ 306 "~followup_annotations": [
253 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@" 307 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-android/v8 _android_perf_rel/full-build-linux_267739.zip@@@"
254 ] 308 ]
255 }, 309 },
256 { 310 {
257 "name": "$result", 311 "name": "$result",
258 "recipe_result": null, 312 "recipe_result": null,
259 "status_code": 0 313 "status_code": 0
260 } 314 }
261 ] 315 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698