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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Linux Snapshot Builder", 10 "Linux Snapshot Builder",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "--goma-cache-dir", 240 "--goma-cache-dir",
241 "[GOMA_CACHE]", 241 "[GOMA_CACHE]",
242 "--build-tool", 242 "--build-tool",
243 "ninja", 243 "ninja",
244 "--build-data-dir", 244 "--build-data-dir",
245 "[ROOT]/build_data_dir", 245 "[ROOT]/build_data_dir",
246 "--compiler", 246 "--compiler",
247 "goma", 247 "goma",
248 "--goma-jsonstatus", 248 "--goma-jsonstatus",
249 "/path/to/tmp/json", 249 "/path/to/tmp/json",
250 "--goma-service-account-json-file",
251 "/creds/service_accounts/service-account-goma-client.json",
250 "--goma-dir", 252 "--goma-dir",
251 "[CACHE]/cipd/goma", 253 "[CACHE]/cipd/goma",
252 "--", 254 "--",
253 "All", 255 "All",
254 "chromium_builder_tests" 256 "chromium_builder_tests"
255 ], 257 ],
256 "cwd": "[SLAVE_BUILD]", 258 "cwd": "[SLAVE_BUILD]",
257 "name": "compile", 259 "name": "compile",
258 "~followup_annotations": [ 260 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 14 matching lines...) Expand all
274 ], 276 ],
275 "cwd": "[SLAVE_BUILD]", 277 "cwd": "[SLAVE_BUILD]",
276 "name": "archive build" 278 "name": "archive build"
277 }, 279 },
278 { 280 {
279 "name": "$result", 281 "name": "$result",
280 "recipe_result": null, 282 "recipe_result": null,
281 "status_code": 0 283 "status_code": 0
282 } 284 }
283 ] 285 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698