| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 "python", | 248 "python", |
| 249 "-u", | 249 "-u", |
| 250 "[BUILD]/scripts/slave/cleanup_temp.py" | 250 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 251 ], | 251 ], |
| 252 "name": "cleanup_temp" | 252 "name": "cleanup_temp" |
| 253 }, | 253 }, |
| 254 { | 254 { |
| 255 "cmd": [ | 255 "cmd": [ |
| 256 "python", | 256 "python", |
| 257 "-u", | 257 "-u", |
| 258 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 258 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 259 "--build-dir", | 259 "--build-dir", |
| 260 "[SLAVE_BUILD]/src/out/Release", | 260 "[SLAVE_BUILD]/src/out/Release", |
| 261 "--clean-isolated-files" | 261 "--clean-isolated-files" |
| 262 ], | 262 ], |
| 263 "name": "clean isolated files" | 263 "name": "clean isolated files" |
| 264 }, | 264 }, |
| 265 { | 265 { |
| 266 "cmd": [ | 266 "cmd": [ |
| 267 "python", | 267 "python", |
| 268 "-u", | 268 "-u", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 289 "content_gl_tests_run", | 289 "content_gl_tests_run", |
| 290 "gl_tests_run", | 290 "gl_tests_run", |
| 291 "chromium_swarm_tests" | 291 "chromium_swarm_tests" |
| 292 ], | 292 ], |
| 293 "name": "compile (with patch)" | 293 "name": "compile (with patch)" |
| 294 }, | 294 }, |
| 295 { | 295 { |
| 296 "cmd": [ | 296 "cmd": [ |
| 297 "python", | 297 "python", |
| 298 "-u", | 298 "-u", |
| 299 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", | 299 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
| 300 "--build-dir", | 300 "--build-dir", |
| 301 "[SLAVE_BUILD]/src/out/Release", | 301 "[SLAVE_BUILD]/src/out/Release", |
| 302 "--src-dir", | 302 "--src-dir", |
| 303 "[SLAVE_BUILD]/src" | 303 "[SLAVE_BUILD]/src" |
| 304 ], | 304 ], |
| 305 "cwd": "[SLAVE_BUILD]", | 305 "cwd": "[SLAVE_BUILD]", |
| 306 "name": "remove_build_metadata" | 306 "name": "remove_build_metadata" |
| 307 }, | 307 }, |
| 308 { | 308 { |
| 309 "cmd": [ | 309 "cmd": [ |
| (...skipping 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1626 "step returned non-zero exit code: 1", | 1626 "step returned non-zero exit code: 1", |
| 1627 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 1627 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 1628 "@@@STEP_FAILURE@@@" | 1628 "@@@STEP_FAILURE@@@" |
| 1629 ] | 1629 ] |
| 1630 }, | 1630 }, |
| 1631 { | 1631 { |
| 1632 "allow_subannotations": true, | 1632 "allow_subannotations": true, |
| 1633 "cmd": [ | 1633 "cmd": [ |
| 1634 "python", | 1634 "python", |
| 1635 "-u", | 1635 "-u", |
| 1636 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 1636 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 1637 "--swarming-client-dir", | 1637 "--swarming-client-dir", |
| 1638 "[SLAVE_BUILD]/src/tools/swarming_client", | 1638 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 1639 "--temp-root-dir", | 1639 "--temp-root-dir", |
| 1640 "[TMP_BASE]", | 1640 "[TMP_BASE]", |
| 1641 "--merged-test-output", | 1641 "--merged-test-output", |
| 1642 "/path/to/tmp/json", | 1642 "/path/to/tmp/json", |
| 1643 "--", | 1643 "--", |
| 1644 "collect", | 1644 "collect", |
| 1645 "--swarming", | 1645 "--swarming", |
| 1646 "https://chromium-swarm.appspot.com", | 1646 "https://chromium-swarm.appspot.com", |
| 1647 "--decorate", | 1647 "--decorate", |
| 1648 "--print-status-updates", | 1648 "--print-status-updates", |
| 1649 "--shards", | 1649 "--shards", |
| 1650 "1", | 1650 "1", |
| 1651 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" | 1651 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" |
| 1652 ], | 1652 ], |
| 1653 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux" | 1653 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux" |
| 1654 }, | 1654 }, |
| 1655 { | 1655 { |
| 1656 "allow_subannotations": true, | 1656 "allow_subannotations": true, |
| 1657 "cmd": [ | 1657 "cmd": [ |
| 1658 "python", | 1658 "python", |
| 1659 "-u", | 1659 "-u", |
| 1660 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 1660 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 1661 "--swarming-client-dir", | 1661 "--swarming-client-dir", |
| 1662 "[SLAVE_BUILD]/src/tools/swarming_client", | 1662 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 1663 "--temp-root-dir", | 1663 "--temp-root-dir", |
| 1664 "[TMP_BASE]", | 1664 "[TMP_BASE]", |
| 1665 "--merged-test-output", | 1665 "--merged-test-output", |
| 1666 "/path/to/tmp/json", | 1666 "/path/to/tmp/json", |
| 1667 "--", | 1667 "--", |
| 1668 "collect", | 1668 "collect", |
| 1669 "--swarming", | 1669 "--swarming", |
| 1670 "https://chromium-swarm.appspot.com", | 1670 "https://chromium-swarm.appspot.com", |
| 1671 "--decorate", | 1671 "--decorate", |
| 1672 "--print-status-updates", | 1672 "--print-status-updates", |
| 1673 "--shards", | 1673 "--shards", |
| 1674 "1", | 1674 "1", |
| 1675 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom
ium_rel_ng/571" | 1675 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom
ium_rel_ng/571" |
| 1676 ], | 1676 ], |
| 1677 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux" | 1677 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux" |
| 1678 }, | 1678 }, |
| 1679 { | 1679 { |
| 1680 "allow_subannotations": true, | 1680 "allow_subannotations": true, |
| 1681 "cmd": [ | 1681 "cmd": [ |
| 1682 "python", | 1682 "python", |
| 1683 "-u", | 1683 "-u", |
| 1684 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 1684 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 1685 "--swarming-client-dir", | 1685 "--swarming-client-dir", |
| 1686 "[SLAVE_BUILD]/src/tools/swarming_client", | 1686 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 1687 "--temp-root-dir", | 1687 "--temp-root-dir", |
| 1688 "[TMP_BASE]", | 1688 "[TMP_BASE]", |
| 1689 "--merged-test-output", | 1689 "--merged-test-output", |
| 1690 "/path/to/tmp/json", | 1690 "/path/to/tmp/json", |
| 1691 "--", | 1691 "--", |
| 1692 "collect", | 1692 "collect", |
| 1693 "--swarming", | 1693 "--swarming", |
| 1694 "https://chromium-swarm.appspot.com", | 1694 "https://chromium-swarm.appspot.com", |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1878 "--task-output-dir", | 1878 "--task-output-dir", |
| 1879 "/path/to/tmp/" | 1879 "/path/to/tmp/" |
| 1880 ], | 1880 ], |
| 1881 "name": "gpu_rasterization on NVIDIA GPU on Linux (with patch) on Linux" | 1881 "name": "gpu_rasterization on NVIDIA GPU on Linux (with patch) on Linux" |
| 1882 }, | 1882 }, |
| 1883 { | 1883 { |
| 1884 "allow_subannotations": true, | 1884 "allow_subannotations": true, |
| 1885 "cmd": [ | 1885 "cmd": [ |
| 1886 "python", | 1886 "python", |
| 1887 "-u", | 1887 "-u", |
| 1888 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 1888 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 1889 "--swarming-client-dir", | 1889 "--swarming-client-dir", |
| 1890 "[SLAVE_BUILD]/src/tools/swarming_client", | 1890 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 1891 "--temp-root-dir", | 1891 "--temp-root-dir", |
| 1892 "[TMP_BASE]", | 1892 "[TMP_BASE]", |
| 1893 "--merged-test-output", | 1893 "--merged-test-output", |
| 1894 "/path/to/tmp/json", | 1894 "/path/to/tmp/json", |
| 1895 "--", | 1895 "--", |
| 1896 "collect", | 1896 "collect", |
| 1897 "--swarming", | 1897 "--swarming", |
| 1898 "https://chromium-swarm.appspot.com", | 1898 "https://chromium-swarm.appspot.com", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2037 "@@@STEP_FAILURE@@@", | 2037 "@@@STEP_FAILURE@@@", |
| 2038 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 2038 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 2039 ] | 2039 ] |
| 2040 }, | 2040 }, |
| 2041 { | 2041 { |
| 2042 "name": "$final_result", | 2042 "name": "$final_result", |
| 2043 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 2043 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 2044 "status_code": 1 | 2044 "status_code": 1 |
| 2045 } | 2045 } |
| 2046 ] | 2046 ] |
| OLD | NEW |