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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_cast_shell_android.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]/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",
413 "--", 412 "--",
414 "cast_shell_apk" 413 "cast_shell_apk"
415 ], 414 ],
416 "env": { 415 "env": {
417 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
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 " 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 "
419 }, 418 },
420 "name": "compile (with patch)", 419 "name": "compile (with patch)",
421 "~followup_annotations": [ 420 "~followup_annotations": [
422 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 421 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
423 "@@@STEP_LOG_END@json.output (invalid)@@@" 422 "@@@STEP_LOG_END@json.output (invalid)@@@"
424 ] 423 ]
425 }, 424 },
426 { 425 {
427 "cmd": [ 426 "cmd": [
428 "python", 427 "python",
429 "-u", 428 "-u",
430 "import sys; sys.exit(0)" 429 "import sys; sys.exit(0)"
431 ], 430 ],
432 "name": "mark: before_tests" 431 "name": "mark: before_tests"
433 }, 432 },
434 { 433 {
435 "name": "$result", 434 "name": "$result",
436 "recipe_result": null, 435 "recipe_result": null,
437 "status_code": 0 436 "status_code": 0
438 } 437 }
439 ] 438 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698