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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Android_Builder__dbg_.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_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",
349 "--", 350 "--",
350 "content_browsertests_apk" 351 "content_browsertests_apk"
351 ], 352 ],
352 "env": { 353 "env": {
353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
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" 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"
355 }, 356 },
356 "name": "compile", 357 "name": "compile",
357 "~followup_annotations": [ 358 "~followup_annotations": [
358 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 359 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "~followup_annotations": [ 479 "~followup_annotations": [
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) @@@" 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) @@@"
480 ] 481 ]
481 }, 482 },
482 { 483 {
483 "name": "$result", 484 "name": "$result",
484 "recipe_result": null, 485 "recipe_result": null,
485 "status_code": 0 486 "status_code": 0
486 } 487 }
487 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698