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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder__dbg_.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_Builder__dbg_", 7 "[BUILDER_CACHE]/Android_Builder__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "--build-data-dir", 339 "--build-data-dir",
340 "[ROOT]/build_data_dir", 340 "[ROOT]/build_data_dir",
341 "--compiler", 341 "--compiler",
342 "goma", 342 "goma",
343 "--goma-jsonstatus", 343 "--goma-jsonstatus",
344 "/path/to/tmp/json", 344 "/path/to/tmp/json",
345 "--goma-service-account-json-file", 345 "--goma-service-account-json-file",
346 "/creds/service_accounts/service-account-goma-client.json", 346 "/creds/service_accounts/service-account-goma-client.json",
347 "--goma-dir", 347 "--goma-dir",
348 "[CACHE]/cipd/goma", 348 "[CACHE]/cipd/goma",
349 "--ninja-ensure-up-to-date",
350 "--", 349 "--",
351 "content_browsertests_apk" 350 "content_browsertests_apk"
352 ], 351 ],
353 "env": { 352 "env": {
354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
355 "PATH": "[BUILDER_CACHE]/Android_Builder__dbg_/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android_Builder__dbg_/src/build/android:%( PATH)s" 354 "PATH": "[BUILDER_CACHE]/Android_Builder__dbg_/src/third_party/android_too ls/sdk/platform-tools:[BUILDER_CACHE]/Android_Builder__dbg_/src/build/android:%( PATH)s"
356 }, 355 },
357 "name": "compile", 356 "name": "compile",
358 "~followup_annotations": [ 357 "~followup_annotations": [
359 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 358 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "~followup_annotations": [ 478 "~followup_annotations": [
480 "@@@STEP_TEXT@Android Tests (dbg) (K Nexus5)<br />Android Tests (dbg) (L N exus5)<br />Android Tests (dbg) (L Nexus6)<br />Android Tests (dbg) (L Nexus7.2) @@@" 479 "@@@STEP_TEXT@Android Tests (dbg) (K Nexus5)<br />Android Tests (dbg) (L N exus5)<br />Android Tests (dbg) (L Nexus6)<br />Android Tests (dbg) (L Nexus7.2) @@@"
481 ] 480 ]
482 }, 481 },
483 { 482 {
484 "name": "$result", 483 "name": "$result",
485 "recipe_result": null, 484 "recipe_result": null,
486 "status_code": 0 485 "status_code": 0
487 } 486 }
488 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698