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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Print_Preview_Linux.json

Issue 1909483002: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "--src-dir", 235 "--src-dir",
236 "[SLAVE_BUILD]/src", 236 "[SLAVE_BUILD]/src",
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 "--compiler", 241 "--compiler",
242 "goma", 242 "goma",
243 "--goma-jsonstatus", 243 "--goma-jsonstatus",
244 "/path/to/tmp/json", 244 "/path/to/tmp/json",
245 "--goma-service-account-json-file",
246 "/creds/service_accounts/service-account-goma-client.json",
245 "--goma-dir", 247 "--goma-dir",
246 "[BUILD]/goma", 248 "[BUILD]/goma",
247 "--", 249 "--",
248 "blink_tests", 250 "blink_tests",
249 "browser_tests" 251 "browser_tests"
250 ], 252 ],
251 "cwd": "[SLAVE_BUILD]", 253 "cwd": "[SLAVE_BUILD]",
252 "name": "compile", 254 "name": "compile",
253 "~followup_annotations": [ 255 "~followup_annotations": [
254 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 28 matching lines...) Expand all
283 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" 285 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
284 }, 286 },
285 "name": "print_preview_tests" 287 "name": "print_preview_tests"
286 }, 288 },
287 { 289 {
288 "name": "$result", 290 "name": "$result",
289 "recipe_result": null, 291 "recipe_result": null,
290 "status_code": 0 292 "status_code": 0
291 } 293 }
292 ] 294 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698