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

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

Issue 2480193002: Stop to use contextmanager for goma.build_with_goma (Closed)
Patch Set: fix pylint Created 4 years, 1 month 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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git' }]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git' }]\ntarget_os = ['android']",
9 "--patch_root", 9 "--patch_root",
10 "pdfium", 10 "pdfium",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
185 }, 185 },
186 "name": "preprocess_for_goma.start cloudtail", 186 "name": "preprocess_for_goma.start cloudtail",
187 "~followup_annotations": [ 187 "~followup_annotations": [
188 "@@@STEP_NEST_LEVEL@1@@@" 188 "@@@STEP_NEST_LEVEL@1@@@"
189 ] 189 ]
190 }, 190 },
191 { 191 {
192 "cmd": [ 192 "cmd": [
193 "ninja", 193 "ninja",
194 "-j",
195 "50",
194 "-C", 196 "-C",
195 "[SLAVE_BUILD]/pdfium/out/debug_v8", 197 "[SLAVE_BUILD]/pdfium/out/debug_v8"
196 "-j",
197 "50"
198 ], 198 ],
199 "name": "compile with ninja" 199 "name": "compile with ninja"
200 }, 200 },
201 { 201 {
202 "cmd": [], 202 "cmd": [],
203 "name": "postprocess_for_goma" 203 "name": "postprocess_for_goma"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python", 207 "python",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "-u", 254 "-u",
255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py", 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/upload_goma_logs.py",
256 "--upload-compiler-proxy-info", 256 "--upload-compiler-proxy-info",
257 "--json-status", 257 "--json-status",
258 "[CACHE]/cipd/goma/jsonstatus", 258 "[CACHE]/cipd/goma/jsonstatus",
259 "--ninja-log-outdir", 259 "--ninja-log-outdir",
260 "[SLAVE_BUILD]/pdfium/out/debug_v8", 260 "[SLAVE_BUILD]/pdfium/out/debug_v8",
261 "--ninja-log-compiler", 261 "--ninja-log-compiler",
262 "unknown", 262 "unknown",
263 "--ninja-log-command", 263 "--ninja-log-command",
264 "['ninja', '-C', Path('checkout', 'out','debug_v8'), '-j', 50]", 264 "['ninja', '-j', 50, '-C', Path('checkout', 'out','debug_v8')]",
265 "--ninja-log-exit-status", 265 "--ninja-log-exit-status",
266 "0", 266 "0",
267 "--buildbot-buildername", 267 "--buildbot-buildername",
268 "android", 268 "android",
269 "--buildbot-mastername", 269 "--buildbot-mastername",
270 "client.pdfium", 270 "client.pdfium",
271 "--buildbot-slavename", 271 "--buildbot-slavename",
272 "test_slave" 272 "test_slave"
273 ], 273 ],
274 "env": { 274 "env": {
(...skipping 17 matching lines...) Expand all
292 "~followup_annotations": [ 292 "~followup_annotations": [
293 "@@@STEP_NEST_LEVEL@1@@@" 293 "@@@STEP_NEST_LEVEL@1@@@"
294 ] 294 ]
295 }, 295 },
296 { 296 {
297 "name": "$result", 297 "name": "$result",
298 "recipe_result": null, 298 "recipe_result": null,
299 "status_code": 0 299 "status_code": 0
300 } 300 }
301 ] 301 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698