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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/check_ecs_deps_fail.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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "linux_ecs_ozone", 10 "linux_ecs_ozone",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "--src-dir", 127 "--src-dir",
128 "[SLAVE_BUILD]/src", 128 "[SLAVE_BUILD]/src",
129 "--goma-cache-dir", 129 "--goma-cache-dir",
130 "[GOMA_CACHE]", 130 "[GOMA_CACHE]",
131 "--build-tool", 131 "--build-tool",
132 "ninja", 132 "ninja",
133 "--compiler", 133 "--compiler",
134 "goma", 134 "goma",
135 "--goma-jsonstatus", 135 "--goma-jsonstatus",
136 "/path/to/tmp/json", 136 "/path/to/tmp/json",
137 "--goma-service-account-json-file",
138 "/creds/service_accounts/service-account-goma-client.json",
139 "--goma-dir", 137 "--goma-dir",
140 "[BUILD]/goma", 138 "[BUILD]/goma",
141 "--", 139 "--",
142 "content_shell" 140 "content_shell"
143 ], 141 ],
144 "cwd": "[SLAVE_BUILD]", 142 "cwd": "[SLAVE_BUILD]",
145 "name": "compile content_shell", 143 "name": "compile content_shell",
146 "~followup_annotations": [ 144 "~followup_annotations": [
147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 145 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
148 "@@@STEP_LOG_END@json.output (invalid)@@@" 146 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 29 matching lines...) Expand all
178 "--src-dir", 176 "--src-dir",
179 "[SLAVE_BUILD]/src", 177 "[SLAVE_BUILD]/src",
180 "--goma-cache-dir", 178 "--goma-cache-dir",
181 "[GOMA_CACHE]", 179 "[GOMA_CACHE]",
182 "--build-tool", 180 "--build-tool",
183 "ninja", 181 "ninja",
184 "--compiler", 182 "--compiler",
185 "goma", 183 "goma",
186 "--goma-jsonstatus", 184 "--goma-jsonstatus",
187 "/path/to/tmp/json", 185 "/path/to/tmp/json",
188 "--goma-service-account-json-file",
189 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 186 "--goma-dir",
191 "[BUILD]/goma", 187 "[BUILD]/goma",
192 "--", 188 "--",
193 "aura_unittests", 189 "aura_unittests",
194 "base_unittests", 190 "base_unittests",
195 "cacheinvalidation_unittests", 191 "cacheinvalidation_unittests",
196 "cc_unittests", 192 "cc_unittests",
197 "components_unittests", 193 "components_unittests",
198 "compositor_unittests", 194 "compositor_unittests",
199 "content_browsertests", 195 "content_browsertests",
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 ], 745 ],
750 "cwd": "[SLAVE_BUILD]", 746 "cwd": "[SLAVE_BUILD]",
751 "name": "url_unittests" 747 "name": "url_unittests"
752 }, 748 },
753 { 749 {
754 "name": "$result", 750 "name": "$result",
755 "recipe_result": null, 751 "recipe_result": null,
756 "status_code": 0 752 "status_code": 0
757 } 753 }
758 ] 754 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ozone_ecs.expected/basic.json ('k') | scripts/slave/recipes/ozone_ecs.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698