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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_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
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win7_Tester.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "/path/to/tmp/json", 324 "/path/to/tmp/json",
325 "--goma-service-account-json-file", 325 "--goma-service-account-json-file",
326 "C:\\creds\\service_accounts\\service-account-goma-client.json", 326 "C:\\creds\\service_accounts\\service-account-goma-client.json",
327 "--goma-dir", 327 "--goma-dir",
328 "[CACHE]\\cipd\\goma", 328 "[CACHE]\\cipd\\goma",
329 "--", 329 "--",
330 "browser_tests", 330 "browser_tests",
331 "capture_unittests", 331 "capture_unittests",
332 "content_browsertests", 332 "content_browsertests",
333 "content_unittests", 333 "content_unittests",
334 "media_unittests",
335 "remoting_unittests" 334 "remoting_unittests"
336 ], 335 ],
337 "env": { 336 "env": {
338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
339 }, 338 },
340 "name": "compile", 339 "name": "compile",
341 "~followup_annotations": [ 340 "~followup_annotations": [
342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
343 "@@@STEP_LOG_END@json.output (invalid)@@@" 342 "@@@STEP_LOG_END@json.output (invalid)@@@"
344 ] 343 ]
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "~followup_annotations": [ 424 "~followup_annotations": [
426 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" 425 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@"
427 ] 426 ]
428 }, 427 },
429 { 428 {
430 "name": "$result", 429 "name": "$result",
431 "recipe_result": null, 430 "recipe_result": null,
432 "status_code": 0 431 "status_code": 0
433 } 432 }
434 ] 433 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win7_Tester.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698