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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "--src-dir", 370 "--src-dir",
371 "[SLAVE_BUILD]/src", 371 "[SLAVE_BUILD]/src",
372 "--goma-cache-dir", 372 "--goma-cache-dir",
373 "[GOMA_CACHE]", 373 "[GOMA_CACHE]",
374 "--build-tool", 374 "--build-tool",
375 "ninja", 375 "ninja",
376 "--compiler", 376 "--compiler",
377 "goma", 377 "goma",
378 "--goma-jsonstatus", 378 "--goma-jsonstatus",
379 "/path/to/tmp/json", 379 "/path/to/tmp/json",
380 "--goma-service-account-json-file",
381 "/creds/service_accounts/service-account-goma-client.json",
380 "--goma-dir", 382 "--goma-dir",
381 "[CACHE]/cipd/goma", 383 "[CACHE]/cipd/goma",
382 "--goma-fail-fast", 384 "--goma-fail-fast",
383 "--goma-disable-local-fallback", 385 "--goma-disable-local-fallback",
384 "--ninja-ensure-up-to-date", 386 "--ninja-ensure-up-to-date",
385 "--", 387 "--",
386 "chromium_swarm_tests" 388 "chromium_swarm_tests"
387 ], 389 ],
388 "cwd": "[SLAVE_BUILD]", 390 "cwd": "[SLAVE_BUILD]",
389 "name": "compile (with patch)", 391 "name": "compile (with patch)",
(...skipping 10 matching lines...) Expand all
400 ], 402 ],
401 "cwd": "[SLAVE_BUILD]", 403 "cwd": "[SLAVE_BUILD]",
402 "name": "mark: before_tests" 404 "name": "mark: before_tests"
403 }, 405 },
404 { 406 {
405 "name": "$result", 407 "name": "$result",
406 "recipe_result": null, 408 "recipe_result": null,
407 "status_code": 0 409 "status_code": 0
408 } 410 }
409 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698