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

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

Issue 2119233003: Adding capture unittests to webcam-equipped WebRTC bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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]/Mac_Builder", 7 "[BUILDER_CACHE]/Mac_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "--compiler", 336 "--compiler",
337 "goma-clang", 337 "goma-clang",
338 "--goma-jsonstatus", 338 "--goma-jsonstatus",
339 "/path/to/tmp/json", 339 "/path/to/tmp/json",
340 "--goma-service-account-json-file", 340 "--goma-service-account-json-file",
341 "/creds/service_accounts/service-account-goma-client.json", 341 "/creds/service_accounts/service-account-goma-client.json",
342 "--goma-dir", 342 "--goma-dir",
343 "[CACHE]/cipd/goma", 343 "[CACHE]/cipd/goma",
344 "--", 344 "--",
345 "browser_tests", 345 "browser_tests",
346 "capture_unittests",
346 "content_browsertests", 347 "content_browsertests",
347 "content_unittests", 348 "content_unittests",
348 "media_unittests", 349 "media_unittests",
349 "remoting_unittests" 350 "remoting_unittests"
350 ], 351 ],
351 "env": { 352 "env": {
352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 353 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
353 }, 354 },
354 "name": "compile", 355 "name": "compile",
355 "~followup_annotations": [ 356 "~followup_annotations": [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "~followup_annotations": [ 417 "~followup_annotations": [
417 "@@@STEP_TEXT@Mac Tester@@@" 418 "@@@STEP_TEXT@Mac Tester@@@"
418 ] 419 ]
419 }, 420 },
420 { 421 {
421 "name": "$result", 422 "name": "$result",
422 "recipe_result": null, 423 "recipe_result": null,
423 "status_code": 0 424 "status_code": 0
424 } 425 }
425 ] 426 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698