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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Android.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", 7 "[BUILDER_CACHE]/Android",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "--build-data-dir", 347 "--build-data-dir",
348 "[ROOT]/build_data_dir", 348 "[ROOT]/build_data_dir",
349 "--compiler", 349 "--compiler",
350 "goma", 350 "goma",
351 "--goma-jsonstatus", 351 "--goma-jsonstatus",
352 "/path/to/tmp/json", 352 "/path/to/tmp/json",
353 "--goma-service-account-json-file", 353 "--goma-service-account-json-file",
354 "/creds/service_accounts/service-account-goma-client.json", 354 "/creds/service_accounts/service-account-goma-client.json",
355 "--goma-dir", 355 "--goma-dir",
356 "[CACHE]/cipd/goma", 356 "[CACHE]/cipd/goma",
357 "--ninja-ensure-up-to-date",
357 "--", 358 "--",
358 "all" 359 "all"
359 ], 360 ],
360 "env": { 361 "env": {
361 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 362 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
362 "PATH": "[BUILDER_CACHE]/Android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/Android/src/build/android:%(PATH)s" 363 "PATH": "[BUILDER_CACHE]/Android/src/third_party/android_tools/sdk/platfor m-tools:[BUILDER_CACHE]/Android/src/build/android:%(PATH)s"
363 }, 364 },
364 "name": "compile", 365 "name": "compile",
365 "~followup_annotations": [ 366 "~followup_annotations": [
366 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 367 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 21 matching lines...) Expand all
388 "dev" 389 "dev"
389 ], 390 ],
390 "name": "archive_build" 391 "name": "archive_build"
391 }, 392 },
392 { 393 {
393 "name": "$result", 394 "name": "$result",
394 "recipe_result": null, 395 "recipe_result": null,
395 "status_code": 0 396 "status_code": 0
396 } 397 }
397 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698