| 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", | 8 "chromium.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder", | 10 "Mac Builder", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 clang=1 component=static_library
dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprieta
ry_codecs=1 target_arch=x64 use_goma=1", | 188 "GYP_DEFINES": "blink_logging_always_on=1 clang=1 component=static_library
dcheck_always_on=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' proprieta
ry_codecs=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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "python", | 231 "python", |
| 231 "-u", | 232 "-u", |
| 232 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 233 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 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 { |
| 241 "cmd": [ |
| 242 "python", |
| 243 "-u", |
| 244 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 245 "gen", |
| 246 "-m", |
| 247 "chromium.webrtc", |
| 248 "-b", |
| 249 "Mac 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 { |
| 240 "allow_subannotations": true, | 262 "allow_subannotations": true, |
| 241 "cmd": [ | 263 "cmd": [ |
| 242 "python", | 264 "python", |
| 243 "-u", | 265 "-u", |
| 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 245 "--src-dir", | 267 "--src-dir", |
| 246 "[SLAVE_BUILD]/src", | 268 "[SLAVE_BUILD]/src", |
| 247 "--output-json", | 269 "--output-json", |
| 248 "/path/to/tmp/json" | 270 "/path/to/tmp/json" |
| 249 ], | 271 ], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "--compiler", | 305 "--compiler", |
| 284 "goma-clang", | 306 "goma-clang", |
| 285 "--goma-jsonstatus", | 307 "--goma-jsonstatus", |
| 286 "/path/to/tmp/json", | 308 "/path/to/tmp/json", |
| 287 "--goma-service-account-json-file", | 309 "--goma-service-account-json-file", |
| 288 "/creds/service_accounts/service-account-goma-client.json", | 310 "/creds/service_accounts/service-account-goma-client.json", |
| 289 "--goma-dir", | 311 "--goma-dir", |
| 290 "[CACHE]/cipd/goma", | 312 "[CACHE]/cipd/goma", |
| 291 "--", | 313 "--", |
| 292 "browser_tests", | 314 "browser_tests", |
| 293 "chromium_builder_webrtc", | |
| 294 "content_browsertests", | 315 "content_browsertests", |
| 295 "content_unittests", | 316 "content_unittests", |
| 296 "media_unittests", | 317 "media_unittests", |
| 297 "remoting_unittests" | 318 "remoting_unittests" |
| 298 ], | 319 ], |
| 299 "env": { | 320 "env": { |
| 300 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 301 }, | 322 }, |
| 302 "name": "compile", | 323 "name": "compile", |
| 303 "~followup_annotations": [ | 324 "~followup_annotations": [ |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 "~followup_annotations": [ | 379 "~followup_annotations": [ |
| 359 "@@@STEP_TEXT@Mac Tester@@@" | 380 "@@@STEP_TEXT@Mac Tester@@@" |
| 360 ] | 381 ] |
| 361 }, | 382 }, |
| 362 { | 383 { |
| 363 "name": "$result", | 384 "name": "$result", |
| 364 "recipe_result": null, | 385 "recipe_result": null, |
| 365 "status_code": 0 | 386 "status_code": 0 |
| 366 } | 387 } |
| 367 ] | 388 ] |
| OLD | NEW |