| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 ] | 109 ] |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| 114 "-u", | 114 "-u", |
| 115 "[DEPOT_TOOLS]/gclient.py", | 115 "[DEPOT_TOOLS]/gclient.py", |
| 116 "runhooks" | 116 "runhooks" |
| 117 ], | 117 ], |
| 118 "env": { | 118 "env": { |
| 119 "GYP_DEFINES": "blink_asserts_always_on=1 component=shared_library dcheck_
always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' internal_gles2_confor
m_tests=1 target_arch=x64 test_isolation_mode=archive test_isolation_outdir=http
s://isolateserver.appspot.com use_goma=1" | 119 "GYP_DEFINES": "archive_gpu_tests=1 blink_asserts_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' i
nternal_gles2_conform_tests=1 target_arch=x64 test_isolation_mode=archive test_i
solation_outdir=https://isolateserver.appspot.com use_goma=1" |
| 120 }, | 120 }, |
| 121 "name": "gclient runhooks" | 121 "name": "gclient runhooks" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [ | 124 "cmd": [ |
| 125 "python", | 125 "python", |
| 126 "-u", | 126 "-u", |
| 127 "[BUILD]/scripts/slave/compile.py", | 127 "[BUILD]/scripts/slave/compile.py", |
| 128 "--target", | 128 "--target", |
| 129 "Debug", | 129 "Debug", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", |
| 167 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | 167 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@}@@@", | 168 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 169 "@@@STEP_LOG_END@json.output@@@", | 169 "@@@STEP_LOG_END@json.output@@@", |
| 170 "@@@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]\"}@@@" | 170 "@@@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]\"}@@@" |
| 171 ] | 171 ] |
| 172 } | 172 } |
| 173 ] | 173 ] |
| OLD | NEW |