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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_cq.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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "--src-dir", 359 "--src-dir",
360 "[SLAVE_BUILD]/src", 360 "[SLAVE_BUILD]/src",
361 "--goma-cache-dir", 361 "--goma-cache-dir",
362 "[GOMA_CACHE]", 362 "[GOMA_CACHE]",
363 "--build-tool", 363 "--build-tool",
364 "ninja", 364 "ninja",
365 "--compiler", 365 "--compiler",
366 "goma", 366 "goma",
367 "--goma-jsonstatus", 367 "--goma-jsonstatus",
368 "/path/to/tmp/json", 368 "/path/to/tmp/json",
369 "--goma-service-account-json-file",
370 "/creds/service_accounts/service-account-goma-client.json",
371 "--goma-dir", 369 "--goma-dir",
372 "[CACHE]/cipd/goma", 370 "[CACHE]/cipd/goma",
373 "--goma-fail-fast", 371 "--goma-fail-fast",
374 "--goma-disable-local-fallback", 372 "--goma-disable-local-fallback",
375 "--ninja-ensure-up-to-date", 373 "--ninja-ensure-up-to-date",
376 "--", 374 "--",
377 "chromium_swarm_tests" 375 "chromium_swarm_tests"
378 ], 376 ],
379 "cwd": "[SLAVE_BUILD]", 377 "cwd": "[SLAVE_BUILD]",
380 "name": "compile (with patch)", 378 "name": "compile (with patch)",
(...skipping 10 matching lines...) Expand all
391 ], 389 ],
392 "cwd": "[SLAVE_BUILD]", 390 "cwd": "[SLAVE_BUILD]",
393 "name": "mark: before_tests" 391 "name": "mark: before_tests"
394 }, 392 },
395 { 393 {
396 "name": "$result", 394 "name": "$result",
397 "recipe_result": null, 395 "recipe_result": null,
398 "status_code": 0 396 "status_code": 0
399 } 397 }
400 ] 398 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698