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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Trusty.json

Issue 2484343002: Drop Precise blink builders on chromium.webkit, add corresponding Trusty builders. (Closed)
Patch Set: Add ninja_confirm_noop and rerun recipe tests 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "--build-data-dir", 333 "--build-data-dir",
334 "[ROOT]/build_data_dir", 334 "[ROOT]/build_data_dir",
335 "--compiler", 335 "--compiler",
336 "goma", 336 "goma",
337 "--goma-jsonstatus", 337 "--goma-jsonstatus",
338 "/path/to/tmp/json", 338 "/path/to/tmp/json",
339 "--goma-service-account-json-file", 339 "--goma-service-account-json-file",
340 "/creds/service_accounts/service-account-goma-client.json", 340 "/creds/service_accounts/service-account-goma-client.json",
341 "--goma-dir", 341 "--goma-dir",
342 "[CACHE]/cipd/goma", 342 "[CACHE]/cipd/goma",
343 "--ninja-ensure-up-to-date",
343 "--", 344 "--",
344 "blink_tests", 345 "blink_tests",
345 "browser_tests", 346 "browser_tests",
346 "browser_tests_run" 347 "browser_tests_run"
347 ], 348 ],
348 "env": { 349 "env": {
349 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 350 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
350 }, 351 },
351 "name": "compile", 352 "name": "compile",
352 "~followup_annotations": [ 353 "~followup_annotations": [
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 525 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
525 "@@@STEP_LOG_END@python.inline@@@" 526 "@@@STEP_LOG_END@python.inline@@@"
526 ] 527 ]
527 }, 528 },
528 { 529 {
529 "name": "$result", 530 "name": "$result",
530 "recipe_result": null, 531 "recipe_result": null,
531 "status_code": 0 532 "status_code": 0
532 } 533 }
533 ] 534 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698