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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Linux_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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webrtc", 8 "chromium.webrtc",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 { 177 {
178 "cmd": [ 178 "cmd": [
179 "python", 179 "python",
180 "-u", 180 "-u",
181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
182 "runhooks" 182 "runhooks"
183 ], 183 ],
184 "cwd": "[SLAVE_BUILD]/src", 184 "cwd": "[SLAVE_BUILD]/src",
185 "env": { 185 "env": {
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
187 "GYP_CHROMIUM_NO_ACTION": "1",
187 "GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_ always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codec s=1 target_arch=x64 use_goma=1", 188 "GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_ always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprietary_codec s=1 target_arch=x64 use_goma=1",
188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 189 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
189 }, 190 },
190 "name": "gclient runhooks" 191 "name": "gclient runhooks"
191 }, 192 },
192 { 193 {
193 "cmd": [ 194 "cmd": [
194 "python", 195 "python",
195 "-u", 196 "-u",
196 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 197 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "--show-path", 234 "--show-path",
234 "python", 235 "python",
235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
236 ], 237 ],
237 "name": "cleanup_temp" 238 "name": "cleanup_temp"
238 }, 239 },
239 { 240 {
240 "cmd": [ 241 "cmd": [
241 "python", 242 "python",
242 "-u", 243 "-u",
244 "[SLAVE_BUILD]/src/tools/mb/mb.py",
245 "gen",
246 "-m",
247 "chromium.webrtc",
248 "-b",
249 "Linux Builder",
250 "--config-file",
251 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
252 "--goma-dir",
253 "[CACHE]/cipd/goma",
254 "//out/Release"
255 ],
256 "env": {
257 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
258 },
259 "name": "generate_build_files"
260 },
261 {
262 "cmd": [
263 "python",
264 "-u",
243 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 265 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
244 "--show-path", 266 "--show-path",
245 "python", 267 "python",
246 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 268 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
247 "--gsutil-py-path", 269 "--gsutil-py-path",
248 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 270 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
249 "--ninja-path", 271 "--ninja-path",
250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 272 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
251 "--target", 273 "--target",
252 "Release", 274 "Release",
253 "--src-dir", 275 "--src-dir",
254 "[SLAVE_BUILD]/src", 276 "[SLAVE_BUILD]/src",
255 "--goma-cache-dir", 277 "--goma-cache-dir",
256 "[GOMA_CACHE]", 278 "[GOMA_CACHE]",
257 "--build-tool", 279 "--build-tool",
258 "ninja", 280 "ninja",
259 "--build-data-dir", 281 "--build-data-dir",
260 "[ROOT]/build_data_dir", 282 "[ROOT]/build_data_dir",
261 "--compiler", 283 "--compiler",
262 "goma", 284 "goma",
263 "--goma-jsonstatus", 285 "--goma-jsonstatus",
264 "/path/to/tmp/json", 286 "/path/to/tmp/json",
265 "--goma-service-account-json-file", 287 "--goma-service-account-json-file",
266 "/creds/service_accounts/service-account-goma-client.json", 288 "/creds/service_accounts/service-account-goma-client.json",
267 "--goma-dir", 289 "--goma-dir",
268 "[CACHE]/cipd/goma", 290 "[CACHE]/cipd/goma",
269 "--", 291 "--",
270 "browser_tests", 292 "browser_tests",
271 "chromium_builder_webrtc",
272 "content_browsertests", 293 "content_browsertests",
273 "content_unittests", 294 "content_unittests",
274 "media_unittests", 295 "media_unittests",
275 "remoting_unittests" 296 "remoting_unittests"
276 ], 297 ],
277 "env": { 298 "env": {
278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 299 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
279 }, 300 },
280 "name": "compile", 301 "name": "compile",
281 "~followup_annotations": [ 302 "~followup_annotations": [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "~followup_annotations": [ 357 "~followup_annotations": [
337 "@@@STEP_TEXT@Linux Tester@@@" 358 "@@@STEP_TEXT@Linux Tester@@@"
338 ] 359 ]
339 }, 360 },
340 { 361 {
341 "name": "$result", 362 "name": "$result",
342 "recipe_result": null, 363 "recipe_result": null,
343 "status_code": 0 364 "status_code": 0
344 } 365 }
345 ] 366 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698