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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 "-u", | 288 "-u", |
289 "[BUILD]/scripts/slave/cleanup_temp.py" | 289 "[BUILD]/scripts/slave/cleanup_temp.py" |
290 ], | 290 ], |
291 "cwd": "[SLAVE_BUILD]", | 291 "cwd": "[SLAVE_BUILD]", |
292 "name": "cleanup_temp" | 292 "name": "cleanup_temp" |
293 }, | 293 }, |
294 { | 294 { |
295 "cmd": [ | 295 "cmd": [ |
296 "python", | 296 "python", |
297 "-u", | 297 "-u", |
298 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 298 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
299 "--build-dir", | 299 "--build-dir", |
300 "[SLAVE_BUILD]/src/out/Release", | 300 "[SLAVE_BUILD]/src/out/Release", |
301 "--clean-isolated-files" | 301 "--clean-isolated-files" |
302 ], | 302 ], |
303 "cwd": "[SLAVE_BUILD]", | 303 "cwd": "[SLAVE_BUILD]", |
304 "name": "clean isolated files" | 304 "name": "clean isolated files" |
305 }, | 305 }, |
306 { | 306 { |
307 "cmd": [ | 307 "cmd": [ |
308 "python", | 308 "python", |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 "name": "compile (with patch)", | 358 "name": "compile (with patch)", |
359 "~followup_annotations": [ | 359 "~followup_annotations": [ |
360 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 360 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
361 "@@@STEP_LOG_END@json.output (invalid)@@@" | 361 "@@@STEP_LOG_END@json.output (invalid)@@@" |
362 ] | 362 ] |
363 }, | 363 }, |
364 { | 364 { |
365 "cmd": [ | 365 "cmd": [ |
366 "python", | 366 "python", |
367 "-u", | 367 "-u", |
368 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", | 368 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py", |
369 "--build-dir", | 369 "--build-dir", |
370 "[SLAVE_BUILD]/src/out/Release", | 370 "[SLAVE_BUILD]/src/out/Release", |
371 "--src-dir", | 371 "--src-dir", |
372 "[SLAVE_BUILD]/src" | 372 "[SLAVE_BUILD]/src" |
373 ], | 373 ], |
374 "cwd": "[SLAVE_BUILD]", | 374 "cwd": "[SLAVE_BUILD]", |
375 "name": "remove_build_metadata" | 375 "name": "remove_build_metadata" |
376 }, | 376 }, |
377 { | 377 { |
378 "cmd": [ | 378 "cmd": [ |
379 "python", | 379 "python", |
380 "-u", | 380 "-u", |
381 "RECIPE_MODULE[isolate]/resources/isolate.py", | 381 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
382 "[SLAVE_BUILD]/src/tools/swarming_client", | 382 "[SLAVE_BUILD]/src/tools/swarming_client", |
383 "batcharchive", | 383 "batcharchive", |
384 "--dump-json", | 384 "--dump-json", |
385 "/path/to/tmp/json", | 385 "/path/to/tmp/json", |
386 "--isolate-server", | 386 "--isolate-server", |
387 "https://isolateserver.appspot.com", | 387 "https://isolateserver.appspot.com", |
388 "--verbose", | 388 "--verbose", |
389 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 389 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
390 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | 390 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", |
391 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", | 391 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", |
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1872 "@@@STEP_LOG_LINE@json.output@}@@@", | 1872 "@@@STEP_LOG_LINE@json.output@}@@@", |
1873 "@@@STEP_LOG_END@json.output@@@", | 1873 "@@@STEP_LOG_END@json.output@@@", |
1874 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 1874 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
1875 ] | 1875 ] |
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 "gl_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571" | 1897 "gl_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571" |
1898 ], | 1898 ], |
1899 "cwd": "[SLAVE_BUILD]", | 1899 "cwd": "[SLAVE_BUILD]", |
1900 "name": "gl_tests (with patch)", | 1900 "name": "gl_tests (with patch)", |
1901 "~followup_annotations": [ | 1901 "~followup_annotations": [ |
1902 "step returned non-zero exit code: 1", | 1902 "step returned non-zero exit code: 1", |
1903 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 1903 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
1904 "@@@STEP_FAILURE@@@" | 1904 "@@@STEP_FAILURE@@@" |
1905 ] | 1905 ] |
1906 }, | 1906 }, |
1907 { | 1907 { |
1908 "cmd": [ | 1908 "cmd": [ |
1909 "python", | 1909 "python", |
1910 "-u", | 1910 "-u", |
1911 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1911 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
1912 "--input-gtest-json", | 1912 "--input-gtest-json", |
1913 "{\"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\": \"FAILURE\"}]}]}", | 1913 "{\"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\": \"FAILURE\"}]}]}", |
1914 "--master-name", | 1914 "--master-name", |
1915 "tryserver.chromium.linux", | 1915 "tryserver.chromium.linux", |
1916 "--builder-name", | 1916 "--builder-name", |
1917 "linux_chromium_rel_ng", | 1917 "linux_chromium_rel_ng", |
1918 "--build-number", | 1918 "--build-number", |
1919 "571", | 1919 "571", |
1920 "--test-type", | 1920 "--test-type", |
1921 "gl_tests (with patch)", | 1921 "gl_tests (with patch)", |
1922 "--test-results-server", | 1922 "--test-results-server", |
1923 "test-results.appspot.com", | 1923 "test-results.appspot.com", |
1924 "--chrome-revision", | 1924 "--chrome-revision", |
1925 "170242" | 1925 "170242" |
1926 ], | 1926 ], |
1927 "cwd": "[SLAVE_BUILD]", | 1927 "cwd": "[SLAVE_BUILD]", |
1928 "name": "Upload to test-results [gl_tests (with patch)]" | 1928 "name": "Upload to test-results [gl_tests (with patch)]" |
1929 }, | 1929 }, |
1930 { | 1930 { |
1931 "allow_subannotations": true, | 1931 "allow_subannotations": true, |
1932 "cmd": [ | 1932 "cmd": [ |
1933 "python", | 1933 "python", |
1934 "-u", | 1934 "-u", |
1935 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1935 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
1936 "--swarming-client-dir", | 1936 "--swarming-client-dir", |
1937 "[SLAVE_BUILD]/src/tools/swarming_client", | 1937 "[SLAVE_BUILD]/src/tools/swarming_client", |
1938 "--temp-root-dir", | 1938 "--temp-root-dir", |
1939 "[TMP_BASE]", | 1939 "[TMP_BASE]", |
1940 "--merged-test-output", | 1940 "--merged-test-output", |
1941 "/path/to/tmp/json", | 1941 "/path/to/tmp/json", |
1942 "--", | 1942 "--", |
1943 "collect", | 1943 "collect", |
1944 "--swarming", | 1944 "--swarming", |
1945 "https://chromium-swarm.appspot.com", | 1945 "https://chromium-swarm.appspot.com", |
1946 "--decorate", | 1946 "--decorate", |
1947 "--print-status-updates", | 1947 "--print-status-updates", |
1948 "--shards", | 1948 "--shards", |
1949 "1", | 1949 "1", |
1950 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" | 1950 "content_gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/lin
ux_chromium_rel_ng/571" |
1951 ], | 1951 ], |
1952 "cwd": "[SLAVE_BUILD]", | 1952 "cwd": "[SLAVE_BUILD]", |
1953 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1953 "name": "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
1954 "~followup_annotations": [ | 1954 "~followup_annotations": [ |
1955 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 1955 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
1956 ] | 1956 ] |
1957 }, | 1957 }, |
1958 { | 1958 { |
1959 "cmd": [ | 1959 "cmd": [ |
1960 "python", | 1960 "python", |
1961 "-u", | 1961 "-u", |
1962 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 1962 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
1963 "--input-gtest-json", | 1963 "--input-gtest-json", |
1964 "{\"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\"}}]}}"
, | 1964 "{\"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\"}}]}}"
, |
1965 "--master-name", | 1965 "--master-name", |
1966 "tryserver.chromium.linux", | 1966 "tryserver.chromium.linux", |
1967 "--builder-name", | 1967 "--builder-name", |
1968 "linux_chromium_rel_ng", | 1968 "linux_chromium_rel_ng", |
1969 "--build-number", | 1969 "--build-number", |
1970 "571", | 1970 "571", |
1971 "--test-type", | 1971 "--test-type", |
1972 "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 1972 "content_gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
1973 "--test-results-server", | 1973 "--test-results-server", |
1974 "test-results.appspot.com", | 1974 "test-results.appspot.com", |
1975 "--chrome-revision", | 1975 "--chrome-revision", |
1976 "170242" | 1976 "170242" |
1977 ], | 1977 ], |
1978 "cwd": "[SLAVE_BUILD]", | 1978 "cwd": "[SLAVE_BUILD]", |
1979 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Linux (wi
th patch) on Linux]" | 1979 "name": "Upload to test-results [content_gl_tests on NVIDIA GPU on Linux (wi
th patch) on Linux]" |
1980 }, | 1980 }, |
1981 { | 1981 { |
1982 "allow_subannotations": true, | 1982 "allow_subannotations": true, |
1983 "cmd": [ | 1983 "cmd": [ |
1984 "python", | 1984 "python", |
1985 "-u", | 1985 "-u", |
1986 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 1986 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
1987 "--swarming-client-dir", | 1987 "--swarming-client-dir", |
1988 "[SLAVE_BUILD]/src/tools/swarming_client", | 1988 "[SLAVE_BUILD]/src/tools/swarming_client", |
1989 "--temp-root-dir", | 1989 "--temp-root-dir", |
1990 "[TMP_BASE]", | 1990 "[TMP_BASE]", |
1991 "--merged-test-output", | 1991 "--merged-test-output", |
1992 "/path/to/tmp/json", | 1992 "/path/to/tmp/json", |
1993 "--", | 1993 "--", |
1994 "collect", | 1994 "collect", |
1995 "--swarming", | 1995 "--swarming", |
1996 "https://chromium-swarm.appspot.com", | 1996 "https://chromium-swarm.appspot.com", |
1997 "--decorate", | 1997 "--decorate", |
1998 "--print-status-updates", | 1998 "--print-status-updates", |
1999 "--shards", | 1999 "--shards", |
2000 "1", | 2000 "1", |
2001 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom
ium_rel_ng/571" | 2001 "gl_tests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_chrom
ium_rel_ng/571" |
2002 ], | 2002 ], |
2003 "cwd": "[SLAVE_BUILD]", | 2003 "cwd": "[SLAVE_BUILD]", |
2004 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 2004 "name": "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
2005 "~followup_annotations": [ | 2005 "~followup_annotations": [ |
2006 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2006 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2007 ] | 2007 ] |
2008 }, | 2008 }, |
2009 { | 2009 { |
2010 "cmd": [ | 2010 "cmd": [ |
2011 "python", | 2011 "python", |
2012 "-u", | 2012 "-u", |
2013 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 2013 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
2014 "--input-gtest-json", | 2014 "--input-gtest-json", |
2015 "{\"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\"}}]}}"
, | 2015 "{\"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\"}}]}}"
, |
2016 "--master-name", | 2016 "--master-name", |
2017 "tryserver.chromium.linux", | 2017 "tryserver.chromium.linux", |
2018 "--builder-name", | 2018 "--builder-name", |
2019 "linux_chromium_rel_ng", | 2019 "linux_chromium_rel_ng", |
2020 "--build-number", | 2020 "--build-number", |
2021 "571", | 2021 "571", |
2022 "--test-type", | 2022 "--test-type", |
2023 "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", | 2023 "gl_tests on NVIDIA GPU on Linux (with patch) on Linux", |
2024 "--test-results-server", | 2024 "--test-results-server", |
2025 "test-results.appspot.com", | 2025 "test-results.appspot.com", |
2026 "--chrome-revision", | 2026 "--chrome-revision", |
2027 "170242" | 2027 "170242" |
2028 ], | 2028 ], |
2029 "cwd": "[SLAVE_BUILD]", | 2029 "cwd": "[SLAVE_BUILD]", |
2030 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Linux (with patch
) on Linux]" | 2030 "name": "Upload to test-results [gl_tests on NVIDIA GPU on Linux (with patch
) on Linux]" |
2031 }, | 2031 }, |
2032 { | 2032 { |
2033 "allow_subannotations": true, | 2033 "allow_subannotations": true, |
2034 "cmd": [ | 2034 "cmd": [ |
2035 "python", | 2035 "python", |
2036 "-u", | 2036 "-u", |
2037 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 2037 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
2038 "--swarming-client-dir", | 2038 "--swarming-client-dir", |
2039 "[SLAVE_BUILD]/src/tools/swarming_client", | 2039 "[SLAVE_BUILD]/src/tools/swarming_client", |
2040 "--temp-root-dir", | 2040 "--temp-root-dir", |
2041 "[TMP_BASE]", | 2041 "[TMP_BASE]", |
2042 "--merged-test-output", | 2042 "--merged-test-output", |
2043 "/path/to/tmp/json", | 2043 "/path/to/tmp/json", |
2044 "--", | 2044 "--", |
2045 "collect", | 2045 "collect", |
2046 "--swarming", | 2046 "--swarming", |
2047 "https://chromium-swarm.appspot.com", | 2047 "https://chromium-swarm.appspot.com", |
2048 "--decorate", | 2048 "--decorate", |
2049 "--print-status-updates", | 2049 "--print-status-updates", |
2050 "--shards", | 2050 "--shards", |
2051 "1", | 2051 "1", |
2052 "angle_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linu
x_chromium_rel_ng/571" | 2052 "angle_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linu
x_chromium_rel_ng/571" |
2053 ], | 2053 ], |
2054 "cwd": "[SLAVE_BUILD]", | 2054 "cwd": "[SLAVE_BUILD]", |
2055 "name": "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 2055 "name": "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
2056 "~followup_annotations": [ | 2056 "~followup_annotations": [ |
2057 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2057 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2058 ] | 2058 ] |
2059 }, | 2059 }, |
2060 { | 2060 { |
2061 "cmd": [ | 2061 "cmd": [ |
2062 "python", | 2062 "python", |
2063 "-u", | 2063 "-u", |
2064 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 2064 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
2065 "--input-gtest-json", | 2065 "--input-gtest-json", |
2066 "{\"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\"}}]}}"
, | 2066 "{\"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\"}}]}}"
, |
2067 "--master-name", | 2067 "--master-name", |
2068 "tryserver.chromium.linux", | 2068 "tryserver.chromium.linux", |
2069 "--builder-name", | 2069 "--builder-name", |
2070 "linux_chromium_rel_ng", | 2070 "linux_chromium_rel_ng", |
2071 "--build-number", | 2071 "--build-number", |
2072 "571", | 2072 "571", |
2073 "--test-type", | 2073 "--test-type", |
2074 "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 2074 "angle_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
2075 "--test-results-server", | 2075 "--test-results-server", |
2076 "test-results.appspot.com", | 2076 "test-results.appspot.com", |
2077 "--chrome-revision", | 2077 "--chrome-revision", |
2078 "170242" | 2078 "170242" |
2079 ], | 2079 ], |
2080 "cwd": "[SLAVE_BUILD]", | 2080 "cwd": "[SLAVE_BUILD]", |
2081 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Linux (wit
h patch) on Linux]" | 2081 "name": "Upload to test-results [angle_unittests on NVIDIA GPU on Linux (wit
h patch) on Linux]" |
2082 }, | 2082 }, |
2083 { | 2083 { |
2084 "allow_subannotations": true, | 2084 "allow_subannotations": true, |
2085 "cmd": [ | 2085 "cmd": [ |
2086 "python", | 2086 "python", |
2087 "-u", | 2087 "-u", |
2088 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 2088 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
2089 "--swarming-client-dir", | 2089 "--swarming-client-dir", |
2090 "[SLAVE_BUILD]/src/tools/swarming_client", | 2090 "[SLAVE_BUILD]/src/tools/swarming_client", |
2091 "--temp-root-dir", | 2091 "--temp-root-dir", |
2092 "[TMP_BASE]", | 2092 "[TMP_BASE]", |
2093 "--merged-test-output", | 2093 "--merged-test-output", |
2094 "/path/to/tmp/json", | 2094 "/path/to/tmp/json", |
2095 "--", | 2095 "--", |
2096 "collect", | 2096 "collect", |
2097 "--swarming", | 2097 "--swarming", |
2098 "https://chromium-swarm.appspot.com", | 2098 "https://chromium-swarm.appspot.com", |
2099 "--decorate", | 2099 "--decorate", |
2100 "--print-status-updates", | 2100 "--print-status-updates", |
2101 "--shards", | 2101 "--shards", |
2102 "1", | 2102 "1", |
2103 "gl_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_c
hromium_rel_ng/571" | 2103 "gl_unittests on NVIDIA GPU on Linux (with patch)/Linux/[dummy has/linux_c
hromium_rel_ng/571" |
2104 ], | 2104 ], |
2105 "cwd": "[SLAVE_BUILD]", | 2105 "cwd": "[SLAVE_BUILD]", |
2106 "name": "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 2106 "name": "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
2107 "~followup_annotations": [ | 2107 "~followup_annotations": [ |
2108 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2108 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2109 ] | 2109 ] |
2110 }, | 2110 }, |
2111 { | 2111 { |
2112 "cmd": [ | 2112 "cmd": [ |
2113 "python", | 2113 "python", |
2114 "-u", | 2114 "-u", |
2115 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 2115 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
2116 "--input-gtest-json", | 2116 "--input-gtest-json", |
2117 "{\"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\"}}]}}"
, | 2117 "{\"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\"}}]}}"
, |
2118 "--master-name", | 2118 "--master-name", |
2119 "tryserver.chromium.linux", | 2119 "tryserver.chromium.linux", |
2120 "--builder-name", | 2120 "--builder-name", |
2121 "linux_chromium_rel_ng", | 2121 "linux_chromium_rel_ng", |
2122 "--build-number", | 2122 "--build-number", |
2123 "571", | 2123 "571", |
2124 "--test-type", | 2124 "--test-type", |
2125 "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", | 2125 "gl_unittests on NVIDIA GPU on Linux (with patch) on Linux", |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2389 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", | 2389 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false}]}\"@@@", |
2390 "@@@STEP_LOG_LINE@outdir_json@}@@@", | 2390 "@@@STEP_LOG_LINE@outdir_json@}@@@", |
2391 "@@@STEP_LOG_END@outdir_json@@@" | 2391 "@@@STEP_LOG_END@outdir_json@@@" |
2392 ] | 2392 ] |
2393 }, | 2393 }, |
2394 { | 2394 { |
2395 "allow_subannotations": true, | 2395 "allow_subannotations": true, |
2396 "cmd": [ | 2396 "cmd": [ |
2397 "python", | 2397 "python", |
2398 "-u", | 2398 "-u", |
2399 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 2399 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
2400 "--swarming-client-dir", | 2400 "--swarming-client-dir", |
2401 "[SLAVE_BUILD]/src/tools/swarming_client", | 2401 "[SLAVE_BUILD]/src/tools/swarming_client", |
2402 "--temp-root-dir", | 2402 "--temp-root-dir", |
2403 "[TMP_BASE]", | 2403 "[TMP_BASE]", |
2404 "--merged-test-output", | 2404 "--merged-test-output", |
2405 "/path/to/tmp/json", | 2405 "/path/to/tmp/json", |
2406 "--", | 2406 "--", |
2407 "collect", | 2407 "collect", |
2408 "--swarming", | 2408 "--swarming", |
2409 "https://chromium-swarm.appspot.com", | 2409 "https://chromium-swarm.appspot.com", |
2410 "--decorate", | 2410 "--decorate", |
2411 "--print-status-updates", | 2411 "--print-status-updates", |
2412 "--shards", | 2412 "--shards", |
2413 "1", | 2413 "1", |
2414 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" | 2414 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch)/Linux/[dumm
y has/linux_chromium_rel_ng/571" |
2415 ], | 2415 ], |
2416 "cwd": "[SLAVE_BUILD]", | 2416 "cwd": "[SLAVE_BUILD]", |
2417 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux", | 2417 "name": "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Li
nux", |
2418 "~followup_annotations": [ | 2418 "~followup_annotations": [ |
2419 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2419 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2420 ] | 2420 ] |
2421 }, | 2421 }, |
2422 { | 2422 { |
2423 "cmd": [ | 2423 "cmd": [ |
2424 "python", | 2424 "python", |
2425 "-u", | 2425 "-u", |
2426 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 2426 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
2427 "--input-gtest-json", | 2427 "--input-gtest-json", |
2428 "{\"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\"}}]}}"
, | 2428 "{\"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\"}}]}}"
, |
2429 "--master-name", | 2429 "--master-name", |
2430 "tryserver.chromium.linux", | 2430 "tryserver.chromium.linux", |
2431 "--builder-name", | 2431 "--builder-name", |
2432 "linux_chromium_rel_ng", | 2432 "linux_chromium_rel_ng", |
2433 "--build-number", | 2433 "--build-number", |
2434 "571", | 2434 "571", |
2435 "--test-type", | 2435 "--test-type", |
2436 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux", | 2436 "tab_capture_end2end_tests on NVIDIA GPU on Linux (with patch) on Linux", |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2536 "env": { | 2536 "env": { |
2537 "GYP_CHROMIUM_NO_ACTION": "1", | 2537 "GYP_CHROMIUM_NO_ACTION": "1", |
2538 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' proprietary_code
cs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 2538 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' proprietary_code
cs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
2539 }, | 2539 }, |
2540 "name": "gclient runhooks (without patch)" | 2540 "name": "gclient runhooks (without patch)" |
2541 }, | 2541 }, |
2542 { | 2542 { |
2543 "cmd": [ | 2543 "cmd": [ |
2544 "python", | 2544 "python", |
2545 "-u", | 2545 "-u", |
2546 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 2546 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
2547 "--build-dir", | 2547 "--build-dir", |
2548 "[SLAVE_BUILD]/src/out/Release", | 2548 "[SLAVE_BUILD]/src/out/Release", |
2549 "--clean-isolated-files" | 2549 "--clean-isolated-files" |
2550 ], | 2550 ], |
2551 "cwd": "[SLAVE_BUILD]", | 2551 "cwd": "[SLAVE_BUILD]", |
2552 "name": "clean isolated files (2)" | 2552 "name": "clean isolated files (2)" |
2553 }, | 2553 }, |
2554 { | 2554 { |
2555 "cmd": [ | 2555 "cmd": [ |
2556 "python", | 2556 "python", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2611 "/path/to/tmp/", | 2611 "/path/to/tmp/", |
2612 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" | 2612 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" |
2613 ], | 2613 ], |
2614 "cwd": "[SLAVE_BUILD]", | 2614 "cwd": "[SLAVE_BUILD]", |
2615 "name": "find isolated targets" | 2615 "name": "find isolated targets" |
2616 }, | 2616 }, |
2617 { | 2617 { |
2618 "cmd": [ | 2618 "cmd": [ |
2619 "python", | 2619 "python", |
2620 "-u", | 2620 "-u", |
2621 "RECIPE_MODULE[isolate]/resources/isolate.py", | 2621 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
2622 "[SLAVE_BUILD]/src/tools/swarming_client", | 2622 "[SLAVE_BUILD]/src/tools/swarming_client", |
2623 "batcharchive", | 2623 "batcharchive", |
2624 "--dump-json", | 2624 "--dump-json", |
2625 "/path/to/tmp/json", | 2625 "/path/to/tmp/json", |
2626 "--isolate-server", | 2626 "--isolate-server", |
2627 "https://isolateserver.appspot.com", | 2627 "https://isolateserver.appspot.com", |
2628 "--verbose", | 2628 "--verbose", |
2629 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", | 2629 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", |
2630 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" | 2630 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" |
2631 ], | 2631 ], |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2725 "@@@STEP_LOG_LINE@json.output@}@@@", | 2725 "@@@STEP_LOG_LINE@json.output@}@@@", |
2726 "@@@STEP_LOG_END@json.output@@@", | 2726 "@@@STEP_LOG_END@json.output@@@", |
2727 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 2727 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
2728 ] | 2728 ] |
2729 }, | 2729 }, |
2730 { | 2730 { |
2731 "allow_subannotations": true, | 2731 "allow_subannotations": true, |
2732 "cmd": [ | 2732 "cmd": [ |
2733 "python", | 2733 "python", |
2734 "-u", | 2734 "-u", |
2735 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 2735 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
2736 "--swarming-client-dir", | 2736 "--swarming-client-dir", |
2737 "[SLAVE_BUILD]/src/tools/swarming_client", | 2737 "[SLAVE_BUILD]/src/tools/swarming_client", |
2738 "--temp-root-dir", | 2738 "--temp-root-dir", |
2739 "[TMP_BASE]", | 2739 "[TMP_BASE]", |
2740 "--merged-test-output", | 2740 "--merged-test-output", |
2741 "/path/to/tmp/json", | 2741 "/path/to/tmp/json", |
2742 "--", | 2742 "--", |
2743 "collect", | 2743 "collect", |
2744 "--swarming", | 2744 "--swarming", |
2745 "https://chromium-swarm.appspot.com", | 2745 "https://chromium-swarm.appspot.com", |
2746 "--decorate", | 2746 "--decorate", |
2747 "--print-status-updates", | 2747 "--print-status-updates", |
2748 "--shards", | 2748 "--shards", |
2749 "1", | 2749 "1", |
2750 "gl_tests (without patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/57
1" | 2750 "gl_tests (without patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/57
1" |
2751 ], | 2751 ], |
2752 "cwd": "[SLAVE_BUILD]", | 2752 "cwd": "[SLAVE_BUILD]", |
2753 "name": "gl_tests (without patch)", | 2753 "name": "gl_tests (without patch)", |
2754 "~followup_annotations": [ | 2754 "~followup_annotations": [ |
2755 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2755 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2756 ] | 2756 ] |
2757 }, | 2757 }, |
2758 { | 2758 { |
2759 "cmd": [ | 2759 "cmd": [ |
2760 "python", | 2760 "python", |
2761 "-u", | 2761 "-u", |
2762 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 2762 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
2763 "--input-gtest-json", | 2763 "--input-gtest-json", |
2764 "{\"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\"}}]}}"
, | 2764 "{\"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\"}}]}}"
, |
2765 "--master-name", | 2765 "--master-name", |
2766 "tryserver.chromium.linux", | 2766 "tryserver.chromium.linux", |
2767 "--builder-name", | 2767 "--builder-name", |
2768 "linux_chromium_rel_ng", | 2768 "linux_chromium_rel_ng", |
2769 "--build-number", | 2769 "--build-number", |
2770 "571", | 2770 "571", |
2771 "--test-type", | 2771 "--test-type", |
2772 "gl_tests (without patch)", | 2772 "gl_tests (without patch)", |
(...skipping 20 matching lines...) Expand all Loading... |
2793 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 2793 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
2794 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" | 2794 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1
fb76\"@@@" |
2795 ] | 2795 ] |
2796 }, | 2796 }, |
2797 { | 2797 { |
2798 "name": "$result", | 2798 "name": "$result", |
2799 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", | 2799 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret
ry summary)') failed with return_code 1", |
2800 "status_code": 1 | 2800 "status_code": 1 |
2801 } | 2801 } |
2802 ] | 2802 ] |
OLD | NEW |