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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Linux_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 "Linux Builder", 10 "Linux Builder",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--build-data-dir", 263 "--build-data-dir",
264 "[ROOT]/build_data_dir", 264 "[ROOT]/build_data_dir",
265 "--compiler", 265 "--compiler",
266 "goma", 266 "goma",
267 "--goma-jsonstatus", 267 "--goma-jsonstatus",
268 "/path/to/tmp/json", 268 "/path/to/tmp/json",
269 "--goma-service-account-json-file",
270 "/creds/service_accounts/service-account-goma-client.json",
269 "--goma-dir", 271 "--goma-dir",
270 "[CACHE]/cipd/goma", 272 "[CACHE]/cipd/goma",
271 "--", 273 "--",
272 "browser_tests", 274 "browser_tests",
273 "chromium_builder_webrtc", 275 "chromium_builder_webrtc",
274 "content_browsertests", 276 "content_browsertests",
275 "content_unittests", 277 "content_unittests",
276 "media_unittests", 278 "media_unittests",
277 "remoting_unittests" 279 "remoting_unittests"
278 ], 280 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "~followup_annotations": [ 338 "~followup_annotations": [
337 "@@@STEP_TEXT@Linux Tester@@@" 339 "@@@STEP_TEXT@Linux Tester@@@"
338 ] 340 ]
339 }, 341 },
340 { 342 {
341 "name": "$result", 343 "name": "$result",
342 "recipe_result": null, 344 "recipe_result": null,
343 "status_code": 0 345 "status_code": 0
344 } 346 }
345 ] 347 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698