| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "--slave-name=TestSlavename", | 321 "--slave-name=TestSlavename", |
| 322 "--build-number=571", | 322 "--build-number=571", |
| 323 "base_unittests" | 323 "base_unittests" |
| 324 ], | 324 ], |
| 325 "env": { | 325 "env": { |
| 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 326 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 327 }, | 327 }, |
| 328 "name": "base_unittests" | 328 "name": "base_unittests" |
| 329 }, | 329 }, |
| 330 { | 330 { |
| 331 "cmd": [ |
| 332 "python", |
| 333 "-u", |
| 334 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 335 "--input-gtest-json", |
| 336 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", |
| 337 "--master-name", |
| 338 "chromium.linux", |
| 339 "--builder-name", |
| 340 "Linux Tests", |
| 341 "--build-number", |
| 342 "571", |
| 343 "--test-type", |
| 344 "base_unittests", |
| 345 "--test-results-server", |
| 346 "test-results.appspot.com", |
| 347 "--chrome-revision", |
| 348 "refs/heads/master@{#170242}" |
| 349 ], |
| 350 "env": { |
| 351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 352 }, |
| 353 "name": "Upload to test-results [base_unittests]" |
| 354 }, |
| 355 { |
| 331 "allow_subannotations": true, | 356 "allow_subannotations": true, |
| 332 "cmd": [ | 357 "cmd": [ |
| 333 "python", | 358 "python", |
| 334 "-u", | 359 "-u", |
| 335 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", | 360 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", |
| 336 "--", | 361 "--", |
| 337 "--target", | 362 "--target", |
| 338 "Release", | 363 "Release", |
| 339 "--xvfb", | 364 "--xvfb", |
| 340 "--factory-properties", | 365 "--factory-properties", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 355 "browser_tests", | 380 "browser_tests", |
| 356 "--test-launcher-shard-index=0", | 381 "--test-launcher-shard-index=0", |
| 357 "--test-launcher-total-shards=2" | 382 "--test-launcher-total-shards=2" |
| 358 ], | 383 ], |
| 359 "env": { | 384 "env": { |
| 360 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 385 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 361 }, | 386 }, |
| 362 "name": "browser_tests" | 387 "name": "browser_tests" |
| 363 }, | 388 }, |
| 364 { | 389 { |
| 390 "cmd": [ |
| 391 "python", |
| 392 "-u", |
| 393 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 394 "--input-gtest-json", |
| 395 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", |
| 396 "--master-name", |
| 397 "chromium.linux", |
| 398 "--builder-name", |
| 399 "Linux Tests", |
| 400 "--build-number", |
| 401 "571", |
| 402 "--test-type", |
| 403 "browser_tests", |
| 404 "--test-results-server", |
| 405 "test-results.appspot.com", |
| 406 "--chrome-revision", |
| 407 "refs/heads/master@{#170242}" |
| 408 ], |
| 409 "env": { |
| 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 411 }, |
| 412 "name": "Upload to test-results [browser_tests]" |
| 413 }, |
| 414 { |
| 365 "allow_subannotations": true, | 415 "allow_subannotations": true, |
| 366 "cmd": [ | 416 "cmd": [ |
| 367 "python", | 417 "python", |
| 368 "-u", | 418 "-u", |
| 369 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", | 419 "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py", |
| 370 "--", | 420 "--", |
| 371 "--target", | 421 "--target", |
| 372 "Release", | 422 "Release", |
| 373 "--no-xvfb", | 423 "--no-xvfb", |
| 374 "--factory-properties", | 424 "--factory-properties", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 387 "--slave-name=TestSlavename", | 437 "--slave-name=TestSlavename", |
| 388 "--build-number=571", | 438 "--build-number=571", |
| 389 "content_unittests" | 439 "content_unittests" |
| 390 ], | 440 ], |
| 391 "env": { | 441 "env": { |
| 392 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 393 }, | 443 }, |
| 394 "name": "renamed_content_unittests" | 444 "name": "renamed_content_unittests" |
| 395 }, | 445 }, |
| 396 { | 446 { |
| 447 "cmd": [ |
| 448 "python", |
| 449 "-u", |
| 450 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 451 "--input-gtest-json", |
| 452 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", |
| 453 "--master-name", |
| 454 "chromium.linux", |
| 455 "--builder-name", |
| 456 "Linux Tests", |
| 457 "--build-number", |
| 458 "571", |
| 459 "--test-type", |
| 460 "renamed_content_unittests", |
| 461 "--test-results-server", |
| 462 "test-results.appspot.com", |
| 463 "--chrome-revision", |
| 464 "refs/heads/master@{#170242}" |
| 465 ], |
| 466 "env": { |
| 467 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 468 }, |
| 469 "name": "Upload to test-results [renamed_content_unittests]" |
| 470 }, |
| 471 { |
| 397 "name": "$result", | 472 "name": "$result", |
| 398 "recipe_result": null, | 473 "recipe_result": null, |
| 399 "status_code": 0 | 474 "status_code": 0 |
| 400 } | 475 } |
| 401 ] | 476 ] |
| OLD | NEW |