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

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

Issue 2484343002: Drop Precise blink builders on chromium.webkit, add corresponding Trusty builders. (Closed)
Patch Set: Add "ninja_confirm_noop" to "chromium_apply_config" for "WebKit Linux Trusty". Created 4 years, 1 month 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]/linux_layout", 7 "[BUILDER_CACHE]/linux_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "--compiler", 380 "--compiler",
381 "goma", 381 "goma",
382 "--goma-jsonstatus", 382 "--goma-jsonstatus",
383 "/path/to/tmp/json", 383 "/path/to/tmp/json",
384 "--goma-service-account-json-file", 384 "--goma-service-account-json-file",
385 "/creds/service_accounts/service-account-goma-client.json", 385 "/creds/service_accounts/service-account-goma-client.json",
386 "--goma-dir", 386 "--goma-dir",
387 "[CACHE]/cipd/goma", 387 "[CACHE]/cipd/goma",
388 "--goma-fail-fast", 388 "--goma-fail-fast",
389 "--goma-disable-local-fallback", 389 "--goma-disable-local-fallback",
390 "--ninja-ensure-up-to-date",
391 "--", 390 "--",
392 "blink_tests" 391 "blink_tests"
393 ], 392 ],
394 "env": { 393 "env": {
395 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 394 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
396 }, 395 },
397 "name": "compile (with patch)", 396 "name": "compile (with patch)",
398 "~followup_annotations": [ 397 "~followup_annotations": [
399 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 398 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
400 "@@@STEP_LOG_END@json.output (invalid)@@@" 399 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" 500 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
502 ] 501 ]
503 }, 502 },
504 { 503 {
505 "name": "$result", 504 "name": "$result",
506 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 505 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
507 "recipe_result": null, 506 "recipe_result": null,
508 "status_code": 1 507 "status_code": 1
509 } 508 }
510 ] 509 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698