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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_archive_rel_ng.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_archive_rel_ng", 7 "[BUILDER_CACHE]/android_archive_rel_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "--compiler", 420 "--compiler",
421 "goma", 421 "goma",
422 "--goma-jsonstatus", 422 "--goma-jsonstatus",
423 "/path/to/tmp/json", 423 "/path/to/tmp/json",
424 "--goma-service-account-json-file", 424 "--goma-service-account-json-file",
425 "/creds/service_accounts/service-account-goma-client.json", 425 "/creds/service_accounts/service-account-goma-client.json",
426 "--goma-dir", 426 "--goma-dir",
427 "[CACHE]/cipd/goma", 427 "[CACHE]/cipd/goma",
428 "--goma-fail-fast", 428 "--goma-fail-fast",
429 "--goma-disable-local-fallback", 429 "--goma-disable-local-fallback",
430 "--ninja-ensure-up-to-date",
430 "--", 431 "--",
431 "all" 432 "all"
432 ], 433 ],
433 "env": { 434 "env": {
434 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 435 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
435 "PATH": "[BUILDER_CACHE]/android_archive_rel_ng/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/android_archive_rel_ng/src/build/android: %(PATH)s" 436 "PATH": "[BUILDER_CACHE]/android_archive_rel_ng/src/third_party/android_to ols/sdk/platform-tools:[BUILDER_CACHE]/android_archive_rel_ng/src/build/android: %(PATH)s"
436 }, 437 },
437 "name": "compile (with patch)", 438 "name": "compile (with patch)",
438 "~followup_annotations": [ 439 "~followup_annotations": [
439 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 440 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
440 "@@@STEP_LOG_END@json.output (invalid)@@@" 441 "@@@STEP_LOG_END@json.output (invalid)@@@"
441 ] 442 ]
442 }, 443 },
443 { 444 {
444 "cmd": [ 445 "cmd": [
445 "python", 446 "python",
446 "-u", 447 "-u",
447 "import sys; sys.exit(0)" 448 "import sys; sys.exit(0)"
448 ], 449 ],
449 "name": "mark: before_tests" 450 "name": "mark: before_tests"
450 }, 451 },
451 { 452 {
452 "name": "$result", 453 "name": "$result",
453 "recipe_result": null, 454 "recipe_result": null,
454 "status_code": 0 455 "status_code": 0
455 } 456 }
456 ] 457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698