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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/basic.json

Issue 2133483002: Fix configuration of goma in iOS recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
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 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "GYP_GENERATORS": "ninja", 130 "GYP_GENERATORS": "ninja",
131 "LANDMINES_VERBOSE": "1", 131 "LANDMINES_VERBOSE": "1",
132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
133 }, 133 },
134 "name": "gclient runhooks", 134 "name": "gclient runhooks",
135 "~followup_annotations": [ 135 "~followup_annotations": [
136 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@" 136 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />use_goma=1<br />fake gyp define 1=fa ke value 1<br />fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios@@@"
137 ] 137 ]
138 }, 138 },
139 { 139 {
140 "allow_subannotations": true,
141 "cmd": [
142 "python",
143 "-u",
144 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
145 "--src-dir",
146 "[SLAVE_BUILD]/src",
147 "--output-json",
148 "/path/to/tmp/json"
149 ],
150 "env": {
151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
152 },
153 "name": "clang_revision",
154 "~followup_annotations": [
155 "@@@STEP_LOG_LINE@json.output@{@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
157 "@@@STEP_LOG_LINE@json.output@}@@@",
158 "@@@STEP_LOG_END@json.output@@@"
159 ]
160 },
161 {
162 "cmd": [ 140 "cmd": [
163 "python", 141 "python",
164 "-u", 142 "-u",
165 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 143 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
166 "--show-path", 144 "--show-path",
167 "python", 145 "python",
168 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 146 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
169 "--gsutil-py-path", 147 "--gsutil-py-path",
170 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 148 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
171 "--ninja-path", 149 "--ninja-path",
172 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 150 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
173 "--target", 151 "--target",
174 "Debug-iphonesimulator", 152 "Debug-iphonesimulator",
175 "--src-dir", 153 "--src-dir",
176 "[SLAVE_BUILD]/src", 154 "[SLAVE_BUILD]/src",
177 "--goma-cache-dir", 155 "--goma-cache-dir",
178 "[GOMA_CACHE]", 156 "[GOMA_CACHE]",
179 "--build-tool", 157 "--build-tool",
180 "ninja", 158 "ninja",
181 "--compiler",
182 "goma-clang",
183 "--goma-jsonstatus",
184 "/path/to/tmp/json",
185 "--goma-service-account-json-file",
186 "/creds/service_accounts/service-account-goma-client.json",
187 "--goma-dir",
188 "[BUILD]/goma",
189 "--", 159 "--",
190 "All" 160 "All"
191 ], 161 ],
192 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", 162 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator",
193 "env": { 163 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
195 }, 165 },
196 "name": "compile", 166 "name": "compile"
197 "~followup_annotations": [
198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
199 "@@@STEP_LOG_END@json.output (invalid)@@@"
200 ]
201 }, 167 },
202 { 168 {
203 "cmd": [ 169 "cmd": [
204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py", 170 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/run.py",
205 "--app", 171 "--app",
206 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app", 172 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/fake tests 1.app",
207 "--json_file", 173 "--json_file",
208 "/path/to/tmp/json", 174 "/path/to/tmp/json",
209 "--iossim", 175 "--iossim",
210 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim", 176 "[SLAVE_BUILD]/src/out/Debug-iphonesimulator/iossim",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "@@@STEP_LOG_END@fake log@@@", 232 "@@@STEP_LOG_END@fake log@@@",
267 "@@@STEP_LINK@fake URL text@fake URL@@@" 233 "@@@STEP_LINK@fake URL text@fake URL@@@"
268 ] 234 ]
269 }, 235 },
270 { 236 {
271 "name": "$result", 237 "name": "$result",
272 "recipe_result": null, 238 "recipe_result": null,
273 "status_code": 0 239 "status_code": 0
274 } 240 }
275 ] 241 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698