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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_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", 8 "chromium.webrtc",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "--goma-cache-dir", 253 "--goma-cache-dir",
254 "[GOMA_CACHE]", 254 "[GOMA_CACHE]",
255 "--build-tool", 255 "--build-tool",
256 "ninja", 256 "ninja",
257 "--build-data-dir", 257 "--build-data-dir",
258 "[ROOT]/build_data_dir", 258 "[ROOT]/build_data_dir",
259 "--compiler", 259 "--compiler",
260 "goma", 260 "goma",
261 "--goma-jsonstatus", 261 "--goma-jsonstatus",
262 "/path/to/tmp/json", 262 "/path/to/tmp/json",
263 "--goma-service-account-json-file",
264 "/creds/service_accounts/service-account-goma-client.json",
263 "--goma-dir", 265 "--goma-dir",
264 "[CACHE]/cipd/goma", 266 "[CACHE]/cipd/goma",
265 "--", 267 "--",
266 "browser_tests", 268 "browser_tests",
267 "chromium_builder_webrtc", 269 "chromium_builder_webrtc",
268 "content_browsertests", 270 "content_browsertests",
269 "content_unittests", 271 "content_unittests",
270 "media_unittests", 272 "media_unittests",
271 "remoting_unittests" 273 "remoting_unittests"
272 ], 274 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "~followup_annotations": [ 332 "~followup_annotations": [
331 "@@@STEP_TEXT@Linux Tester@@@" 333 "@@@STEP_TEXT@Linux Tester@@@"
332 ] 334 ]
333 }, 335 },
334 { 336 {
335 "name": "$result", 337 "name": "$result",
336 "recipe_result": null, 338 "recipe_result": null,
337 "status_code": 0 339 "status_code": 0
338 } 340 }
339 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698