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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Linux_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]/Linux_Builder", 7 "[BUILDER_CACHE]/Linux_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "--compiler", 314 "--compiler",
315 "goma", 315 "goma",
316 "--goma-jsonstatus", 316 "--goma-jsonstatus",
317 "/path/to/tmp/json", 317 "/path/to/tmp/json",
318 "--goma-service-account-json-file", 318 "--goma-service-account-json-file",
319 "/creds/service_accounts/service-account-goma-client.json", 319 "/creds/service_accounts/service-account-goma-client.json",
320 "--goma-dir", 320 "--goma-dir",
321 "[CACHE]/cipd/goma", 321 "[CACHE]/cipd/goma",
322 "--", 322 "--",
323 "browser_tests", 323 "browser_tests",
324 "capture_unittests",
324 "content_browsertests", 325 "content_browsertests",
325 "content_unittests", 326 "content_unittests",
326 "media_unittests", 327 "media_unittests",
327 "remoting_unittests" 328 "remoting_unittests"
328 ], 329 ],
329 "env": { 330 "env": {
330 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
331 }, 332 },
332 "name": "compile", 333 "name": "compile",
333 "~followup_annotations": [ 334 "~followup_annotations": [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "~followup_annotations": [ 395 "~followup_annotations": [
395 "@@@STEP_TEXT@Linux Tester@@@" 396 "@@@STEP_TEXT@Linux Tester@@@"
396 ] 397 ]
397 }, 398 },
398 { 399 {
399 "name": "$result", 400 "name": "$result",
400 "recipe_result": null, 401 "recipe_result": null,
401 "status_code": 0 402 "status_code": 0
402 } 403 }
403 ] 404 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698