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

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

Powered by Google App Engine
This is Rietveld 408576698