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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux_asan.json

Issue 1915473003: goma: back to build-provided client and disable oauth2 (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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_asan", 10 "linux_asan",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "--src-dir", 135 "--src-dir",
136 "[SLAVE_BUILD]/src", 136 "[SLAVE_BUILD]/src",
137 "--goma-cache-dir", 137 "--goma-cache-dir",
138 "[GOMA_CACHE]", 138 "[GOMA_CACHE]",
139 "--build-tool", 139 "--build-tool",
140 "ninja", 140 "ninja",
141 "--compiler", 141 "--compiler",
142 "goma-clang", 142 "goma-clang",
143 "--goma-jsonstatus", 143 "--goma-jsonstatus",
144 "/path/to/tmp/json", 144 "/path/to/tmp/json",
145 "--goma-service-account-json-file",
146 "/creds/service_accounts/service-account-goma-client.json",
147 "--goma-dir", 145 "--goma-dir",
148 "[BUILD]/goma", 146 "[BUILD]/goma",
149 "--goma-fail-fast", 147 "--goma-fail-fast",
150 "--goma-disable-local-fallback", 148 "--goma-disable-local-fallback",
151 "--", 149 "--",
152 "All" 150 "All"
153 ], 151 ],
154 "cwd": "[SLAVE_BUILD]", 152 "cwd": "[SLAVE_BUILD]",
155 "name": "compile", 153 "name": "compile",
156 "~followup_annotations": [ 154 "~followup_annotations": [
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 ], 574 ],
577 "cwd": "[SLAVE_BUILD]", 575 "cwd": "[SLAVE_BUILD]",
578 "name": "webrtc_nonparallel_tests" 576 "name": "webrtc_nonparallel_tests"
579 }, 577 },
580 { 578 {
581 "name": "$result", 579 "name": "$result",
582 "recipe_result": null, 580 "recipe_result": null,
583 "status_code": 0 581 "status_code": 0
584 } 582 }
585 ] 583 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698