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.blink", | 8 "tryserver.blink", |
9 "--builder", | 9 "--builder", |
10 "linux_blink_rel", | 10 "linux_blink_rel", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 ] | 91 ] |
92 }, | 92 }, |
93 { | 93 { |
94 "cmd": [ | 94 "cmd": [ |
95 "python", | 95 "python", |
96 "-u", | 96 "-u", |
97 "[DEPOT_TOOLS]/gclient.py", | 97 "[DEPOT_TOOLS]/gclient.py", |
98 "runhooks" | 98 "runhooks" |
99 ], | 99 ], |
100 "env": { | 100 "env": { |
101 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 te
st_isolation_mode=prepare use_goma=1" | 101 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre
pare use_goma=1" |
102 }, | 102 }, |
103 "name": "gclient runhooks" | 103 "name": "gclient runhooks" |
104 }, | 104 }, |
105 { | 105 { |
106 "cmd": [ | 106 "cmd": [ |
107 "python", | 107 "python", |
108 "-u", | 108 "-u", |
109 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 109 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
110 "--build-dir", | 110 "--build-dir", |
111 "[SLAVE_BUILD]/src/out/Release", | 111 "[SLAVE_BUILD]/src/out/Release", |
(...skipping 1779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1891 "@@@STEP_FAILURE@@@", | 1891 "@@@STEP_FAILURE@@@", |
1892 "@@@SET_BUILD_PROPERTY@failure_hash@\"2806a0e50b9f2d524b297ba5a40f31ece5f1
d710\"@@@" | 1892 "@@@SET_BUILD_PROPERTY@failure_hash@\"2806a0e50b9f2d524b297ba5a40f31ece5f1
d710\"@@@" |
1893 ] | 1893 ] |
1894 }, | 1894 }, |
1895 { | 1895 { |
1896 "name": "$final_result", | 1896 "name": "$final_result", |
1897 "reason": "1 out of 2 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 1897 "reason": "1 out of 2 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
1898 "status_code": 1 | 1898 "status_code": 1 |
1899 } | 1899 } |
1900 ] | 1900 ] |
OLD | NEW |