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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Android_Builder_FYI.json

Issue 2400573002: Fix chromium_perf_fyi android FYI builder compile targets (Closed)
Patch Set: Created 4 years, 2 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 | « scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py ('k') | no next file » | 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Android_Builder_FYI", 7 "[BUILDER_CACHE]/Android_Builder_FYI",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "goma", 332 "goma",
333 "--goma-jsonstatus", 333 "--goma-jsonstatus",
334 "/path/to/tmp/json", 334 "/path/to/tmp/json",
335 "--goma-service-account-json-file", 335 "--goma-service-account-json-file",
336 "/creds/service_accounts/service-account-goma-client.json", 336 "/creds/service_accounts/service-account-goma-client.json",
337 "--mode", 337 "--mode",
338 "official", 338 "official",
339 "--goma-dir", 339 "--goma-dir",
340 "[CACHE]/cipd/goma", 340 "[CACHE]/cipd/goma",
341 "--", 341 "--",
342 "chromium_builder_perf" 342 "android_tools",
343 "cc_perftests",
344 "chrome_public_apk",
345 "chromium_builder_perf",
346 "gpu_perftests",
347 "push_apps_to_background_apk",
348 "system_webview_apk",
349 "system_webview_shell_apk"
343 ], 350 ],
344 "env": { 351 "env": {
345 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
346 "PATH": "[BUILDER_CACHE]/Android_Builder_FYI/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/Android_Builder_FYI/src/build/android:%(PATH )s" 353 "PATH": "[BUILDER_CACHE]/Android_Builder_FYI/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/Android_Builder_FYI/src/build/android:%(PATH )s"
347 }, 354 },
348 "name": "compile", 355 "name": "compile",
349 "~followup_annotations": [ 356 "~followup_annotations": [
350 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 357 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
351 "@@@STEP_LOG_END@json.output (invalid)@@@" 358 "@@@STEP_LOG_END@json.output (invalid)@@@"
352 ] 359 ]
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "~followup_annotations": [ 413 "~followup_annotations": [
407 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)@@@" 414 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)@@@"
408 ] 415 ]
409 }, 416 },
410 { 417 {
411 "name": "$result", 418 "name": "$result",
412 "recipe_result": null, 419 "recipe_result": null,
413 "status_code": 0 420 "status_code": 0
414 } 421 }
415 ] 422 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698