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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Mac_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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "--compiler", 311 "--compiler",
312 "goma-clang", 312 "goma-clang",
313 "--goma-jsonstatus", 313 "--goma-jsonstatus",
314 "/path/to/tmp/json", 314 "/path/to/tmp/json",
315 "--goma-service-account-json-file", 315 "--goma-service-account-json-file",
316 "/creds/service_accounts/service-account-goma-client.json", 316 "/creds/service_accounts/service-account-goma-client.json",
317 "--goma-dir", 317 "--goma-dir",
318 "[CACHE]/cipd/goma", 318 "[CACHE]/cipd/goma",
319 "--", 319 "--",
320 "browser_tests", 320 "browser_tests",
321 "chromium_builder_webrtc",
322 "content_browsertests", 321 "content_browsertests",
323 "content_unittests", 322 "content_unittests",
324 "media_unittests", 323 "media_unittests",
325 "remoting_unittests" 324 "remoting_unittests"
326 ], 325 ],
327 "env": { 326 "env": {
328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 327 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
329 }, 328 },
330 "name": "compile", 329 "name": "compile",
331 "~followup_annotations": [ 330 "~followup_annotations": [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "~followup_annotations": [ 385 "~followup_annotations": [
387 "@@@STEP_TEXT@Mac Tester@@@" 386 "@@@STEP_TEXT@Mac Tester@@@"
388 ] 387 ]
389 }, 388 },
390 { 389 {
391 "name": "$result", 390 "name": "$result",
392 "recipe_result": null, 391 "recipe_result": null,
393 "status_code": 0 392 "status_code": 0
394 } 393 }
395 ] 394 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698