| OLD | NEW |
| 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.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 { | 183 { |
| 184 "cmd": [ | 184 "cmd": [ |
| 185 "python", | 185 "python", |
| 186 "-u", | 186 "-u", |
| 187 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 187 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 188 "runhooks" | 188 "runhooks" |
| 189 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]/src", | 190 "cwd": "[SLAVE_BUILD]/src", |
| 191 "env": { | 191 "env": { |
| 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 193 "GYP_CHROMIUM_NO_ACTION": "1", |
| 193 "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", | 194 "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", |
| 194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 195 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 195 }, | 196 }, |
| 196 "name": "gclient runhooks" | 197 "name": "gclient runhooks" |
| 197 }, | 198 }, |
| 198 { | 199 { |
| 199 "cmd": [ | 200 "cmd": [ |
| 200 "python", | 201 "python", |
| 201 "-u", | 202 "-u", |
| 202 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 203 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "--show-path", | 240 "--show-path", |
| 240 "python", | 241 "python", |
| 241 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 242 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 242 ], | 243 ], |
| 243 "name": "cleanup_temp" | 244 "name": "cleanup_temp" |
| 244 }, | 245 }, |
| 245 { | 246 { |
| 246 "cmd": [ | 247 "cmd": [ |
| 247 "python", | 248 "python", |
| 248 "-u", | 249 "-u", |
| 250 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 251 "gen", |
| 252 "-m", |
| 253 "chromium.webrtc.fyi", |
| 254 "-b", |
| 255 "Linux Builder", |
| 256 "--config-file", |
| 257 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 258 "--goma-dir", |
| 259 "[CACHE]/cipd/goma", |
| 260 "//out/Release" |
| 261 ], |
| 262 "env": { |
| 263 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 264 }, |
| 265 "name": "generate_build_files" |
| 266 }, |
| 267 { |
| 268 "cmd": [ |
| 269 "python", |
| 270 "-u", |
| 249 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 271 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 250 "--show-path", | 272 "--show-path", |
| 251 "python", | 273 "python", |
| 252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 274 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 253 "--gsutil-py-path", | 275 "--gsutil-py-path", |
| 254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 276 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 255 "--ninja-path", | 277 "--ninja-path", |
| 256 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 278 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 257 "--target", | 279 "--target", |
| 258 "Release", | 280 "Release", |
| 259 "--src-dir", | 281 "--src-dir", |
| 260 "[SLAVE_BUILD]/src", | 282 "[SLAVE_BUILD]/src", |
| 261 "--goma-cache-dir", | 283 "--goma-cache-dir", |
| 262 "[GOMA_CACHE]", | 284 "[GOMA_CACHE]", |
| 263 "--build-tool", | 285 "--build-tool", |
| 264 "ninja", | 286 "ninja", |
| 265 "--build-data-dir", | 287 "--build-data-dir", |
| 266 "[ROOT]/build_data_dir", | 288 "[ROOT]/build_data_dir", |
| 267 "--compiler", | 289 "--compiler", |
| 268 "goma", | 290 "goma", |
| 269 "--goma-jsonstatus", | 291 "--goma-jsonstatus", |
| 270 "/path/to/tmp/json", | 292 "/path/to/tmp/json", |
| 271 "--goma-service-account-json-file", | 293 "--goma-service-account-json-file", |
| 272 "/creds/service_accounts/service-account-goma-client.json", | 294 "/creds/service_accounts/service-account-goma-client.json", |
| 273 "--goma-dir", | 295 "--goma-dir", |
| 274 "[CACHE]/cipd/goma", | 296 "[CACHE]/cipd/goma", |
| 275 "--", | 297 "--", |
| 276 "browser_tests", | 298 "browser_tests", |
| 277 "chromium_builder_webrtc", | |
| 278 "content_browsertests", | 299 "content_browsertests", |
| 279 "content_unittests", | 300 "content_unittests", |
| 280 "media_unittests", | 301 "media_unittests", |
| 281 "remoting_unittests" | 302 "remoting_unittests" |
| 282 ], | 303 ], |
| 283 "env": { | 304 "env": { |
| 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 285 }, | 306 }, |
| 286 "name": "compile", | 307 "name": "compile", |
| 287 "~followup_annotations": [ | 308 "~followup_annotations": [ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "~followup_annotations": [ | 363 "~followup_annotations": [ |
| 343 "@@@STEP_TEXT@Linux Tester@@@" | 364 "@@@STEP_TEXT@Linux Tester@@@" |
| 344 ] | 365 ] |
| 345 }, | 366 }, |
| 346 { | 367 { |
| 347 "name": "$result", | 368 "name": "$result", |
| 348 "recipe_result": null, | 369 "recipe_result": null, |
| 349 "status_code": 0 | 370 "status_code": 0 |
| 350 } | 371 } |
| 351 ] | 372 ] |
| OLD | NEW |