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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_override_compile_targets.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "--src-dir", 302 "--src-dir",
303 "[SLAVE_BUILD]/src", 303 "[SLAVE_BUILD]/src",
304 "--goma-cache-dir", 304 "--goma-cache-dir",
305 "[GOMA_CACHE]", 305 "[GOMA_CACHE]",
306 "--build-tool", 306 "--build-tool",
307 "ninja", 307 "ninja",
308 "--compiler", 308 "--compiler",
309 "goma", 309 "goma",
310 "--goma-jsonstatus", 310 "--goma-jsonstatus",
311 "/path/to/tmp/json", 311 "/path/to/tmp/json",
312 "--goma-service-account-json-file",
313 "/creds/service_accounts/service-account-goma-client.json",
312 "--goma-dir", 314 "--goma-dir",
313 "[BUILD]/goma", 315 "[BUILD]/goma",
314 "--ninja-ensure-up-to-date", 316 "--ninja-ensure-up-to-date",
315 "--", 317 "--",
316 "chromium_swarm_tests", 318 "chromium_swarm_tests",
317 "tab_capture_end2end_tests_run" 319 "tab_capture_end2end_tests_run"
318 ], 320 ],
319 "cwd": "[SLAVE_BUILD]", 321 "cwd": "[SLAVE_BUILD]",
320 "name": "compile", 322 "name": "compile",
321 "~followup_annotations": [ 323 "~followup_annotations": [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "~followup_annotations": [ 432 "~followup_annotations": [
431 "@@@STEP_TEXT@Linux Tests@@@" 433 "@@@STEP_TEXT@Linux Tests@@@"
432 ] 434 ]
433 }, 435 },
434 { 436 {
435 "name": "$result", 437 "name": "$result",
436 "recipe_result": null, 438 "recipe_result": null,
437 "status_code": 0 439 "status_code": 0
438 } 440 }
439 ] 441 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698