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

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

Issue 1906513003: Revert "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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "--src-dir", 270 "--src-dir",
271 "[SLAVE_BUILD]/src", 271 "[SLAVE_BUILD]/src",
272 "--goma-cache-dir", 272 "--goma-cache-dir",
273 "[GOMA_CACHE]", 273 "[GOMA_CACHE]",
274 "--build-tool", 274 "--build-tool",
275 "ninja", 275 "ninja",
276 "--compiler", 276 "--compiler",
277 "goma", 277 "goma",
278 "--goma-jsonstatus", 278 "--goma-jsonstatus",
279 "/path/to/tmp/json", 279 "/path/to/tmp/json",
280 "--goma-service-account-json-file",
281 "/creds/service_accounts/service-account-goma-client.json",
282 "--goma-dir", 280 "--goma-dir",
283 "[CACHE]/cipd/goma", 281 "[CACHE]/cipd/goma",
284 "--ninja-ensure-up-to-date", 282 "--ninja-ensure-up-to-date",
285 "--", 283 "--",
286 "chromium_swarm_tests" 284 "chromium_swarm_tests"
287 ], 285 ],
288 "cwd": "[SLAVE_BUILD]", 286 "cwd": "[SLAVE_BUILD]",
289 "name": "compile", 287 "name": "compile",
290 "~followup_annotations": [ 288 "~followup_annotations": [
291 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "~followup_annotations": [ 365 "~followup_annotations": [
368 "@@@STEP_TEXT@Linux Tests@@@" 366 "@@@STEP_TEXT@Linux Tests@@@"
369 ] 367 ]
370 }, 368 },
371 { 369 {
372 "name": "$result", 370 "name": "$result",
373 "recipe_result": null, 371 "recipe_result": null,
374 "status_code": 0 372 "status_code": 0
375 } 373 }
376 ] 374 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698