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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Arm64_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_Arm64_Builder__dbg_", 7 "[BUILDER_CACHE]/Android_Arm64_Builder__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 "--build-data-dir", 329 "--build-data-dir",
330 "[ROOT]/build_data_dir", 330 "[ROOT]/build_data_dir",
331 "--compiler", 331 "--compiler",
332 "goma", 332 "goma",
333 "--goma-jsonstatus", 333 "--goma-jsonstatus",
334 "/path/to/tmp/json", 334 "/path/to/tmp/json",
335 "--goma-service-account-json-file", 335 "--goma-service-account-json-file",
336 "/creds/service_accounts/service-account-goma-client.json", 336 "/creds/service_accounts/service-account-goma-client.json",
337 "--goma-dir", 337 "--goma-dir",
338 "[CACHE]/cipd/goma", 338 "[CACHE]/cipd/goma",
339 "--ninja-ensure-up-to-date",
339 "--" 340 "--"
340 ], 341 ],
341 "env": { 342 "env": {
342 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 343 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
343 "PATH": "[BUILDER_CACHE]/Android_Arm64_Builder__dbg_/src/third_party/andro id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Arm64_Builder__dbg_/src/buil d/android:%(PATH)s" 344 "PATH": "[BUILDER_CACHE]/Android_Arm64_Builder__dbg_/src/third_party/andro id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Arm64_Builder__dbg_/src/buil d/android:%(PATH)s"
344 }, 345 },
345 "name": "compile", 346 "name": "compile",
346 "~followup_annotations": [ 347 "~followup_annotations": [
347 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 348 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
348 "@@@STEP_LOG_END@json.output (invalid)@@@" 349 "@@@STEP_LOG_END@json.output (invalid)@@@"
349 ] 350 ]
350 }, 351 },
351 { 352 {
352 "name": "$result", 353 "name": "$result",
353 "recipe_result": null, 354 "recipe_result": null,
354 "status_code": 0 355 "status_code": 0
355 } 356 }
356 ] 357 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698