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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_Snapshot_Builder.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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Linux Snapshot Builder", 10 "Linux Snapshot Builder",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "--src-dir", 238 "--src-dir",
239 "[SLAVE_BUILD]/src", 239 "[SLAVE_BUILD]/src",
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 "--compiler", 244 "--compiler",
245 "goma", 245 "goma",
246 "--goma-jsonstatus", 246 "--goma-jsonstatus",
247 "/path/to/tmp/json", 247 "/path/to/tmp/json",
248 "--goma-service-account-json-file",
249 "/creds/service_accounts/service-account-goma-client.json",
248 "--goma-dir", 250 "--goma-dir",
249 "[BUILD]/goma", 251 "[BUILD]/goma",
250 "--", 252 "--",
251 "All", 253 "All",
252 "chromium_builder_tests" 254 "chromium_builder_tests"
253 ], 255 ],
254 "cwd": "[SLAVE_BUILD]", 256 "cwd": "[SLAVE_BUILD]",
255 "name": "compile", 257 "name": "compile",
256 "~followup_annotations": [ 258 "~followup_annotations": [
257 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 14 matching lines...) Expand all
272 ], 274 ],
273 "cwd": "[SLAVE_BUILD]", 275 "cwd": "[SLAVE_BUILD]",
274 "name": "archive build" 276 "name": "archive build"
275 }, 277 },
276 { 278 {
277 "name": "$result", 279 "name": "$result",
278 "recipe_result": null, 280 "recipe_result": null,
279 "status_code": 0 281 "status_code": 0
280 } 282 }
281 ] 283 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698