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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_archive_rel_ng.json

Issue 2340093002: Revert of 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",
431 "--", 430 "--",
432 "all" 431 "all"
433 ], 432 ],
434 "env": { 433 "env": {
435 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 434 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
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" 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"
437 }, 436 },
438 "name": "compile (with patch)", 437 "name": "compile (with patch)",
439 "~followup_annotations": [ 438 "~followup_annotations": [
440 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 439 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
441 "@@@STEP_LOG_END@json.output (invalid)@@@" 440 "@@@STEP_LOG_END@json.output (invalid)@@@"
442 ] 441 ]
443 }, 442 },
444 { 443 {
445 "cmd": [ 444 "cmd": [
446 "python", 445 "python",
447 "-u", 446 "-u",
448 "import sys; sys.exit(0)" 447 "import sys; sys.exit(0)"
449 ], 448 ],
450 "name": "mark: before_tests" 449 "name": "mark: before_tests"
451 }, 450 },
452 { 451 {
453 "name": "$result", 452 "name": "$result",
454 "recipe_result": null, 453 "recipe_result": null,
455 "status_code": 0 454 "status_code": 0
456 } 455 }
457 ] 456 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698