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

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

Issue 1906513003: Revert "goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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", 8 "chromium.webrtc",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "--src-dir", 271 "--src-dir",
272 "[SLAVE_BUILD]/src", 272 "[SLAVE_BUILD]/src",
273 "--goma-cache-dir", 273 "--goma-cache-dir",
274 "[GOMA_CACHE]", 274 "[GOMA_CACHE]",
275 "--build-tool", 275 "--build-tool",
276 "ninja", 276 "ninja",
277 "--compiler", 277 "--compiler",
278 "goma-clang", 278 "goma-clang",
279 "--goma-jsonstatus", 279 "--goma-jsonstatus",
280 "/path/to/tmp/json", 280 "/path/to/tmp/json",
281 "--goma-service-account-json-file",
282 "/creds/service_accounts/service-account-goma-client.json",
283 "--goma-dir", 281 "--goma-dir",
284 "[CACHE]/cipd/goma", 282 "[CACHE]/cipd/goma",
285 "--", 283 "--",
286 "browser_tests", 284 "browser_tests",
287 "chromium_builder_webrtc", 285 "chromium_builder_webrtc",
288 "content_browsertests", 286 "content_browsertests",
289 "content_unittests", 287 "content_unittests",
290 "media_unittests", 288 "media_unittests",
291 "remoting_unittests" 289 "remoting_unittests"
292 ], 290 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "~followup_annotations": [ 348 "~followup_annotations": [
351 "@@@STEP_TEXT@Mac Tester@@@" 349 "@@@STEP_TEXT@Mac Tester@@@"
352 ] 350 ]
353 }, 351 },
354 { 352 {
355 "name": "$result", 353 "name": "$result",
356 "recipe_result": null, 354 "recipe_result": null,
357 "status_code": 0 355 "status_code": 0
358 } 356 }
359 ] 357 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698