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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_gyp_rel.json

Issue 2412033002: libyuv: Switch bots over to GN by default. (Closed)
Patch Set: Reverted is_component_build changes in chromium recipe module. Created 4 years, 2 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
10 ], 10 ],
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 131 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
132 "runhooks" 132 "runhooks"
133 ], 133 ],
134 "cwd": "[SLAVE_BUILD]/src", 134 "cwd": "[SLAVE_BUILD]/src",
135 "env": { 135 "env": {
136 "FORCE_MAC_TOOLCHAIN": "1", 136 "FORCE_MAC_TOOLCHAIN": "1",
137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
138 "GYP_CHROMIUM_NO_ACTION": "1",
139 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 138 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
140 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
141 }, 140 },
142 "name": "gclient runhooks" 141 "name": "gclient runhooks"
143 }, 142 },
144 { 143 {
145 "cmd": [
146 "python",
147 "-u",
148 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py",
149 "--root=[SLAVE_BUILD]/src",
150 "gen",
151 "//out/Release",
152 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE] /cipd/goma\""
153 ],
154 "cwd": "[SLAVE_BUILD]/src",
155 "name": "gn"
156 },
157 {
158 "allow_subannotations": true, 144 "allow_subannotations": true,
159 "cmd": [ 145 "cmd": [
160 "python", 146 "python",
161 "-u", 147 "-u",
162 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 148 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
163 "--src-dir", 149 "--src-dir",
164 "[SLAVE_BUILD]/src", 150 "[SLAVE_BUILD]/src",
165 "--output-json", 151 "--output-json",
166 "/path/to/tmp/json" 152 "/path/to/tmp/json"
167 ], 153 ],
(...skipping 21 matching lines...) Expand all
189 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
190 "--ninja-path", 176 "--ninja-path",
191 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
192 "--target", 178 "--target",
193 "Release", 179 "Release",
194 "--src-dir", 180 "--src-dir",
195 "[SLAVE_BUILD]/src", 181 "[SLAVE_BUILD]/src",
196 "--goma-cache-dir", 182 "--goma-cache-dir",
197 "[GOMA_CACHE]", 183 "[GOMA_CACHE]",
198 "--buildbot-buildername", 184 "--buildbot-buildername",
199 "mac_gn_rel", 185 "mac_gyp_rel",
200 "--buildbot-mastername", 186 "--buildbot-mastername",
201 "tryserver.libyuv", 187 "tryserver.libyuv",
202 "--buildbot-slavename", 188 "--buildbot-slavename",
203 "slavename", 189 "slavename",
204 "--goma-deps-cache-file", 190 "--goma-deps-cache-file",
205 "mac_gn_rel.gomadeps", 191 "mac_gyp_rel.gomadeps",
206 "--compiler", 192 "--compiler",
207 "goma-clang", 193 "goma-clang",
208 "--goma-jsonstatus", 194 "--goma-jsonstatus",
209 "/path/to/tmp/json", 195 "/path/to/tmp/json",
210 "--goma-service-account-json-file", 196 "--goma-service-account-json-file",
211 "/creds/service_accounts/service-account-goma-client.json", 197 "/creds/service_accounts/service-account-goma-client.json",
212 "--goma-dir", 198 "--goma-dir",
213 "[CACHE]/cipd/goma", 199 "[CACHE]/cipd/goma",
214 "--goma-fail-fast", 200 "--goma-fail-fast",
215 "--goma-disable-local-fallback", 201 "--goma-disable-local-fallback",
216 "--", 202 "--"
217 "all"
218 ], 203 ],
219 "env": { 204 "env": {
220 "FORCE_MAC_TOOLCHAIN": "1", 205 "FORCE_MAC_TOOLCHAIN": "1",
221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
222 }, 207 },
223 "name": "compile", 208 "name": "compile",
224 "~followup_annotations": [ 209 "~followup_annotations": [
225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 210 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
226 "@@@STEP_LOG_END@json.output (invalid)@@@" 211 "@@@STEP_LOG_END@json.output (invalid)@@@"
227 ] 212 ]
228 }, 213 },
229 { 214 {
230 "name": "$result", 215 "name": "$result",
231 "recipe_result": null, 216 "recipe_result": null,
232 "status_code": 0 217 "status_code": 0
233 } 218 }
234 ] 219 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698