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

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

Issue 1968293004: WebRTC: Enable MB on our remaining Chromium builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Mac_Builder.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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "--compiler", 297 "--compiler",
298 "goma", 298 "goma",
299 "--goma-jsonstatus", 299 "--goma-jsonstatus",
300 "/path/to/tmp/json", 300 "/path/to/tmp/json",
301 "--goma-service-account-json-file", 301 "--goma-service-account-json-file",
302 "C:\\creds\\service_accounts\\service-account-goma-client.json", 302 "C:\\creds\\service_accounts\\service-account-goma-client.json",
303 "--goma-dir", 303 "--goma-dir",
304 "[CACHE]\\cipd\\goma", 304 "[CACHE]\\cipd\\goma",
305 "--", 305 "--",
306 "browser_tests", 306 "browser_tests",
307 "chromium_builder_webrtc",
308 "content_browsertests", 307 "content_browsertests",
309 "content_unittests", 308 "content_unittests",
310 "media_unittests", 309 "media_unittests",
311 "remoting_unittests" 310 "remoting_unittests"
312 ], 311 ],
313 "env": { 312 "env": {
314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
315 }, 314 },
316 "name": "compile", 315 "name": "compile",
317 "~followup_annotations": [ 316 "~followup_annotations": [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "~followup_annotations": [ 394 "~followup_annotations": [
396 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" 395 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@"
397 ] 396 ]
398 }, 397 },
399 { 398 {
400 "name": "$result", 399 "name": "$result",
401 "recipe_result": null, 400 "recipe_result": null,
402 "status_code": 0 401 "status_code": 0
403 } 402 }
404 ] 403 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Mac_Builder.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698