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

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

Issue 2203323002: Remove media_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add media_unittests' flags to capture_unittests. Created 4 years, 4 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "/path/to/tmp/json", 318 "/path/to/tmp/json",
319 "--goma-service-account-json-file", 319 "--goma-service-account-json-file",
320 "C:\\creds\\service_accounts\\service-account-goma-client.json", 320 "C:\\creds\\service_accounts\\service-account-goma-client.json",
321 "--goma-dir", 321 "--goma-dir",
322 "[CACHE]\\cipd\\goma", 322 "[CACHE]\\cipd\\goma",
323 "--", 323 "--",
324 "browser_tests", 324 "browser_tests",
325 "capture_unittests", 325 "capture_unittests",
326 "content_browsertests", 326 "content_browsertests",
327 "content_unittests", 327 "content_unittests",
328 "media_unittests",
329 "remoting_unittests" 328 "remoting_unittests"
330 ], 329 ],
331 "env": { 330 "env": {
332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
333 }, 332 },
334 "name": "compile", 333 "name": "compile",
335 "~followup_annotations": [ 334 "~followup_annotations": [
336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
337 "@@@STEP_LOG_END@json.output (invalid)@@@" 336 "@@@STEP_LOG_END@json.output (invalid)@@@"
338 ] 337 ]
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "~followup_annotations": [ 441 "~followup_annotations": [
443 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" 442 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@"
444 ] 443 ]
445 }, 444 },
446 { 445 {
447 "name": "$result", 446 "name": "$result",
448 "recipe_result": null, 447 "recipe_result": null,
449 "status_code": 0 448 "status_code": 0
450 } 449 }
451 ] 450 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698