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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_cast_shell_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]/cast_shell_android", 7 "[BUILDER_CACHE]/cast_shell_android",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "--compiler", 402 "--compiler",
403 "goma", 403 "goma",
404 "--goma-jsonstatus", 404 "--goma-jsonstatus",
405 "/path/to/tmp/json", 405 "/path/to/tmp/json",
406 "--goma-service-account-json-file", 406 "--goma-service-account-json-file",
407 "/creds/service_accounts/service-account-goma-client.json", 407 "/creds/service_accounts/service-account-goma-client.json",
408 "--goma-dir", 408 "--goma-dir",
409 "[CACHE]/cipd/goma", 409 "[CACHE]/cipd/goma",
410 "--goma-fail-fast", 410 "--goma-fail-fast",
411 "--goma-disable-local-fallback", 411 "--goma-disable-local-fallback",
412 "--ninja-ensure-up-to-date",
412 "--", 413 "--",
413 "cast_shell_apk" 414 "cast_shell_apk"
414 ], 415 ],
415 "env": { 416 "env": {
416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 417 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
417 "PATH": "[BUILDER_CACHE]/cast_shell_android/src/third_party/android_tools/ sdk/platform-tools:[BUILDER_CACHE]/cast_shell_android/src/build/android:%(PATH)s " 418 "PATH": "[BUILDER_CACHE]/cast_shell_android/src/third_party/android_tools/ sdk/platform-tools:[BUILDER_CACHE]/cast_shell_android/src/build/android:%(PATH)s "
418 }, 419 },
419 "name": "compile (with patch)", 420 "name": "compile (with patch)",
420 "~followup_annotations": [ 421 "~followup_annotations": [
421 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 422 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
422 "@@@STEP_LOG_END@json.output (invalid)@@@" 423 "@@@STEP_LOG_END@json.output (invalid)@@@"
423 ] 424 ]
424 }, 425 },
425 { 426 {
426 "cmd": [ 427 "cmd": [
427 "python", 428 "python",
428 "-u", 429 "-u",
429 "import sys; sys.exit(0)" 430 "import sys; sys.exit(0)"
430 ], 431 ],
431 "name": "mark: before_tests" 432 "name": "mark: before_tests"
432 }, 433 },
433 { 434 {
434 "name": "$result", 435 "name": "$result",
435 "recipe_result": null, 436 "recipe_result": null,
436 "status_code": 0 437 "status_code": 0
437 } 438 }
438 ] 439 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698