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_chromiumos_Linux_ChromiumOS_Ozone_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.chromiumos", 8 "chromium.chromiumos",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Ozone Builder", 10 "Linux ChromiumOS Ozone Builder",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "--goma-cache-dir", 244 "--goma-cache-dir",
245 "[GOMA_CACHE]", 245 "[GOMA_CACHE]",
246 "--build-tool", 246 "--build-tool",
247 "ninja", 247 "ninja",
248 "--build-data-dir", 248 "--build-data-dir",
249 "[ROOT]/build_data_dir", 249 "[ROOT]/build_data_dir",
250 "--compiler", 250 "--compiler",
251 "goma", 251 "goma",
252 "--goma-jsonstatus", 252 "--goma-jsonstatus",
253 "/path/to/tmp/json", 253 "/path/to/tmp/json",
254 "--goma-service-account-json-file",
255 "/creds/service_accounts/service-account-goma-client.json",
254 "--goma-dir", 256 "--goma-dir",
255 "[BUILD]/goma", 257 "[BUILD]/goma",
256 "--ninja-ensure-up-to-date", 258 "--ninja-ensure-up-to-date",
257 "--", 259 "--",
258 "aura_builder", 260 "aura_builder",
259 "browser_tests", 261 "browser_tests",
260 "browser_tests_run" 262 "browser_tests_run"
261 ], 263 ],
262 "cwd": "[SLAVE_BUILD]", 264 "cwd": "[SLAVE_BUILD]",
263 "name": "compile", 265 "name": "compile",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "~followup_annotations": [ 353 "~followup_annotations": [
352 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@" 354 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@"
353 ] 355 ]
354 }, 356 },
355 { 357 {
356 "name": "$result", 358 "name": "$result",
357 "recipe_result": null, 359 "recipe_result": null,
358 "status_code": 0 360 "status_code": 0
359 } 361 }
360 ] 362 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698