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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 "@@@STEP_LOG_END@python.inline@@@", | 288 "@@@STEP_LOG_END@python.inline@@@", |
289 "@@@SET_BUILD_PROPERTY@failure_hash@\"64a7e002fb84a8986d20d4761a1fb60d2094
8347\"@@@" | 289 "@@@SET_BUILD_PROPERTY@failure_hash@\"64a7e002fb84a8986d20d4761a1fb60d2094
8347\"@@@" |
290 ] | 290 ] |
291 }, | 291 }, |
292 { | 292 { |
293 "name": "$final_result", | 293 "name": "$final_result", |
294 "reason": "Step('wtf_unittests') failed with return_code 1", | 294 "reason": "Step('wtf_unittests') failed with return_code 1", |
295 "status_code": 1 | 295 "status_code": 1 |
296 } | 296 } |
297 ] | 297 ] |
OLD | NEW |