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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "--goma-cache-dir", 246 "--goma-cache-dir",
247 "[GOMA_CACHE]", 247 "[GOMA_CACHE]",
248 "--build-tool", 248 "--build-tool",
249 "ninja", 249 "ninja",
250 "--build-data-dir", 250 "--build-data-dir",
251 "[ROOT]\\build_data_dir", 251 "[ROOT]\\build_data_dir",
252 "--compiler", 252 "--compiler",
253 "goma", 253 "goma",
254 "--goma-jsonstatus", 254 "--goma-jsonstatus",
255 "/path/to/tmp/json", 255 "/path/to/tmp/json",
256 "--goma-service-account-json-file",
257 "C:\\creds\\service_accounts\\service-account-goma-client.json",
256 "--goma-dir", 258 "--goma-dir",
257 "[CACHE]\\cipd\\goma", 259 "[CACHE]\\cipd\\goma",
258 "--", 260 "--",
259 "All", 261 "All",
260 "chromium_builder_tests" 262 "chromium_builder_tests"
261 ], 263 ],
262 "cwd": "[SLAVE_BUILD]", 264 "cwd": "[SLAVE_BUILD]",
263 "name": "compile", 265 "name": "compile",
264 "~followup_annotations": [ 266 "~followup_annotations": [
265 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 267 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
266 "@@@STEP_LOG_END@json.output (invalid)@@@" 268 "@@@STEP_LOG_END@json.output (invalid)@@@"
267 ] 269 ]
268 }, 270 },
269 { 271 {
270 "name": "$result", 272 "name": "$result",
271 "recipe_result": null, 273 "recipe_result": null,
272 "status_code": 0 274 "status_code": 0
273 } 275 }
274 ] 276 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698