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

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

Issue 2340093002: Revert of 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",
380 "--", 379 "--",
381 "browser_tests_apk_run" 380 "browser_tests_apk_run"
382 ], 381 ],
383 "env": { 382 "env": {
384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 383 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
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" 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"
386 }, 385 },
387 "name": "compile", 386 "name": "compile",
388 "~followup_annotations": [ 387 "~followup_annotations": [
389 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 388 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 512 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
514 "@@@STEP_LOG_END@python.inline@@@" 513 "@@@STEP_LOG_END@python.inline@@@"
515 ] 514 ]
516 }, 515 },
517 { 516 {
518 "name": "$result", 517 "name": "$result",
519 "recipe_result": null, 518 "recipe_result": null,
520 "status_code": 0 519 "status_code": 0
521 } 520 }
522 ] 521 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698