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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "--compiler", 316 "--compiler",
317 "goma", 317 "goma",
318 "--goma-jsonstatus", 318 "--goma-jsonstatus",
319 "/path/to/tmp/json", 319 "/path/to/tmp/json",
320 "--goma-service-account-json-file", 320 "--goma-service-account-json-file",
321 "C:\\creds\\service_accounts\\service-account-goma-client.json", 321 "C:\\creds\\service_accounts\\service-account-goma-client.json",
322 "--goma-dir", 322 "--goma-dir",
323 "[CACHE]\\cipd\\goma", 323 "[CACHE]\\cipd\\goma",
324 "--", 324 "--",
325 "browser_tests", 325 "browser_tests",
326 "capture_unittests",
326 "content_browsertests", 327 "content_browsertests",
327 "content_unittests", 328 "content_unittests",
328 "media_unittests", 329 "media_unittests",
329 "remoting_unittests" 330 "remoting_unittests"
330 ], 331 ],
331 "env": { 332 "env": {
332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
333 }, 334 },
334 "name": "compile", 335 "name": "compile",
335 "~followup_annotations": [ 336 "~followup_annotations": [
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "~followup_annotations": [ 443 "~followup_annotations": [
443 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" 444 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@"
444 ] 445 ]
445 }, 446 },
446 { 447 {
447 "name": "$result", 448 "name": "$result",
448 "recipe_result": null, 449 "recipe_result": null,
449 "status_code": 0 450 "status_code": 0
450 } 451 }
451 ] 452 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698