OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 "-u", | 273 "-u", |
274 "[BUILD]/scripts/slave/cleanup_temp.py" | 274 "[BUILD]/scripts/slave/cleanup_temp.py" |
275 ], | 275 ], |
276 "cwd": "[SLAVE_BUILD]", | 276 "cwd": "[SLAVE_BUILD]", |
277 "name": "cleanup_temp" | 277 "name": "cleanup_temp" |
278 }, | 278 }, |
279 { | 279 { |
280 "cmd": [ | 280 "cmd": [ |
281 "python", | 281 "python", |
282 "-u", | 282 "-u", |
283 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 283 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
284 "--build-dir", | 284 "--build-dir", |
285 "[SLAVE_BUILD]/src/out/Release", | 285 "[SLAVE_BUILD]/src/out/Release", |
286 "--clean-isolated-files" | 286 "--clean-isolated-files" |
287 ], | 287 ], |
288 "cwd": "[SLAVE_BUILD]", | 288 "cwd": "[SLAVE_BUILD]", |
289 "name": "clean isolated files" | 289 "name": "clean isolated files" |
290 }, | 290 }, |
291 { | 291 { |
292 "cmd": [ | 292 "cmd": [ |
293 "python", | 293 "python", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
342 "name": "compile (with patch)", | 342 "name": "compile (with patch)", |
343 "~followup_annotations": [ | 343 "~followup_annotations": [ |
344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 344 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
345 "@@@STEP_LOG_END@json.output (invalid)@@@" | 345 "@@@STEP_LOG_END@json.output (invalid)@@@" |
346 ] | 346 ] |
347 }, | 347 }, |
348 { | 348 { |
349 "cmd": [ | 349 "cmd": [ |
350 "python", | 350 "python", |
351 "-u", | 351 "-u", |
352 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 352 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
353 "--build-dir", | 353 "--build-dir", |
354 "[SLAVE_BUILD]/src/out/Release", | 354 "[SLAVE_BUILD]/src/out/Release", |
355 "--src-dir", | 355 "--src-dir", |
356 "[SLAVE_BUILD]/src" | 356 "[SLAVE_BUILD]/src" |
357 ], | 357 ], |
358 "cwd": "[SLAVE_BUILD]", | 358 "cwd": "[SLAVE_BUILD]", |
359 "name": "remove_build_metadata" | 359 "name": "remove_build_metadata" |
360 }, | 360 }, |
361 { | 361 { |
362 "cmd": [ | 362 "cmd": [ |
363 "python", | 363 "python", |
364 "-u", | 364 "-u", |
365 "RECIPE_MODULE[isolate]/resources/isolate.py", | 365 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
366 "[SLAVE_BUILD]/src/tools/swarming_client", | 366 "[SLAVE_BUILD]/src/tools/swarming_client", |
367 "batcharchive", | 367 "batcharchive", |
368 "--dump-json", | 368 "--dump-json", |
369 "/path/to/tmp/json", | 369 "/path/to/tmp/json", |
370 "--isolate-server", | 370 "--isolate-server", |
371 "https://isolateserver.appspot.com", | 371 "https://isolateserver.appspot.com", |
372 "--verbose", | 372 "--verbose", |
373 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 373 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
374 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | 374 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", |
375 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", | 375 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", |
(...skipping 1394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1770 "@@@STEP_LOG_LINE@json.output@}@@@", | 1770 "@@@STEP_LOG_LINE@json.output@}@@@", |
1771 "@@@STEP_LOG_END@json.output@@@", | 1771 "@@@STEP_LOG_END@json.output@@@", |
1772 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1772 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1773 ] | 1773 ] |
1774 }, | 1774 }, |
1775 { | 1775 { |
1776 "allow_subannotations": true, | 1776 "allow_subannotations": true, |
1777 "cmd": [ | 1777 "cmd": [ |
1778 "python", | 1778 "python", |
1779 "-u", | 1779 "-u", |
1780 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1780 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
1781 "--swarming-client-dir", | 1781 "--swarming-client-dir", |
1782 "[SLAVE_BUILD]/src/tools/swarming_client", | 1782 "[SLAVE_BUILD]/src/tools/swarming_client", |
1783 "--temp-root-dir", | 1783 "--temp-root-dir", |
1784 "[TMP_BASE]", | 1784 "[TMP_BASE]", |
1785 "--merged-test-output", | 1785 "--merged-test-output", |
1786 "/path/to/tmp/json", | 1786 "/path/to/tmp/json", |
1787 "--", | 1787 "--", |
1788 "collect", | 1788 "collect", |
1789 "--swarming", | 1789 "--swarming", |
1790 "https://chromium-swarm.appspot.com", | 1790 "https://chromium-swarm.appspot.com", |
1791 "--decorate", | 1791 "--decorate", |
1792 "--print-status-updates", | 1792 "--print-status-updates", |
1793 "--shards", | 1793 "--shards", |
1794 "1", | 1794 "1", |
1795 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" | 1795 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" |
1796 ], | 1796 ], |
1797 "cwd": "[SLAVE_BUILD]", | 1797 "cwd": "[SLAVE_BUILD]", |
1798 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1798 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
1799 "~followup_annotations": [ | 1799 "~followup_annotations": [ |
1800 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1800 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1801 ] | 1801 ] |
1802 }, | 1802 }, |
1803 { | 1803 { |
1804 "cmd": [ | 1804 "cmd": [ |
1805 "python", | 1805 "python", |
1806 "-u", | 1806 "-u", |
1807 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1807 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
1808 "--input-gtest-json", | 1808 "--input-gtest-json", |
1809 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 1809 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
1810 "--master-name", | 1810 "--master-name", |
1811 "tryserver.chromium.linux", | 1811 "tryserver.chromium.linux", |
1812 "--builder-name", | 1812 "--builder-name", |
1813 "linux_chromium_rel_ng", | 1813 "linux_chromium_rel_ng", |
1814 "--build-number", | 1814 "--build-number", |
1815 "571", | 1815 "571", |
1816 "--test-type", | 1816 "--test-type", |
1817 "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1817 "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
1818 "--test-results-server", | 1818 "--test-results-server", |
1819 "test-results.appspot.com", | 1819 "test-results.appspot.com", |
1820 "--chrome-revision", | 1820 "--chrome-revision", |
1821 "170242" | 1821 "170242" |
1822 ], | 1822 ], |
1823 "cwd": "[SLAVE_BUILD]", | 1823 "cwd": "[SLAVE_BUILD]", |
1824 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Linux (wi
th patch) on Linux]" | 1824 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Linux (wi
th patch) on Linux]" |
1825 }, | 1825 }, |
1826 { | 1826 { |
1827 "allow_subannotations": true, | 1827 "allow_subannotations": true, |
1828 "cmd": [ | 1828 "cmd": [ |
1829 "python", | 1829 "python", |
1830 "-u", | 1830 "-u", |
1831 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1831 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
1832 "--swarming-client-dir", | 1832 "--swarming-client-dir", |
1833 "[SLAVE_BUILD]/src/tools/swarming_client", | 1833 "[SLAVE_BUILD]/src/tools/swarming_client", |
1834 "--temp-root-dir", | 1834 "--temp-root-dir", |
1835 "[TMP_BASE]", | 1835 "[TMP_BASE]", |
1836 "--merged-test-output", | 1836 "--merged-test-output", |
1837 "/path/to/tmp/json", | 1837 "/path/to/tmp/json", |
1838 "--", | 1838 "--", |
1839 "collect", | 1839 "collect", |
1840 "--swarming", | 1840 "--swarming", |
1841 "https://chromium-swarm.appspot.com", | 1841 "https://chromium-swarm.appspot.com", |
1842 "--decorate", | 1842 "--decorate", |
1843 "--print-status-updates", | 1843 "--print-status-updates", |
1844 "--shards", | 1844 "--shards", |
1845 "1", | 1845 "1", |
1846 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom
ium_rel_ng/571" | 1846 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom
ium_rel_ng/571" |
1847 ], | 1847 ], |
1848 "cwd": "[SLAVE_BUILD]", | 1848 "cwd": "[SLAVE_BUILD]", |
1849 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1849 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
1850 "~followup_annotations": [ | 1850 "~followup_annotations": [ |
1851 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1851 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1852 ] | 1852 ] |
1853 }, | 1853 }, |
1854 { | 1854 { |
1855 "cmd": [ | 1855 "cmd": [ |
1856 "python", | 1856 "python", |
1857 "-u", | 1857 "-u", |
1858 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1858 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
1859 "--input-gtest-json", | 1859 "--input-gtest-json", |
1860 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 1860 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
1861 "--master-name", | 1861 "--master-name", |
1862 "tryserver.chromium.linux", | 1862 "tryserver.chromium.linux", |
1863 "--builder-name", | 1863 "--builder-name", |
1864 "linux_chromium_rel_ng", | 1864 "linux_chromium_rel_ng", |
1865 "--build-number", | 1865 "--build-number", |
1866 "571", | 1866 "571", |
1867 "--test-type", | 1867 "--test-type", |
1868 "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1868 "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
1869 "--test-results-server", | 1869 "--test-results-server", |
1870 "test-results.appspot.com", | 1870 "test-results.appspot.com", |
1871 "--chrome-revision", | 1871 "--chrome-revision", |
1872 "170242" | 1872 "170242" |
1873 ], | 1873 ], |
1874 "cwd": "[SLAVE_BUILD]", | 1874 "cwd": "[SLAVE_BUILD]", |
1875 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Linux (with patch
) on Linux]" | 1875 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Linux (with patch
) on Linux]" |
1876 }, | 1876 }, |
1877 { | 1877 { |
1878 "allow_subannotations": true, | 1878 "allow_subannotations": true, |
1879 "cmd": [ | 1879 "cmd": [ |
1880 "python", | 1880 "python", |
1881 "-u", | 1881 "-u", |
1882 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1882 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
1883 "--swarming-client-dir", | 1883 "--swarming-client-dir", |
1884 "[SLAVE_BUILD]/src/tools/swarming_client", | 1884 "[SLAVE_BUILD]/src/tools/swarming_client", |
1885 "--temp-root-dir", | 1885 "--temp-root-dir", |
1886 "[TMP_BASE]", | 1886 "[TMP_BASE]", |
1887 "--merged-test-output", | 1887 "--merged-test-output", |
1888 "/path/to/tmp/json", | 1888 "/path/to/tmp/json", |
1889 "--", | 1889 "--", |
1890 "collect", | 1890 "collect", |
1891 "--swarming", | 1891 "--swarming", |
1892 "https://chromium-swarm.appspot.com", | 1892 "https://chromium-swarm.appspot.com", |
1893 "--decorate", | 1893 "--decorate", |
1894 "--print-status-updates", | 1894 "--print-status-updates", |
1895 "--shards", | 1895 "--shards", |
1896 "1", | 1896 "1", |
1897 "angle_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linu
x_chromium_rel_ng/571" | 1897 "angle_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linu
x_chromium_rel_ng/571" |
1898 ], | 1898 ], |
1899 "cwd": "[SLAVE_BUILD]", | 1899 "cwd": "[SLAVE_BUILD]", |
1900 "name": "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 1900 "name": "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
1901 "~followup_annotations": [ | 1901 "~followup_annotations": [ |
1902 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1902 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1903 ] | 1903 ] |
1904 }, | 1904 }, |
1905 { | 1905 { |
1906 "cmd": [ | 1906 "cmd": [ |
1907 "python", | 1907 "python", |
1908 "-u", | 1908 "-u", |
1909 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1909 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
1910 "--input-gtest-json", | 1910 "--input-gtest-json", |
1911 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 1911 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
1912 "--master-name", | 1912 "--master-name", |
1913 "tryserver.chromium.linux", | 1913 "tryserver.chromium.linux", |
1914 "--builder-name", | 1914 "--builder-name", |
1915 "linux_chromium_rel_ng", | 1915 "linux_chromium_rel_ng", |
1916 "--build-number", | 1916 "--build-number", |
1917 "571", | 1917 "571", |
1918 "--test-type", | 1918 "--test-type", |
1919 "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 1919 "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
1920 "--test-results-server", | 1920 "--test-results-server", |
1921 "test-results.appspot.com", | 1921 "test-results.appspot.com", |
1922 "--chrome-revision", | 1922 "--chrome-revision", |
1923 "170242" | 1923 "170242" |
1924 ], | 1924 ], |
1925 "cwd": "[SLAVE_BUILD]", | 1925 "cwd": "[SLAVE_BUILD]", |
1926 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Linux (wit
h patch) on Linux]" | 1926 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Linux (wit
h patch) on Linux]" |
1927 }, | 1927 }, |
1928 { | 1928 { |
1929 "allow_subannotations": true, | 1929 "allow_subannotations": true, |
1930 "cmd": [ | 1930 "cmd": [ |
1931 "python", | 1931 "python", |
1932 "-u", | 1932 "-u", |
1933 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1933 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
1934 "--swarming-client-dir", | 1934 "--swarming-client-dir", |
1935 "[SLAVE_BUILD]/src/tools/swarming_client", | 1935 "[SLAVE_BUILD]/src/tools/swarming_client", |
1936 "--temp-root-dir", | 1936 "--temp-root-dir", |
1937 "[TMP_BASE]", | 1937 "[TMP_BASE]", |
1938 "--merged-test-output", | 1938 "--merged-test-output", |
1939 "/path/to/tmp/json", | 1939 "/path/to/tmp/json", |
1940 "--", | 1940 "--", |
1941 "collect", | 1941 "collect", |
1942 "--swarming", | 1942 "--swarming", |
1943 "https://chromium-swarm.appspot.com", | 1943 "https://chromium-swarm.appspot.com", |
1944 "--decorate", | 1944 "--decorate", |
1945 "--print-status-updates", | 1945 "--print-status-updates", |
1946 "--shards", | 1946 "--shards", |
1947 "1", | 1947 "1", |
1948 "gl_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_c
hromium_rel_ng/571" | 1948 "gl_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_c
hromium_rel_ng/571" |
1949 ], | 1949 ], |
1950 "cwd": "[SLAVE_BUILD]", | 1950 "cwd": "[SLAVE_BUILD]", |
1951 "name": "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 1951 "name": "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
1952 "~followup_annotations": [ | 1952 "~followup_annotations": [ |
1953 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1953 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1954 ] | 1954 ] |
1955 }, | 1955 }, |
1956 { | 1956 { |
1957 "cmd": [ | 1957 "cmd": [ |
1958 "python", | 1958 "python", |
1959 "-u", | 1959 "-u", |
1960 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1960 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
1961 "--input-gtest-json", | 1961 "--input-gtest-json", |
1962 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 1962 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
1963 "--master-name", | 1963 "--master-name", |
1964 "tryserver.chromium.linux", | 1964 "tryserver.chromium.linux", |
1965 "--builder-name", | 1965 "--builder-name", |
1966 "linux_chromium_rel_ng", | 1966 "linux_chromium_rel_ng", |
1967 "--build-number", | 1967 "--build-number", |
1968 "571", | 1968 "571", |
1969 "--test-type", | 1969 "--test-type", |
1970 "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 1970 "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2234 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", | 2234 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", |
2235 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 2235 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
2236 "@@@STEP_LOG_END@outdir_json@@@" | 2236 "@@@STEP_LOG_END@outdir_json@@@" |
2237 ] | 2237 ] |
2238 }, | 2238 }, |
2239 { | 2239 { |
2240 "allow_subannotations": true, | 2240 "allow_subannotations": true, |
2241 "cmd": [ | 2241 "cmd": [ |
2242 "python", | 2242 "python", |
2243 "-u", | 2243 "-u", |
2244 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 2244 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
2245 "--swarming-client-dir", | 2245 "--swarming-client-dir", |
2246 "[SLAVE_BUILD]/src/tools/swarming_client", | 2246 "[SLAVE_BUILD]/src/tools/swarming_client", |
2247 "--temp-root-dir", | 2247 "--temp-root-dir", |
2248 "[TMP_BASE]", | 2248 "[TMP_BASE]", |
2249 "--merged-test-output", | 2249 "--merged-test-output", |
2250 "/path/to/tmp/json", | 2250 "/path/to/tmp/json", |
2251 "--", | 2251 "--", |
2252 "collect", | 2252 "collect", |
2253 "--swarming", | 2253 "--swarming", |
2254 "https://chromium-swarm.appspot.com", | 2254 "https://chromium-swarm.appspot.com", |
2255 "--decorate", | 2255 "--decorate", |
2256 "--print-status-updates", | 2256 "--print-status-updates", |
2257 "--shards", | 2257 "--shards", |
2258 "1", | 2258 "1", |
2259 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" | 2259 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" |
2260 ], | 2260 ], |
2261 "cwd": "[SLAVE_BUILD]", | 2261 "cwd": "[SLAVE_BUILD]", |
2262 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux", | 2262 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux", |
2263 "~followup_annotations": [ | 2263 "~followup_annotations": [ |
2264 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2264 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2265 ] | 2265 ] |
2266 }, | 2266 }, |
2267 { | 2267 { |
2268 "cmd": [ | 2268 "cmd": [ |
2269 "python", | 2269 "python", |
2270 "-u", | 2270 "-u", |
2271 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 2271 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
2272 "--input-gtest-json", | 2272 "--input-gtest-json", |
2273 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 2273 "{\"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\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
2274 "--master-name", | 2274 "--master-name", |
2275 "tryserver.chromium.linux", | 2275 "tryserver.chromium.linux", |
2276 "--builder-name", | 2276 "--builder-name", |
2277 "linux_chromium_rel_ng", | 2277 "linux_chromium_rel_ng", |
2278 "--build-number", | 2278 "--build-number", |
2279 "571", | 2279 "571", |
2280 "--test-type", | 2280 "--test-type", |
2281 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux", | 2281 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux", |
2282 "--test-results-server", | 2282 "--test-results-server", |
2283 "test-results.appspot.com", | 2283 "test-results.appspot.com", |
2284 "--chrome-revision", | 2284 "--chrome-revision", |
2285 "170242" | 2285 "170242" |
2286 ], | 2286 ], |
2287 "cwd": "[SLAVE_BUILD]", | 2287 "cwd": "[SLAVE_BUILD]", |
2288 "name": "Upload to test-results [tab_capture_end2end_tests on NVIDIA GPU on
Linux (with patch) on Linux]" | 2288 "name": "Upload to test-results [tab_capture_end2end_tests on NVIDIA GPU on
Linux (with patch) on Linux]" |
2289 }, | 2289 }, |
2290 { | 2290 { |
2291 "name": "$result", | 2291 "name": "$result", |
2292 "recipe_result": null, | 2292 "recipe_result": null, |
2293 "status_code": 0 | 2293 "status_code": 0 |
2294 } | 2294 } |
2295 ] | 2295 ] |
OLD | NEW |