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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Site Isolation Linux", 10 "Site Isolation Linux",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "--goma-cache-dir", 257 "--goma-cache-dir",
258 "[GOMA_CACHE]", 258 "[GOMA_CACHE]",
259 "--build-tool", 259 "--build-tool",
260 "ninja", 260 "ninja",
261 "--build-data-dir", 261 "--build-data-dir",
262 "[ROOT]/build_data_dir", 262 "[ROOT]/build_data_dir",
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 "[CACHE]/cipd/goma", 270 "[CACHE]/cipd/goma",
269 "--ninja-ensure-up-to-date", 271 "--ninja-ensure-up-to-date",
270 "--", 272 "--",
271 "blink_tests", 273 "blink_tests",
272 "content_browsertests", 274 "content_browsertests",
273 "content_unittests" 275 "content_unittests"
274 ], 276 ],
275 "cwd": "[SLAVE_BUILD]", 277 "cwd": "[SLAVE_BUILD]",
276 "name": "compile", 278 "name": "compile",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @", 350 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/Site_Isolation_Linux/571/layout-test-results/results.html@@ @",
349 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@" 351 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/Site_Isolation_Linux/571/layout-test-results.zip@@@"
350 ] 352 ]
351 }, 353 },
352 { 354 {
353 "name": "$result", 355 "name": "$result",
354 "recipe_result": null, 356 "recipe_result": null,
355 "status_code": 0 357 "status_code": 0
356 } 358 }
357 ] 359 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698