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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/no_tests.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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "--src-dir", 167 "--src-dir",
168 "[SLAVE_BUILD]/src", 168 "[SLAVE_BUILD]/src",
169 "--goma-cache-dir", 169 "--goma-cache-dir",
170 "[GOMA_CACHE]", 170 "[GOMA_CACHE]",
171 "--build-tool", 171 "--build-tool",
172 "ninja", 172 "ninja",
173 "--compiler", 173 "--compiler",
174 "goma-clang", 174 "goma-clang",
175 "--goma-jsonstatus", 175 "--goma-jsonstatus",
176 "/path/to/tmp/json", 176 "/path/to/tmp/json",
177 "--goma-service-account-json-file",
178 "/creds/service_accounts/service-account-goma-client.json",
179 "--goma-dir", 177 "--goma-dir",
180 "[BUILD]/goma", 178 "[BUILD]/goma",
181 "--", 179 "--",
182 "All" 180 "All"
183 ], 181 ],
184 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 182 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
185 "name": "compile", 183 "name": "compile",
186 "~followup_annotations": [ 184 "~followup_annotations": [
187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 185 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
188 "@@@STEP_LOG_END@json.output (invalid)@@@" 186 "@@@STEP_LOG_END@json.output (invalid)@@@"
189 ] 187 ]
190 }, 188 },
191 { 189 {
192 "name": "$result", 190 "name": "$result",
193 "recipe_result": null, 191 "recipe_result": null,
194 "status_code": 0 192 "status_code": 0
195 } 193 }
196 ] 194 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/basic.json ('k') | scripts/slave/recipes/webrtc/ios.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698