| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 "-u", | 292 "-u", |
| 293 "[BUILD]/scripts/slave/cleanup_temp.py" | 293 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 294 ], | 294 ], |
| 295 "cwd": "[SLAVE_BUILD]", | 295 "cwd": "[SLAVE_BUILD]", |
| 296 "name": "cleanup_temp" | 296 "name": "cleanup_temp" |
| 297 }, | 297 }, |
| 298 { | 298 { |
| 299 "cmd": [ | 299 "cmd": [ |
| 300 "python", | 300 "python", |
| 301 "-u", | 301 "-u", |
| 302 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 302 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 303 "--build-dir", | 303 "--build-dir", |
| 304 "[SLAVE_BUILD]/src/out/Release", | 304 "[SLAVE_BUILD]/src/out/Release", |
| 305 "--clean-isolated-files" | 305 "--clean-isolated-files" |
| 306 ], | 306 ], |
| 307 "cwd": "[SLAVE_BUILD]", | 307 "cwd": "[SLAVE_BUILD]", |
| 308 "name": "clean isolated files" | 308 "name": "clean isolated files" |
| 309 }, | 309 }, |
| 310 { | 310 { |
| 311 "cmd": [ | 311 "cmd": [ |
| 312 "python", | 312 "python", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "name": "compile (with patch)", | 363 "name": "compile (with patch)", |
| 364 "~followup_annotations": [ | 364 "~followup_annotations": [ |
| 365 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 365 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 366 "@@@STEP_LOG_END@json.output (invalid)@@@" | 366 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 367 ] | 367 ] |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "cmd": [ | 370 "cmd": [ |
| 371 "python", | 371 "python", |
| 372 "-u", | 372 "-u", |
| 373 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 373 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
| 374 "--build-dir", | 374 "--build-dir", |
| 375 "[SLAVE_BUILD]/src/out/Release", | 375 "[SLAVE_BUILD]/src/out/Release", |
| 376 "--src-dir", | 376 "--src-dir", |
| 377 "[SLAVE_BUILD]/src" | 377 "[SLAVE_BUILD]/src" |
| 378 ], | 378 ], |
| 379 "cwd": "[SLAVE_BUILD]", | 379 "cwd": "[SLAVE_BUILD]", |
| 380 "name": "remove_build_metadata" | 380 "name": "remove_build_metadata" |
| 381 }, | 381 }, |
| 382 { | 382 { |
| 383 "cmd": [ | 383 "cmd": [ |
| 384 "python", | 384 "python", |
| 385 "-u", | 385 "-u", |
| 386 "RECIPE_MODULE[isolate]/resources/isolate.py", | 386 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 387 "[SLAVE_BUILD]/src/tools/swarming_client", | 387 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 388 "batcharchive", | 388 "batcharchive", |
| 389 "--dump-json", | 389 "--dump-json", |
| 390 "/path/to/tmp/json", | 390 "/path/to/tmp/json", |
| 391 "--isolate-server", | 391 "--isolate-server", |
| 392 "https://isolateserver.appspot.com", | 392 "https://isolateserver.appspot.com", |
| 393 "--verbose", | 393 "--verbose", |
| 394 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 394 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
| 395 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | 395 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", |
| 396 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", | 396 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", |
| (...skipping 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1827 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 1827 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 1828 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 1828 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 1829 "@@@STEP_LOG_END@python.inline@@@" | 1829 "@@@STEP_LOG_END@python.inline@@@" |
| 1830 ] | 1830 ] |
| 1831 }, | 1831 }, |
| 1832 { | 1832 { |
| 1833 "allow_subannotations": true, | 1833 "allow_subannotations": true, |
| 1834 "cmd": [ | 1834 "cmd": [ |
| 1835 "python", | 1835 "python", |
| 1836 "-u", | 1836 "-u", |
| 1837 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1837 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
| 1838 "--swarming-client-dir", | 1838 "--swarming-client-dir", |
| 1839 "[SLAVE_BUILD]/src/tools/swarming_client", | 1839 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 1840 "--temp-root-dir", | 1840 "--temp-root-dir", |
| 1841 "[TMP_BASE]", | 1841 "[TMP_BASE]", |
| 1842 "--merged-test-output", | 1842 "--merged-test-output", |
| 1843 "/path/to/tmp/json", | 1843 "/path/to/tmp/json", |
| 1844 "--", | 1844 "--", |
| 1845 "collect", | 1845 "collect", |
| 1846 "--swarming", | 1846 "--swarming", |
| 1847 "https://chromium-swarm.appspot.com", | 1847 "https://chromium-swarm.appspot.com", |
| 1848 "--decorate", | 1848 "--decorate", |
| 1849 "--print-status-updates", | 1849 "--print-status-updates", |
| 1850 "--shards", | 1850 "--shards", |
| 1851 "1", | 1851 "1", |
| 1852 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" | 1852 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" |
| 1853 ], | 1853 ], |
| 1854 "cwd": "[SLAVE_BUILD]", | 1854 "cwd": "[SLAVE_BUILD]", |
| 1855 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1855 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
| 1856 "~followup_annotations": [ | 1856 "~followup_annotations": [ |
| 1857 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1857 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1858 ] | 1858 ] |
| 1859 }, | 1859 }, |
| 1860 { | 1860 { |
| 1861 "cmd": [ | 1861 "cmd": [ |
| 1862 "python", | 1862 "python", |
| 1863 "-u", | 1863 "-u", |
| 1864 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1864 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
| 1865 "--input-gtest-json", | 1865 "--input-gtest-json", |
| 1866 "{\"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\"}}]}}"
, | 1866 "{\"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\"}}]}}"
, |
| 1867 "--master-name", | 1867 "--master-name", |
| 1868 "tryserver.chromium.linux", | 1868 "tryserver.chromium.linux", |
| 1869 "--builder-name", | 1869 "--builder-name", |
| 1870 "linux_chromium_rel_ng", | 1870 "linux_chromium_rel_ng", |
| 1871 "--build-number", | 1871 "--build-number", |
| 1872 "571", | 1872 "571", |
| 1873 "--test-type", | 1873 "--test-type", |
| 1874 "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1874 "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
| 1875 "--test-results-server", | 1875 "--test-results-server", |
| 1876 "test-results.appspot.com", | 1876 "test-results.appspot.com", |
| 1877 "--chrome-revision", | 1877 "--chrome-revision", |
| 1878 "170242" | 1878 "170242" |
| 1879 ], | 1879 ], |
| 1880 "cwd": "[SLAVE_BUILD]", | 1880 "cwd": "[SLAVE_BUILD]", |
| 1881 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Linux (wi
th patch) on Linux]" | 1881 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Linux (wi
th 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 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1888 "RECIPE_MODULE[build.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", |
| 1899 "--decorate", | 1899 "--decorate", |
| 1900 "--print-status-updates", | 1900 "--print-status-updates", |
| 1901 "--shards", | 1901 "--shards", |
| 1902 "1", | 1902 "1", |
| 1903 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom
ium_rel_ng/571" | 1903 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom
ium_rel_ng/571" |
| 1904 ], | 1904 ], |
| 1905 "cwd": "[SLAVE_BUILD]", | 1905 "cwd": "[SLAVE_BUILD]", |
| 1906 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1906 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
| 1907 "~followup_annotations": [ | 1907 "~followup_annotations": [ |
| 1908 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1908 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1909 ] | 1909 ] |
| 1910 }, | 1910 }, |
| 1911 { | 1911 { |
| 1912 "cmd": [ | 1912 "cmd": [ |
| 1913 "python", | 1913 "python", |
| 1914 "-u", | 1914 "-u", |
| 1915 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1915 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
| 1916 "--input-gtest-json", | 1916 "--input-gtest-json", |
| 1917 "{\"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\"}}]}}"
, | 1917 "{\"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\"}}]}}"
, |
| 1918 "--master-name", | 1918 "--master-name", |
| 1919 "tryserver.chromium.linux", | 1919 "tryserver.chromium.linux", |
| 1920 "--builder-name", | 1920 "--builder-name", |
| 1921 "linux_chromium_rel_ng", | 1921 "linux_chromium_rel_ng", |
| 1922 "--build-number", | 1922 "--build-number", |
| 1923 "571", | 1923 "571", |
| 1924 "--test-type", | 1924 "--test-type", |
| 1925 "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1925 "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
| 1926 "--test-results-server", | 1926 "--test-results-server", |
| 1927 "test-results.appspot.com", | 1927 "test-results.appspot.com", |
| 1928 "--chrome-revision", | 1928 "--chrome-revision", |
| 1929 "170242" | 1929 "170242" |
| 1930 ], | 1930 ], |
| 1931 "cwd": "[SLAVE_BUILD]", | 1931 "cwd": "[SLAVE_BUILD]", |
| 1932 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Linux (with patch
) on Linux]" | 1932 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Linux (with patch
) on Linux]" |
| 1933 }, | 1933 }, |
| 1934 { | 1934 { |
| 1935 "allow_subannotations": true, | 1935 "allow_subannotations": true, |
| 1936 "cmd": [ | 1936 "cmd": [ |
| 1937 "python", | 1937 "python", |
| 1938 "-u", | 1938 "-u", |
| 1939 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1939 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
| 1940 "--swarming-client-dir", | 1940 "--swarming-client-dir", |
| 1941 "[SLAVE_BUILD]/src/tools/swarming_client", | 1941 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 1942 "--temp-root-dir", | 1942 "--temp-root-dir", |
| 1943 "[TMP_BASE]", | 1943 "[TMP_BASE]", |
| 1944 "--merged-test-output", | 1944 "--merged-test-output", |
| 1945 "/path/to/tmp/json", | 1945 "/path/to/tmp/json", |
| 1946 "--", | 1946 "--", |
| 1947 "collect", | 1947 "collect", |
| 1948 "--swarming", | 1948 "--swarming", |
| 1949 "https://chromium-swarm.appspot.com", | 1949 "https://chromium-swarm.appspot.com", |
| 1950 "--decorate", | 1950 "--decorate", |
| 1951 "--print-status-updates", | 1951 "--print-status-updates", |
| 1952 "--shards", | 1952 "--shards", |
| 1953 "1", | 1953 "1", |
| 1954 "angle_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linu
x_chromium_rel_ng/571" | 1954 "angle_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linu
x_chromium_rel_ng/571" |
| 1955 ], | 1955 ], |
| 1956 "cwd": "[SLAVE_BUILD]", | 1956 "cwd": "[SLAVE_BUILD]", |
| 1957 "name": "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 1957 "name": "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
| 1958 "~followup_annotations": [ | 1958 "~followup_annotations": [ |
| 1959 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1959 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 1960 ] | 1960 ] |
| 1961 }, | 1961 }, |
| 1962 { | 1962 { |
| 1963 "cmd": [ | 1963 "cmd": [ |
| 1964 "python", | 1964 "python", |
| 1965 "-u", | 1965 "-u", |
| 1966 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1966 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
| 1967 "--input-gtest-json", | 1967 "--input-gtest-json", |
| 1968 "{\"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\"}}]}}"
, | 1968 "{\"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\"}}]}}"
, |
| 1969 "--master-name", | 1969 "--master-name", |
| 1970 "tryserver.chromium.linux", | 1970 "tryserver.chromium.linux", |
| 1971 "--builder-name", | 1971 "--builder-name", |
| 1972 "linux_chromium_rel_ng", | 1972 "linux_chromium_rel_ng", |
| 1973 "--build-number", | 1973 "--build-number", |
| 1974 "571", | 1974 "571", |
| 1975 "--test-type", | 1975 "--test-type", |
| 1976 "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 1976 "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
| 1977 "--test-results-server", | 1977 "--test-results-server", |
| 1978 "test-results.appspot.com", | 1978 "test-results.appspot.com", |
| 1979 "--chrome-revision", | 1979 "--chrome-revision", |
| 1980 "170242" | 1980 "170242" |
| 1981 ], | 1981 ], |
| 1982 "cwd": "[SLAVE_BUILD]", | 1982 "cwd": "[SLAVE_BUILD]", |
| 1983 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Linux (wit
h patch) on Linux]" | 1983 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Linux (wit
h patch) on Linux]" |
| 1984 }, | 1984 }, |
| 1985 { | 1985 { |
| 1986 "allow_subannotations": true, | 1986 "allow_subannotations": true, |
| 1987 "cmd": [ | 1987 "cmd": [ |
| 1988 "python", | 1988 "python", |
| 1989 "-u", | 1989 "-u", |
| 1990 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1990 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
| 1991 "--swarming-client-dir", | 1991 "--swarming-client-dir", |
| 1992 "[SLAVE_BUILD]/src/tools/swarming_client", | 1992 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 1993 "--temp-root-dir", | 1993 "--temp-root-dir", |
| 1994 "[TMP_BASE]", | 1994 "[TMP_BASE]", |
| 1995 "--merged-test-output", | 1995 "--merged-test-output", |
| 1996 "/path/to/tmp/json", | 1996 "/path/to/tmp/json", |
| 1997 "--", | 1997 "--", |
| 1998 "collect", | 1998 "collect", |
| 1999 "--swarming", | 1999 "--swarming", |
| 2000 "https://chromium-swarm.appspot.com", | 2000 "https://chromium-swarm.appspot.com", |
| 2001 "--decorate", | 2001 "--decorate", |
| 2002 "--print-status-updates", | 2002 "--print-status-updates", |
| 2003 "--shards", | 2003 "--shards", |
| 2004 "1", | 2004 "1", |
| 2005 "gl_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_c
hromium_rel_ng/571" | 2005 "gl_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_c
hromium_rel_ng/571" |
| 2006 ], | 2006 ], |
| 2007 "cwd": "[SLAVE_BUILD]", | 2007 "cwd": "[SLAVE_BUILD]", |
| 2008 "name": "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 2008 "name": "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
| 2009 "~followup_annotations": [ | 2009 "~followup_annotations": [ |
| 2010 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2010 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2011 ] | 2011 ] |
| 2012 }, | 2012 }, |
| 2013 { | 2013 { |
| 2014 "cmd": [ | 2014 "cmd": [ |
| 2015 "python", | 2015 "python", |
| 2016 "-u", | 2016 "-u", |
| 2017 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 2017 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
| 2018 "--input-gtest-json", | 2018 "--input-gtest-json", |
| 2019 "{\"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\"}}]}}"
, | 2019 "{\"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\"}}]}}"
, |
| 2020 "--master-name", | 2020 "--master-name", |
| 2021 "tryserver.chromium.linux", | 2021 "tryserver.chromium.linux", |
| 2022 "--builder-name", | 2022 "--builder-name", |
| 2023 "linux_chromium_rel_ng", | 2023 "linux_chromium_rel_ng", |
| 2024 "--build-number", | 2024 "--build-number", |
| 2025 "571", | 2025 "571", |
| 2026 "--test-type", | 2026 "--test-type", |
| 2027 "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 2027 "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2291 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", | 2291 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", |
| 2292 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 2292 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
| 2293 "@@@STEP_LOG_END@outdir_json@@@" | 2293 "@@@STEP_LOG_END@outdir_json@@@" |
| 2294 ] | 2294 ] |
| 2295 }, | 2295 }, |
| 2296 { | 2296 { |
| 2297 "allow_subannotations": true, | 2297 "allow_subannotations": true, |
| 2298 "cmd": [ | 2298 "cmd": [ |
| 2299 "python", | 2299 "python", |
| 2300 "-u", | 2300 "-u", |
| 2301 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 2301 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
| 2302 "--swarming-client-dir", | 2302 "--swarming-client-dir", |
| 2303 "[SLAVE_BUILD]/src/tools/swarming_client", | 2303 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 2304 "--temp-root-dir", | 2304 "--temp-root-dir", |
| 2305 "[TMP_BASE]", | 2305 "[TMP_BASE]", |
| 2306 "--merged-test-output", | 2306 "--merged-test-output", |
| 2307 "/path/to/tmp/json", | 2307 "/path/to/tmp/json", |
| 2308 "--", | 2308 "--", |
| 2309 "collect", | 2309 "collect", |
| 2310 "--swarming", | 2310 "--swarming", |
| 2311 "https://chromium-swarm.appspot.com", | 2311 "https://chromium-swarm.appspot.com", |
| 2312 "--decorate", | 2312 "--decorate", |
| 2313 "--print-status-updates", | 2313 "--print-status-updates", |
| 2314 "--shards", | 2314 "--shards", |
| 2315 "1", | 2315 "1", |
| 2316 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" | 2316 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" |
| 2317 ], | 2317 ], |
| 2318 "cwd": "[SLAVE_BUILD]", | 2318 "cwd": "[SLAVE_BUILD]", |
| 2319 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux", | 2319 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux", |
| 2320 "~followup_annotations": [ | 2320 "~followup_annotations": [ |
| 2321 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2321 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2322 ] | 2322 ] |
| 2323 }, | 2323 }, |
| 2324 { | 2324 { |
| 2325 "cmd": [ | 2325 "cmd": [ |
| 2326 "python", | 2326 "python", |
| 2327 "-u", | 2327 "-u", |
| 2328 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 2328 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
| 2329 "--input-gtest-json", | 2329 "--input-gtest-json", |
| 2330 "{\"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\"}}]}}"
, | 2330 "{\"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\"}}]}}"
, |
| 2331 "--master-name", | 2331 "--master-name", |
| 2332 "tryserver.chromium.linux", | 2332 "tryserver.chromium.linux", |
| 2333 "--builder-name", | 2333 "--builder-name", |
| 2334 "linux_chromium_rel_ng", | 2334 "linux_chromium_rel_ng", |
| 2335 "--build-number", | 2335 "--build-number", |
| 2336 "571", | 2336 "571", |
| 2337 "--test-type", | 2337 "--test-type", |
| 2338 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux", | 2338 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 2361 "@@@STEP_FAILURE@@@", | 2361 "@@@STEP_FAILURE@@@", |
| 2362 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" | 2362 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06
5725\"@@@" |
| 2363 ] | 2363 ] |
| 2364 }, | 2364 }, |
| 2365 { | 2365 { |
| 2366 "name": "$result", | 2366 "name": "$result", |
| 2367 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", | 2367 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest
s') failed with return_code 1", |
| 2368 "status_code": 1 | 2368 "status_code": 1 |
| 2369 } | 2369 } |
| 2370 ] | 2370 ] |
| OLD | NEW |