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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "--compiler", 330 "--compiler",
331 "goma-clang", 331 "goma-clang",
332 "--goma-jsonstatus", 332 "--goma-jsonstatus",
333 "/path/to/tmp/json", 333 "/path/to/tmp/json",
334 "--goma-service-account-json-file", 334 "--goma-service-account-json-file",
335 "/creds/service_accounts/service-account-goma-client.json", 335 "/creds/service_accounts/service-account-goma-client.json",
336 "--goma-dir", 336 "--goma-dir",
337 "[CACHE]/cipd/goma", 337 "[CACHE]/cipd/goma",
338 "--", 338 "--",
339 "browser_tests", 339 "browser_tests",
340 "capture_unittests",
340 "content_browsertests", 341 "content_browsertests",
341 "content_unittests", 342 "content_unittests",
342 "media_unittests", 343 "media_unittests",
343 "remoting_unittests" 344 "remoting_unittests"
344 ], 345 ],
345 "env": { 346 "env": {
346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 347 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
347 }, 348 },
348 "name": "compile", 349 "name": "compile",
349 "~followup_annotations": [ 350 "~followup_annotations": [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 "~followup_annotations": [ 411 "~followup_annotations": [
411 "@@@STEP_TEXT@Mac Tester@@@" 412 "@@@STEP_TEXT@Mac Tester@@@"
412 ] 413 ]
413 }, 414 },
414 { 415 {
415 "name": "$result", 416 "name": "$result",
416 "recipe_result": null, 417 "recipe_result": null,
417 "status_code": 0 418 "status_code": 0
418 } 419 }
419 ] 420 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698