| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "name": "cleanup temp" | 8 "name": "cleanup temp" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 ] | 196 ] |
| 197 }, | 197 }, |
| 198 { | 198 { |
| 199 "cmd": [ | 199 "cmd": [ |
| 200 "python", | 200 "python", |
| 201 "-u", | 201 "-u", |
| 202 "[DEPOT_TOOLS]\\gclient.py", | 202 "[DEPOT_TOOLS]\\gclient.py", |
| 203 "runhooks" | 203 "runhooks" |
| 204 ], | 204 ], |
| 205 "env": { | 205 "env": { |
| 206 "GYP_DEFINES": "blink_asserts_always_on=1 chromium_win_pch=0 component=sta
tic_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' internal_gles
2_conform_tests=1 target_arch=ia32 test_isolation_mode=archive test_isolation_ou
tdir=https://isolateserver.appspot.com use_goma=1" | 206 "GYP_DEFINES": "archive_gpu_tests=1 blink_asserts_always_on=1 chromium_win
_pch=0 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\
\goma' internal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archi
ve test_isolation_outdir=https://isolateserver.appspot.com use_goma=1" |
| 207 }, | 207 }, |
| 208 "name": "gclient runhooks" | 208 "name": "gclient runhooks" |
| 209 }, | 209 }, |
| 210 { | 210 { |
| 211 "cmd": [ | 211 "cmd": [ |
| 212 "python", | 212 "python", |
| 213 "-u", | 213 "-u", |
| 214 "[BUILD]\\scripts\\slave\\compile.py", | 214 "[BUILD]\\scripts\\slave\\compile.py", |
| 215 "--target", | 215 "--target", |
| 216 "Release", | 216 "Release", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 251 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 252 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | 254 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@}@@@", | 255 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 256 "@@@STEP_LOG_END@json.output@@@", | 256 "@@@STEP_LOG_END@json.output@@@", |
| 257 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"content_gl_tests\": \"[dummy hash f
or content_gl_tests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_cap
ture_end2end_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_t
est]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"angle_unittests\": \"[dum
my hash for angle_unittests]\", \"telemetry_gpu_test\": \"[dummy hash for teleme
try_gpu_test]\"}@@@" | 257 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"content_gl_tests\": \"[dummy hash f
or content_gl_tests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_cap
ture_end2end_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_conform_t
est]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"angle_unittests\": \"[dum
my hash for angle_unittests]\", \"telemetry_gpu_test\": \"[dummy hash for teleme
try_gpu_test]\"}@@@" |
| 258 ] | 258 ] |
| 259 } | 259 } |
| 260 ] | 260 ] |
| OLD | NEW |