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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Clang_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_Clang_Builder__dbg_", 7 "[BUILDER_CACHE]/Android_Clang_Builder__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "--build-data-dir", 352 "--build-data-dir",
353 "[ROOT]/build_data_dir", 353 "[ROOT]/build_data_dir",
354 "--compiler", 354 "--compiler",
355 "goma-clang", 355 "goma-clang",
356 "--goma-jsonstatus", 356 "--goma-jsonstatus",
357 "/path/to/tmp/json", 357 "/path/to/tmp/json",
358 "--goma-service-account-json-file", 358 "--goma-service-account-json-file",
359 "/creds/service_accounts/service-account-goma-client.json", 359 "/creds/service_accounts/service-account-goma-client.json",
360 "--goma-dir", 360 "--goma-dir",
361 "[CACHE]/cipd/goma", 361 "[CACHE]/cipd/goma",
362 "--ninja-ensure-up-to-date",
362 "--" 363 "--"
363 ], 364 ],
364 "env": { 365 "env": {
365 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
366 "PATH": "[BUILDER_CACHE]/Android_Clang_Builder__dbg_/src/third_party/andro id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Clang_Builder__dbg_/src/buil d/android:%(PATH)s" 367 "PATH": "[BUILDER_CACHE]/Android_Clang_Builder__dbg_/src/third_party/andro id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Clang_Builder__dbg_/src/buil d/android:%(PATH)s"
367 }, 368 },
368 "name": "compile", 369 "name": "compile",
369 "~followup_annotations": [ 370 "~followup_annotations": [
370 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
371 "@@@STEP_LOG_END@json.output (invalid)@@@" 372 "@@@STEP_LOG_END@json.output (invalid)@@@"
372 ] 373 ]
373 }, 374 },
374 { 375 {
375 "name": "$result", 376 "name": "$result",
376 "recipe_result": null, 377 "recipe_result": null,
377 "status_code": 0 378 "status_code": 0
378 } 379 }
379 ] 380 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698