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

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

Powered by Google App Engine
This is Rietveld 408576698