| OLD | NEW |
| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 }, | 205 }, |
| 206 { | 206 { |
| 207 "cmd": [ | 207 "cmd": [ |
| 208 "python", | 208 "python", |
| 209 "-u", | 209 "-u", |
| 210 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 210 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 211 "runhooks" | 211 "runhooks" |
| 212 ], | 212 ], |
| 213 "cwd": "[SLAVE_BUILD]/src", | 213 "cwd": "[SLAVE_BUILD]/src", |
| 214 "env": { | 214 "env": { |
| 215 "FORCE_MAC_TOOLCHAIN": "1", |
| 215 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 216 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 216 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 217 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 217 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 218 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 218 }, | 219 }, |
| 219 "name": "gclient runhooks" | 220 "name": "gclient runhooks" |
| 220 }, | 221 }, |
| 221 { | 222 { |
| 222 "cmd": [ | 223 "cmd": [ |
| 223 "python", | 224 "python", |
| 224 "-u", | 225 "-u", |
| 225 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 226 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 226 "gen", | 227 "gen", |
| 227 "-m", | 228 "-m", |
| 228 "chromium.swarm", | 229 "chromium.swarm", |
| 229 "-b", | 230 "-b", |
| 230 "Mac deterministic", | 231 "Mac deterministic", |
| 231 "--config-file", | 232 "--config-file", |
| 232 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 233 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 233 "--goma-dir", | 234 "--goma-dir", |
| 234 "[CACHE]/cipd/goma", | 235 "[CACHE]/cipd/goma", |
| 235 "//out/Release" | 236 "//out/Release" |
| 236 ], | 237 ], |
| 237 "cwd": "[SLAVE_BUILD]/src", | 238 "cwd": "[SLAVE_BUILD]/src", |
| 238 "env": { | 239 "env": { |
| 240 "FORCE_MAC_TOOLCHAIN": "1", |
| 239 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 241 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 240 }, | 242 }, |
| 241 "name": "generate_build_files" | 243 "name": "generate_build_files" |
| 242 }, | 244 }, |
| 243 { | 245 { |
| 244 "allow_subannotations": true, | 246 "allow_subannotations": true, |
| 245 "cmd": [ | 247 "cmd": [ |
| 246 "python", | 248 "python", |
| 247 "-u", | 249 "-u", |
| 248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 249 "--src-dir", | 251 "--src-dir", |
| 250 "[SLAVE_BUILD]/src", | 252 "[SLAVE_BUILD]/src", |
| 251 "--output-json", | 253 "--output-json", |
| 252 "/path/to/tmp/json" | 254 "/path/to/tmp/json" |
| 253 ], | 255 ], |
| 254 "env": { | 256 "env": { |
| 257 "FORCE_MAC_TOOLCHAIN": "1", |
| 255 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 258 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 256 }, | 259 }, |
| 257 "name": "clang_revision", | 260 "name": "clang_revision", |
| 258 "~followup_annotations": [ | 261 "~followup_annotations": [ |
| 259 "@@@STEP_LOG_LINE@json.output@{@@@", | 262 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 263 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 261 "@@@STEP_LOG_LINE@json.output@}@@@", | 264 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 262 "@@@STEP_LOG_END@json.output@@@" | 265 "@@@STEP_LOG_END@json.output@@@" |
| 263 ] | 266 ] |
| 264 }, | 267 }, |
| (...skipping 28 matching lines...) Expand all Loading... |
| 293 "--goma-jsonstatus", | 296 "--goma-jsonstatus", |
| 294 "/path/to/tmp/json", | 297 "/path/to/tmp/json", |
| 295 "--goma-service-account-json-file", | 298 "--goma-service-account-json-file", |
| 296 "/creds/service_accounts/service-account-goma-client.json", | 299 "/creds/service_accounts/service-account-goma-client.json", |
| 297 "--goma-dir", | 300 "--goma-dir", |
| 298 "[CACHE]/cipd/goma", | 301 "[CACHE]/cipd/goma", |
| 299 "--", | 302 "--", |
| 300 "all" | 303 "all" |
| 301 ], | 304 ], |
| 302 "env": { | 305 "env": { |
| 306 "FORCE_MAC_TOOLCHAIN": "1", |
| 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 304 }, | 308 }, |
| 305 "name": "First build", | 309 "name": "First build", |
| 306 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 308 "@@@STEP_LOG_END@json.output (invalid)@@@" | 312 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 309 ] | 313 ] |
| 310 }, | 314 }, |
| 311 { | 315 { |
| 312 "cmd": [ | 316 "cmd": [ |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 }, | 402 }, |
| 399 { | 403 { |
| 400 "cmd": [ | 404 "cmd": [ |
| 401 "python", | 405 "python", |
| 402 "-u", | 406 "-u", |
| 403 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 407 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 404 "runhooks" | 408 "runhooks" |
| 405 ], | 409 ], |
| 406 "cwd": "[SLAVE_BUILD]/src", | 410 "cwd": "[SLAVE_BUILD]/src", |
| 407 "env": { | 411 "env": { |
| 412 "FORCE_MAC_TOOLCHAIN": "1", |
| 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 413 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 409 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 414 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
| 410 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 415 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 411 }, | 416 }, |
| 412 "name": "gclient runhooks (2)" | 417 "name": "gclient runhooks (2)" |
| 413 }, | 418 }, |
| 414 { | 419 { |
| 415 "cmd": [ | 420 "cmd": [ |
| 416 "python", | 421 "python", |
| 417 "-u", | 422 "-u", |
| 418 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 423 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 419 "gen", | 424 "gen", |
| 420 "-m", | 425 "-m", |
| 421 "chromium.swarm", | 426 "chromium.swarm", |
| 422 "-b", | 427 "-b", |
| 423 "Mac deterministic", | 428 "Mac deterministic", |
| 424 "--config-file", | 429 "--config-file", |
| 425 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 430 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 426 "--goma-dir", | 431 "--goma-dir", |
| 427 "[CACHE]/cipd/goma", | 432 "[CACHE]/cipd/goma", |
| 428 "//out/Release" | 433 "//out/Release" |
| 429 ], | 434 ], |
| 430 "cwd": "[SLAVE_BUILD]/src", | 435 "cwd": "[SLAVE_BUILD]/src", |
| 431 "env": { | 436 "env": { |
| 437 "FORCE_MAC_TOOLCHAIN": "1", |
| 432 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 438 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 433 }, | 439 }, |
| 434 "name": "generate_build_files (2)" | 440 "name": "generate_build_files (2)" |
| 435 }, | 441 }, |
| 436 { | 442 { |
| 437 "allow_subannotations": true, | 443 "allow_subannotations": true, |
| 438 "cmd": [ | 444 "cmd": [ |
| 439 "python", | 445 "python", |
| 440 "-u", | 446 "-u", |
| 441 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 447 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 442 "--src-dir", | 448 "--src-dir", |
| 443 "[SLAVE_BUILD]/src", | 449 "[SLAVE_BUILD]/src", |
| 444 "--output-json", | 450 "--output-json", |
| 445 "/path/to/tmp/json" | 451 "/path/to/tmp/json" |
| 446 ], | 452 ], |
| 447 "env": { | 453 "env": { |
| 454 "FORCE_MAC_TOOLCHAIN": "1", |
| 448 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 449 }, | 456 }, |
| 450 "name": "clang_revision (2)", | 457 "name": "clang_revision (2)", |
| 451 "~followup_annotations": [ | 458 "~followup_annotations": [ |
| 452 "@@@STEP_LOG_LINE@json.output@{@@@", | 459 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 453 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 454 "@@@STEP_LOG_LINE@json.output@}@@@", | 461 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 455 "@@@STEP_LOG_END@json.output@@@" | 462 "@@@STEP_LOG_END@json.output@@@" |
| 456 ] | 463 ] |
| 457 }, | 464 }, |
| (...skipping 28 matching lines...) Expand all Loading... |
| 486 "--goma-jsonstatus", | 493 "--goma-jsonstatus", |
| 487 "/path/to/tmp/json", | 494 "/path/to/tmp/json", |
| 488 "--goma-service-account-json-file", | 495 "--goma-service-account-json-file", |
| 489 "/creds/service_accounts/service-account-goma-client.json", | 496 "/creds/service_accounts/service-account-goma-client.json", |
| 490 "--goma-dir", | 497 "--goma-dir", |
| 491 "[CACHE]/cipd/goma", | 498 "[CACHE]/cipd/goma", |
| 492 "--", | 499 "--", |
| 493 "all" | 500 "all" |
| 494 ], | 501 ], |
| 495 "env": { | 502 "env": { |
| 503 "FORCE_MAC_TOOLCHAIN": "1", |
| 496 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 504 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 497 }, | 505 }, |
| 498 "name": "Second build", | 506 "name": "Second build", |
| 499 "~followup_annotations": [ | 507 "~followup_annotations": [ |
| 500 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 508 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 501 "@@@STEP_LOG_END@json.output (invalid)@@@" | 509 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 502 ] | 510 ] |
| 503 }, | 511 }, |
| 504 { | 512 { |
| 505 "cmd": [ | 513 "cmd": [ |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 ], | 588 ], |
| 581 "cwd": "[SLAVE_BUILD]", | 589 "cwd": "[SLAVE_BUILD]", |
| 582 "name": "compare_build_artifacts" | 590 "name": "compare_build_artifacts" |
| 583 }, | 591 }, |
| 584 { | 592 { |
| 585 "name": "$result", | 593 "name": "$result", |
| 586 "recipe_result": null, | 594 "recipe_result": null, |
| 587 "status_code": 0 | 595 "status_code": 0 |
| 588 } | 596 } |
| 589 ] | 597 ] |
| OLD | NEW |