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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_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.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux_asan", 10 "linux_asan",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "--src-dir", 100 "--src-dir",
101 "[SLAVE_BUILD]/src", 101 "[SLAVE_BUILD]/src",
102 "--goma-cache-dir", 102 "--goma-cache-dir",
103 "[GOMA_CACHE]", 103 "[GOMA_CACHE]",
104 "--build-tool", 104 "--build-tool",
105 "ninja", 105 "ninja",
106 "--compiler", 106 "--compiler",
107 "goma-clang", 107 "goma-clang",
108 "--goma-jsonstatus", 108 "--goma-jsonstatus",
109 "/path/to/tmp/json", 109 "/path/to/tmp/json",
110 "--goma-service-account-json-file",
111 "/creds/service_accounts/service-account-goma-client.json",
112 "--goma-dir", 110 "--goma-dir",
113 "[BUILD]/goma", 111 "[BUILD]/goma",
114 "--goma-fail-fast", 112 "--goma-fail-fast",
115 "--goma-disable-local-fallback", 113 "--goma-disable-local-fallback",
116 "--", 114 "--",
117 "All" 115 "All"
118 ], 116 ],
119 "cwd": "[SLAVE_BUILD]", 117 "cwd": "[SLAVE_BUILD]",
120 "name": "compile", 118 "name": "compile",
121 "~followup_annotations": [ 119 "~followup_annotations": [
(...skipping 22 matching lines...) Expand all
144 ], 142 ],
145 "cwd": "[SLAVE_BUILD]", 143 "cwd": "[SLAVE_BUILD]",
146 "name": "libyuv_unittest" 144 "name": "libyuv_unittest"
147 }, 145 },
148 { 146 {
149 "name": "$result", 147 "name": "$result",
150 "recipe_result": null, 148 "recipe_result": null,
151 "status_code": 0 149 "status_code": 0
152 } 150 }
153 ] 151 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698