| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup temp" | 9 "name": "cleanup temp" |
| 10 }, | 10 }, |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "--", | 114 "--", |
| 115 "angle_unittests_run", | 115 "angle_unittests_run", |
| 116 "content_gl_tests_run", | 116 "content_gl_tests_run", |
| 117 "gl_tests_run", | 117 "gl_tests_run", |
| 118 "gles2_conform_test_run", | 118 "gles2_conform_test_run", |
| 119 "gpu_unittests_run", | 119 "gpu_unittests_run", |
| 120 "tab_capture_end2end_tests_run", | 120 "tab_capture_end2end_tests_run", |
| 121 "telemetry_gpu_test_run", | 121 "telemetry_gpu_test_run", |
| 122 "audio_unittests_run", | 122 "audio_unittests_run", |
| 123 "content_unittests_run", | 123 "content_unittests_run", |
| 124 "angle_end2end_tests_run", | 124 "angle_end2end_tests_run" |
| 125 "angle_deqp_tests_run" | |
| 126 ], | 125 ], |
| 127 "cwd": "[SLAVE_BUILD]", | 126 "cwd": "[SLAVE_BUILD]", |
| 128 "name": "compile" | 127 "name": "compile" |
| 129 }, | 128 }, |
| 130 { | 129 { |
| 131 "cmd": [ | 130 "cmd": [ |
| 132 "python", | 131 "python", |
| 133 "-u", | 132 "-u", |
| 134 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 133 "RECIPE_MODULE[isolate]\\resources\\isolate.py", |
| 135 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 134 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 136 "batcharchive", | 135 "batcharchive", |
| 137 "--dump-json", | 136 "--dump-json", |
| 138 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
| 139 "--isolate-server", | 138 "--isolate-server", |
| 140 "https://isolateserver.appspot.com", | 139 "https://isolateserver.appspot.com", |
| 141 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json", | 140 "[SLAVE_BUILD]\\src\\out\\Release\\angle_unittests.isolated.gen.json", |
| 142 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", | 141 "[SLAVE_BUILD]\\src\\out\\Release\\content_gl_tests.isolated.gen.json", |
| 143 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json", | 142 "[SLAVE_BUILD]\\src\\out\\Release\\gl_tests.isolated.gen.json", |
| 144 "[SLAVE_BUILD]\\src\\out\\Release\\gles2_conform_test.isolated.gen.json", | 143 "[SLAVE_BUILD]\\src\\out\\Release\\gles2_conform_test.isolated.gen.json", |
| 145 "[SLAVE_BUILD]\\src\\out\\Release\\gpu_unittests.isolated.gen.json", | 144 "[SLAVE_BUILD]\\src\\out\\Release\\gpu_unittests.isolated.gen.json", |
| 146 "[SLAVE_BUILD]\\src\\out\\Release\\tab_capture_end2end_tests.isolated.gen.
json", | 145 "[SLAVE_BUILD]\\src\\out\\Release\\tab_capture_end2end_tests.isolated.gen.
json", |
| 147 "[SLAVE_BUILD]\\src\\out\\Release\\telemetry_gpu_test.isolated.gen.json", | 146 "[SLAVE_BUILD]\\src\\out\\Release\\telemetry_gpu_test.isolated.gen.json", |
| 148 "[SLAVE_BUILD]\\src\\out\\Release\\audio_unittests.isolated.gen.json", | 147 "[SLAVE_BUILD]\\src\\out\\Release\\audio_unittests.isolated.gen.json", |
| 149 "[SLAVE_BUILD]\\src\\out\\Release\\content_unittests.isolated.gen.json", | 148 "[SLAVE_BUILD]\\src\\out\\Release\\content_unittests.isolated.gen.json", |
| 150 "[SLAVE_BUILD]\\src\\out\\Release\\angle_end2end_tests.isolated.gen.json", | 149 "[SLAVE_BUILD]\\src\\out\\Release\\angle_end2end_tests.isolated.gen.json" |
| 151 "[SLAVE_BUILD]\\src\\out\\Release\\angle_deqp_tests.isolated.gen.json" | |
| 152 ], | 150 ], |
| 153 "cwd": "[SLAVE_BUILD]", | 151 "cwd": "[SLAVE_BUILD]", |
| 154 "name": "isolate tests", | 152 "name": "isolate tests", |
| 155 "~followup_annotations": [ | 153 "~followup_annotations": [ |
| 156 "@@@STEP_LOG_LINE@json.output@{@@@", | 154 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ \"angle_deqp_tests\": \"[dummy hash for an
gle_deqp_tests]\", @@@", | |
| 158 "@@@STEP_LOG_LINE@json.output@ \"angle_end2end_tests\": \"[dummy hash for
angle_end2end_tests]\", @@@", | 155 "@@@STEP_LOG_LINE@json.output@ \"angle_end2end_tests\": \"[dummy hash for
angle_end2end_tests]\", @@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ \"audio_unittests\": \"[dummy hash for aud
io_unittests]\", @@@", | 157 "@@@STEP_LOG_LINE@json.output@ \"audio_unittests\": \"[dummy hash for aud
io_unittests]\", @@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", |
| 162 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
| 164 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | 163 "@@@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]\"@@@", | 164 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", |
| 168 "@@@STEP_LOG_LINE@json.output@}@@@", | 165 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 169 "@@@STEP_LOG_END@json.output@@@", | 166 "@@@STEP_LOG_END@json.output@@@", |
| 170 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_deqp_tests\": \"[dummy hash f
or angle_deqp_tests]\", \"angle_end2end_tests\": \"[dummy hash for angle_end2end
_tests]\", \"angle_unittests\": \"[dummy hash for angle_unittests]\", \"audio_un
ittests\": \"[dummy hash for audio_unittests]\", \"content_gl_tests\": \"[dummy
hash for content_gl_tests]\", \"content_unittests\": \"[dummy hash for content_u
nittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gles2_conform_test\"
: \"[dummy hash for gles2_conform_test]\", \"gpu_unittests\": \"[dummy hash for
gpu_unittests]\", \"tab_capture_end2end_tests\": \"[dummy hash for tab_capture_e
nd2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"
}@@@" | 167 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_end2end_tests\": \"[dummy has
h for angle_end2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unitt
ests]\", \"audio_unittests\": \"[dummy hash for audio_unittests]\", \"content_gl
_tests\": \"[dummy hash for content_gl_tests]\", \"content_unittests\": \"[dummy
hash for content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"g
les2_conform_test\": \"[dummy hash for gles2_conform_test]\", \"gpu_unittests\":
\"[dummy hash for gpu_unittests]\", \"tab_capture_end2end_tests\": \"[dummy has
h for tab_capture_end2end_tests]\", \"telemetry_gpu_test\": \"[dummy hash for te
lemetry_gpu_test]\"}@@@" |
| 171 ] | 168 ] |
| 172 } | 169 } |
| 173 ] | 170 ] |
| OLD | NEW |