| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 ] | 70 ] |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "cmd": [ | 73 "cmd": [ |
| 74 "python", | 74 "python", |
| 75 "-u", | 75 "-u", |
| 76 "[DEPOT_TOOLS]/gclient.py", | 76 "[DEPOT_TOOLS]/gclient.py", |
| 77 "runhooks" | 77 "runhooks" |
| 78 ], | 78 ], |
| 79 "env": { | 79 "env": { |
| 80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" | 80 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 linux_dump_symbols=1 propri
etary_codecs=1 target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 81 }, | 81 }, |
| 82 "name": "gclient runhooks" | 82 "name": "gclient runhooks" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 88 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 89 "--build-dir", | 89 "--build-dir", |
| 90 "[SLAVE_BUILD]/src/out/Release", | 90 "[SLAVE_BUILD]/src/out/Release", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"media_unittests\": \"[dummy hash for med
ia_unittests]\", @@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@}@@@", | 155 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 156 "@@@STEP_LOG_END@json.output@@@", | 156 "@@@STEP_LOG_END@json.output@@@", |
| 157 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\":
\"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_c
onform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_u
nittests\": \"[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\":
\"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dumm
y hash for telemetry_gpu_test]\"}@@@" | 157 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_unittests\": \"[dummy hash fo
r angle_unittests]\", \"content_gl_tests\": \"[dummy hash for content_gl_tests]\
", \"content_unittests\": \"[dummy hash for content_unittests]\", \"gl_tests\":
\"[dummy hash for gl_tests]\", \"gles2_conform_test\": \"[dummy hash for gles2_c
onform_test]\", \"gpu_unittests\": \"[dummy hash for gpu_unittests]\", \"media_u
nittests\": \"[dummy hash for media_unittests]\", \"tab_capture_end2end_tests\":
\"[dummy hash for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dumm
y hash for telemetry_gpu_test]\"}@@@" |
| 158 ] | 158 ] |
| 159 } | 159 } |
| 160 ] | 160 ] |
| OLD | NEW |