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_fyi_Print_Preview_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 "Print Preview Linux", 10 "Print Preview Linux",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "--goma-cache-dir", 237 "--goma-cache-dir",
238 "[GOMA_CACHE]", 238 "[GOMA_CACHE]",
239 "--build-tool", 239 "--build-tool",
240 "ninja", 240 "ninja",
241 "--build-data-dir", 241 "--build-data-dir",
242 "[ROOT]/build_data_dir", 242 "[ROOT]/build_data_dir",
243 "--compiler", 243 "--compiler",
244 "goma", 244 "goma",
245 "--goma-jsonstatus", 245 "--goma-jsonstatus",
246 "/path/to/tmp/json", 246 "/path/to/tmp/json",
247 "--goma-service-account-json-file",
248 "/creds/service_accounts/service-account-goma-client.json",
247 "--goma-dir", 249 "--goma-dir",
248 "[CACHE]/cipd/goma", 250 "[CACHE]/cipd/goma",
249 "--", 251 "--",
250 "blink_tests", 252 "blink_tests",
251 "browser_tests" 253 "browser_tests"
252 ], 254 ],
253 "cwd": "[SLAVE_BUILD]", 255 "cwd": "[SLAVE_BUILD]",
254 "name": "compile", 256 "name": "compile",
255 "~followup_annotations": [ 257 "~followup_annotations": [
256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 258 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 28 matching lines...) Expand all
285 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 287 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
286 }, 288 },
287 "name": "print_preview_tests" 289 "name": "print_preview_tests"
288 }, 290 },
289 { 291 {
290 "name": "$result", 292 "name": "$result",
291 "recipe_result": null, 293 "recipe_result": null,
292 "status_code": 0 294 "status_code": 0
293 } 295 }
294 ] 296 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698