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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "--compiler", 322 "--compiler",
323 "goma", 323 "goma",
324 "--goma-jsonstatus", 324 "--goma-jsonstatus",
325 "/path/to/tmp/json", 325 "/path/to/tmp/json",
326 "--goma-service-account-json-file", 326 "--goma-service-account-json-file",
327 "C:\\creds\\service_accounts\\service-account-goma-client.json", 327 "C:\\creds\\service_accounts\\service-account-goma-client.json",
328 "--goma-dir", 328 "--goma-dir",
329 "[CACHE]\\cipd\\goma", 329 "[CACHE]\\cipd\\goma",
330 "--", 330 "--",
331 "browser_tests", 331 "browser_tests",
332 "capture_unittests",
332 "content_browsertests", 333 "content_browsertests",
333 "content_unittests", 334 "content_unittests",
334 "media_unittests", 335 "media_unittests",
335 "remoting_unittests" 336 "remoting_unittests"
336 ], 337 ],
337 "env": { 338 "env": {
338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
339 }, 340 },
340 "name": "compile", 341 "name": "compile",
341 "~followup_annotations": [ 342 "~followup_annotations": [
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "~followup_annotations": [ 426 "~followup_annotations": [
426 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" 427 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@"
427 ] 428 ]
428 }, 429 },
429 { 430 {
430 "name": "$result", 431 "name": "$result",
431 "recipe_result": null, 432 "recipe_result": null,
432 "status_code": 0 433 "status_code": 0
433 } 434 }
434 ] 435 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698