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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 8 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "--goma-cache-dir", 279 "--goma-cache-dir",
280 "[GOMA_CACHE]", 280 "[GOMA_CACHE]",
281 "--build-tool", 281 "--build-tool",
282 "ninja", 282 "ninja",
283 "--build-data-dir", 283 "--build-data-dir",
284 "[ROOT]/build_data_dir", 284 "[ROOT]/build_data_dir",
285 "--compiler", 285 "--compiler",
286 "goma-clang", 286 "goma-clang",
287 "--goma-jsonstatus", 287 "--goma-jsonstatus",
288 "/path/to/tmp/json", 288 "/path/to/tmp/json",
289 "--goma-service-account-json-file",
290 "/creds/service_accounts/service-account-goma-client.json",
289 "--goma-dir", 291 "--goma-dir",
290 "[CACHE]/cipd/goma", 292 "[CACHE]/cipd/goma",
291 "--", 293 "--",
292 "browser_tests", 294 "browser_tests",
293 "chromium_builder_webrtc", 295 "chromium_builder_webrtc",
294 "content_browsertests", 296 "content_browsertests",
295 "content_unittests", 297 "content_unittests",
296 "media_unittests", 298 "media_unittests",
297 "remoting_unittests" 299 "remoting_unittests"
298 ], 300 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "~followup_annotations": [ 358 "~followup_annotations": [
357 "@@@STEP_TEXT@Mac Tester@@@" 359 "@@@STEP_TEXT@Mac Tester@@@"
358 ] 360 ]
359 }, 361 },
360 { 362 {
361 "name": "$result", 363 "name": "$result",
362 "recipe_result": null, 364 "recipe_result": null,
363 "status_code": 0 365 "status_code": 0
364 } 366 }
365 ] 367 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698