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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Android.json

Issue 2346963002: Revert of Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: rebase 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "--build-data-dir", 348 "--build-data-dir",
349 "[ROOT]/build_data_dir", 349 "[ROOT]/build_data_dir",
350 "--compiler", 350 "--compiler",
351 "goma", 351 "goma",
352 "--goma-jsonstatus", 352 "--goma-jsonstatus",
353 "/path/to/tmp/json", 353 "/path/to/tmp/json",
354 "--goma-service-account-json-file", 354 "--goma-service-account-json-file",
355 "/creds/service_accounts/service-account-goma-client.json", 355 "/creds/service_accounts/service-account-goma-client.json",
356 "--goma-dir", 356 "--goma-dir",
357 "[CACHE]/cipd/goma", 357 "[CACHE]/cipd/goma",
358 "--ninja-ensure-up-to-date",
359 "--", 358 "--",
360 "all" 359 "all"
361 ], 360 ],
362 "env": { 361 "env": {
363 "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",
364 "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"
365 }, 364 },
366 "name": "compile", 365 "name": "compile",
367 "~followup_annotations": [ 366 "~followup_annotations": [
368 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 367 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 21 matching lines...) Expand all
390 "dev" 389 "dev"
391 ], 390 ],
392 "name": "archive_build" 391 "name": "archive_build"
393 }, 392 },
394 { 393 {
395 "name": "$result", 394 "name": "$result",
396 "recipe_result": null, 395 "recipe_result": null,
397 "status_code": 0 396 "status_code": 0
398 } 397 }
399 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698