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

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

Issue 2346963002: Revert of Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: rebase 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", 7 "[BUILDER_CACHE]/android",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "--build-data-dir", 371 "--build-data-dir",
372 "[ROOT]/build_data_dir", 372 "[ROOT]/build_data_dir",
373 "--compiler", 373 "--compiler",
374 "goma", 374 "goma",
375 "--goma-jsonstatus", 375 "--goma-jsonstatus",
376 "/path/to/tmp/json", 376 "/path/to/tmp/json",
377 "--goma-service-account-json-file", 377 "--goma-service-account-json-file",
378 "/creds/service_accounts/service-account-goma-client.json", 378 "/creds/service_accounts/service-account-goma-client.json",
379 "--goma-dir", 379 "--goma-dir",
380 "[CACHE]/cipd/goma", 380 "[CACHE]/cipd/goma",
381 "--ninja-ensure-up-to-date",
382 "--", 381 "--",
383 "browser_tests_apk_run" 382 "browser_tests_apk_run"
384 ], 383 ],
385 "env": { 384 "env": {
386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
387 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s" 386 "PATH": "[BUILDER_CACHE]/android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/android/src/build/android:%(PATH)s"
388 }, 387 },
389 "name": "compile", 388 "name": "compile",
390 "~followup_annotations": [ 389 "~followup_annotations": [
391 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 390 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 "~followup_annotations": [ 479 "~followup_annotations": [
481 "@@@STEP_TEXT@Android Tests (dbg)@@@" 480 "@@@STEP_TEXT@Android Tests (dbg)@@@"
482 ] 481 ]
483 }, 482 },
484 { 483 {
485 "name": "$result", 484 "name": "$result",
486 "recipe_result": null, 485 "recipe_result": null,
487 "status_code": 0 486 "status_code": 0
488 } 487 }
489 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698