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

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

Issue 2495623004: chromium_tests: Add extra compile targets (Closed)
Patch Set: 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_perf.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_Compile", 7 "[BUILDER_CACHE]/Android_Compile",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "goma", 331 "goma",
332 "--goma-jsonstatus", 332 "--goma-jsonstatus",
333 "/path/to/tmp/json", 333 "/path/to/tmp/json",
334 "--goma-service-account-json-file", 334 "--goma-service-account-json-file",
335 "/creds/service_accounts/service-account-goma-client.json", 335 "/creds/service_accounts/service-account-goma-client.json",
336 "--mode", 336 "--mode",
337 "official", 337 "official",
338 "--goma-dir", 338 "--goma-dir",
339 "[CACHE]/cipd/goma", 339 "[CACHE]/cipd/goma",
340 "--", 340 "--",
341 "chromium_builder_perf" 341 "android_tools",
342 "cc_perftests",
343 "chrome_public_apk",
344 "chromium_builder_perf",
345 "gpu_perftests",
346 "push_apps_to_background_apk",
347 "system_webview_apk",
348 "system_webview_shell_apk"
342 ], 349 ],
343 "env": { 350 "env": {
344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
345 "PATH": "[BUILDER_CACHE]/Android_Compile/src/third_party/android_tools/sdk /platform-tools:[BUILDER_CACHE]/Android_Compile/src/build/android:%(PATH)s" 352 "PATH": "[BUILDER_CACHE]/Android_Compile/src/third_party/android_tools/sdk /platform-tools:[BUILDER_CACHE]/Android_Compile/src/build/android:%(PATH)s"
346 }, 353 },
347 "name": "compile", 354 "name": "compile",
348 "~followup_annotations": [ 355 "~followup_annotations": [
349 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 356 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
350 "@@@STEP_LOG_END@json.output (invalid)@@@" 357 "@@@STEP_LOG_END@json.output (invalid)@@@"
351 ] 358 ]
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "~followup_annotations": [ 453 "~followup_annotations": [
447 "@@@STEP_TEXT@Android Nexus5X Perf (1)<br />Android Nexus5X Perf (2)<br /> Android Nexus5X Perf (3)@@@" 454 "@@@STEP_TEXT@Android Nexus5X Perf (1)<br />Android Nexus5X Perf (2)<br /> Android Nexus5X Perf (3)@@@"
448 ] 455 ]
449 }, 456 },
450 { 457 {
451 "name": "$result", 458 "name": "$result",
452 "recipe_result": null, 459 "recipe_result": null,
453 "status_code": 0 460 "status_code": 0
454 } 461 }
455 ] 462 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_perf.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698