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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/no_tests.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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "GYP_GENERATORS": "ninja", 119 "GYP_GENERATORS": "ninja",
120 "LANDMINES_VERBOSE": "1", 120 "LANDMINES_VERBOSE": "1",
121 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 121 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
122 }, 122 },
123 "name": "gclient runhooks", 123 "name": "gclient runhooks",
124 "~followup_annotations": [ 124 "~followup_annotations": [
125 "@@@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@@@" 125 "@@@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@@@"
126 ] 126 ]
127 }, 127 },
128 { 128 {
129 "allow_subannotations": true,
130 "cmd": [
131 "python",
132 "-u",
133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
134 "--src-dir",
135 "[SLAVE_BUILD]/src",
136 "--output-json",
137 "/path/to/tmp/json"
138 ],
139 "env": {
140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
141 },
142 "name": "clang_revision",
143 "~followup_annotations": [
144 "@@@STEP_LOG_LINE@json.output@{@@@",
145 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
146 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@"
148 ]
149 },
150 {
151 "cmd": [ 129 "cmd": [
152 "python", 130 "python",
153 "-u", 131 "-u",
154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 132 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
155 "--show-path", 133 "--show-path",
156 "python", 134 "python",
157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 135 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
158 "--gsutil-py-path", 136 "--gsutil-py-path",
159 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 137 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
160 "--ninja-path", 138 "--ninja-path",
161 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 139 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
162 "--target", 140 "--target",
163 "Release-iphoneos", 141 "Release-iphoneos",
164 "--src-dir", 142 "--src-dir",
165 "[SLAVE_BUILD]/src", 143 "[SLAVE_BUILD]/src",
166 "--goma-cache-dir", 144 "--goma-cache-dir",
167 "[GOMA_CACHE]", 145 "[GOMA_CACHE]",
168 "--build-tool", 146 "--build-tool",
169 "ninja", 147 "ninja",
170 "--compiler",
171 "goma-clang",
172 "--goma-jsonstatus",
173 "/path/to/tmp/json",
174 "--goma-service-account-json-file",
175 "/creds/service_accounts/service-account-goma-client.json",
176 "--goma-dir",
177 "[BUILD]/goma",
178 "--", 148 "--",
179 "All" 149 "All"
180 ], 150 ],
181 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 151 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
182 "env": { 152 "env": {
183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
184 }, 154 },
185 "name": "compile", 155 "name": "compile"
186 "~followup_annotations": [
187 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
188 "@@@STEP_LOG_END@json.output (invalid)@@@"
189 ]
190 }, 156 },
191 { 157 {
192 "name": "$result", 158 "name": "$result",
193 "recipe_result": null, 159 "recipe_result": null,
194 "status_code": 0 160 "status_code": 0
195 } 161 }
196 ] 162 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698