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

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

Issue 2338203004: Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: Created 4 years, 3 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 "\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_Swarm_Builder", 7 "[BUILDER_CACHE]/Android_Swarm_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 "--build-data-dir", 369 "--build-data-dir",
370 "[ROOT]/build_data_dir", 370 "[ROOT]/build_data_dir",
371 "--compiler", 371 "--compiler",
372 "goma", 372 "goma",
373 "--goma-jsonstatus", 373 "--goma-jsonstatus",
374 "/path/to/tmp/json", 374 "/path/to/tmp/json",
375 "--goma-service-account-json-file", 375 "--goma-service-account-json-file",
376 "/creds/service_accounts/service-account-goma-client.json", 376 "/creds/service_accounts/service-account-goma-client.json",
377 "--goma-dir", 377 "--goma-dir",
378 "[CACHE]/cipd/goma", 378 "[CACHE]/cipd/goma",
379 "--ninja-ensure-up-to-date",
379 "--", 380 "--",
380 "browser_tests_apk_run" 381 "browser_tests_apk_run"
381 ], 382 ],
382 "env": { 383 "env": {
383 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
384 "PATH": "[BUILDER_CACHE]/Android_Swarm_Builder/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android_Swarm_Builder/src/build/android:%( PATH)s" 385 "PATH": "[BUILDER_CACHE]/Android_Swarm_Builder/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android_Swarm_Builder/src/build/android:%( PATH)s"
385 }, 386 },
386 "name": "compile", 387 "name": "compile",
387 "~followup_annotations": [ 388 "~followup_annotations": [
388 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 513 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
513 "@@@STEP_LOG_END@python.inline@@@" 514 "@@@STEP_LOG_END@python.inline@@@"
514 ] 515 ]
515 }, 516 },
516 { 517 {
517 "name": "$result", 518 "name": "$result",
518 "recipe_result": null, 519 "recipe_result": null,
519 "status_code": 0 520 "status_code": 0
520 } 521 }
521 ] 522 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698