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

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

Issue 1909483002: 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.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "--src-dir", 257 "--src-dir",
258 "[SLAVE_BUILD]/src", 258 "[SLAVE_BUILD]/src",
259 "--goma-cache-dir", 259 "--goma-cache-dir",
260 "[GOMA_CACHE]", 260 "[GOMA_CACHE]",
261 "--build-tool", 261 "--build-tool",
262 "ninja", 262 "ninja",
263 "--compiler", 263 "--compiler",
264 "goma", 264 "goma",
265 "--goma-jsonstatus", 265 "--goma-jsonstatus",
266 "/path/to/tmp/json", 266 "/path/to/tmp/json",
267 "--goma-service-account-json-file",
268 "/creds/service_accounts/service-account-goma-client.json",
267 "--goma-dir", 269 "--goma-dir",
268 "[BUILD]/goma", 270 "[BUILD]/goma",
269 "--", 271 "--",
270 "browser_tests", 272 "browser_tests",
271 "chromium_builder_webrtc", 273 "chromium_builder_webrtc",
272 "content_browsertests", 274 "content_browsertests",
273 "content_unittests", 275 "content_unittests",
274 "media_unittests", 276 "media_unittests",
275 "remoting_unittests" 277 "remoting_unittests"
276 ], 278 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "~followup_annotations": [ 336 "~followup_annotations": [
335 "@@@STEP_TEXT@Linux Tester@@@" 337 "@@@STEP_TEXT@Linux Tester@@@"
336 ] 338 ]
337 }, 339 },
338 { 340 {
339 "name": "$result", 341 "name": "$result",
340 "recipe_result": null, 342 "recipe_result": null,
341 "status_code": 0 343 "status_code": 0
342 } 344 }
343 ] 345 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698