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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Win_Builder.json

Issue 1968293004: WebRTC: Enable MB on our remaining Chromium builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 7 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 { 185 {
186 "cmd": [ 186 "cmd": [
187 "python", 187 "python",
188 "-u", 188 "-u",
189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
190 "runhooks" 190 "runhooks"
191 ], 191 ],
192 "cwd": "[SLAVE_BUILD]\\src", 192 "cwd": "[SLAVE_BUILD]\\src",
193 "env": { 193 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
195 "GYP_CHROMIUM_NO_ACTION": "1",
195 "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=sta tic_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACH E]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1", 196 "GYP_DEFINES": "blink_logging_always_on=1 chromium_win_pch=0 component=sta tic_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACH E]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1",
196 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 197 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
197 }, 198 },
198 "name": "gclient runhooks" 199 "name": "gclient runhooks"
199 }, 200 },
200 { 201 {
201 "cmd": [ 202 "cmd": [
202 "python", 203 "python",
203 "-u", 204 "-u",
204 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 205 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "--show-path", 242 "--show-path",
242 "python", 243 "python",
243 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 244 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
244 ], 245 ],
245 "name": "cleanup_temp" 246 "name": "cleanup_temp"
246 }, 247 },
247 { 248 {
248 "cmd": [ 249 "cmd": [
249 "python", 250 "python",
250 "-u", 251 "-u",
252 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
253 "gen",
254 "-m",
255 "chromium.webrtc",
256 "-b",
257 "Win Builder",
258 "--config-file",
259 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
260 "--goma-dir",
261 "[CACHE]\\cipd\\goma",
262 "//out/Release"
263 ],
264 "env": {
265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
266 },
267 "name": "generate_build_files"
268 },
269 {
270 "cmd": [
271 "python",
272 "-u",
251 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 273 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
252 "--show-path", 274 "--show-path",
253 "python", 275 "python",
254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 276 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
255 "--gsutil-py-path", 277 "--gsutil-py-path",
256 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 278 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
257 "--ninja-path", 279 "--ninja-path",
258 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 280 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
259 "--target", 281 "--target",
260 "Release", 282 "Release",
261 "--src-dir", 283 "--src-dir",
262 "[SLAVE_BUILD]\\src", 284 "[SLAVE_BUILD]\\src",
263 "--goma-cache-dir", 285 "--goma-cache-dir",
264 "[GOMA_CACHE]", 286 "[GOMA_CACHE]",
265 "--build-tool", 287 "--build-tool",
266 "ninja", 288 "ninja",
267 "--build-data-dir", 289 "--build-data-dir",
268 "[ROOT]\\build_data_dir", 290 "[ROOT]\\build_data_dir",
269 "--compiler", 291 "--compiler",
270 "goma", 292 "goma",
271 "--goma-jsonstatus", 293 "--goma-jsonstatus",
272 "/path/to/tmp/json", 294 "/path/to/tmp/json",
273 "--goma-service-account-json-file", 295 "--goma-service-account-json-file",
274 "C:\\creds\\service_accounts\\service-account-goma-client.json", 296 "C:\\creds\\service_accounts\\service-account-goma-client.json",
275 "--goma-dir", 297 "--goma-dir",
276 "[CACHE]\\cipd\\goma", 298 "[CACHE]\\cipd\\goma",
277 "--", 299 "--",
278 "browser_tests", 300 "browser_tests",
279 "chromium_builder_webrtc",
280 "content_browsertests", 301 "content_browsertests",
281 "content_unittests", 302 "content_unittests",
282 "media_unittests", 303 "media_unittests",
283 "remoting_unittests" 304 "remoting_unittests"
284 ], 305 ],
285 "env": { 306 "env": {
286 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
287 }, 308 },
288 "name": "compile", 309 "name": "compile",
289 "~followup_annotations": [ 310 "~followup_annotations": [
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "~followup_annotations": [ 411 "~followup_annotations": [
391 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" 412 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@"
392 ] 413 ]
393 }, 414 },
394 { 415 {
395 "name": "$result", 416 "name": "$result",
396 "recipe_result": null, 417 "recipe_result": null,
397 "status_code": 0 418 "status_code": 0
398 } 419 }
399 ] 420 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698