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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_gtest_override_compile_targets.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 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",
314 "--goma-dir", 312 "--goma-dir",
315 "[CACHE]/cipd/goma", 313 "[CACHE]/cipd/goma",
316 "--ninja-ensure-up-to-date", 314 "--ninja-ensure-up-to-date",
317 "--", 315 "--",
318 "chromium_swarm_tests", 316 "chromium_swarm_tests",
319 "tab_capture_end2end_tests_run" 317 "tab_capture_end2end_tests_run"
320 ], 318 ],
321 "cwd": "[SLAVE_BUILD]", 319 "cwd": "[SLAVE_BUILD]",
322 "name": "compile", 320 "name": "compile",
323 "~followup_annotations": [ 321 "~followup_annotations": [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "~followup_annotations": [ 430 "~followup_annotations": [
433 "@@@STEP_TEXT@Linux Tests@@@" 431 "@@@STEP_TEXT@Linux Tests@@@"
434 ] 432 ]
435 }, 433 },
436 { 434 {
437 "name": "$result", 435 "name": "$result",
438 "recipe_result": null, 436 "recipe_result": null,
439 "status_code": 0 437 "status_code": 0
440 } 438 }
441 ] 439 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698