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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_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 "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",
382 "--goma-dir", 380 "--goma-dir",
383 "[CACHE]/cipd/goma", 381 "[CACHE]/cipd/goma",
384 "--goma-fail-fast", 382 "--goma-fail-fast",
385 "--goma-disable-local-fallback", 383 "--goma-disable-local-fallback",
386 "--ninja-ensure-up-to-date", 384 "--ninja-ensure-up-to-date",
387 "--", 385 "--",
388 "chromium_swarm_tests" 386 "chromium_swarm_tests"
389 ], 387 ],
390 "cwd": "[SLAVE_BUILD]", 388 "cwd": "[SLAVE_BUILD]",
391 "name": "compile (with patch)", 389 "name": "compile (with patch)",
(...skipping 10 matching lines...) Expand all
402 ], 400 ],
403 "cwd": "[SLAVE_BUILD]", 401 "cwd": "[SLAVE_BUILD]",
404 "name": "mark: before_tests" 402 "name": "mark: before_tests"
405 }, 403 },
406 { 404 {
407 "name": "$result", 405 "name": "$result",
408 "recipe_result": null, 406 "recipe_result": null,
409 "status_code": 0 407 "status_code": 0
410 } 408 }
411 ] 409 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698