| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 "--goma-dir", | 141 "--goma-dir", |
| 142 "[BUILD]/goma", | 142 "[BUILD]/goma", |
| 143 "--", | 143 "--", |
| 144 "angle_unittests_run", | 144 "angle_unittests_run", |
| 145 "content_gl_tests_run", | 145 "content_gl_tests_run", |
| 146 "gl_tests_run", | 146 "gl_tests_run", |
| 147 "gl_unittests_run", | 147 "gl_unittests_run", |
| 148 "gles2_conform_test_run", | 148 "gles2_conform_test_run", |
| 149 "gpu_unittests_run", | 149 "gpu_unittests_run", |
| 150 "tab_capture_end2end_tests_run", | 150 "tab_capture_end2end_tests_run", |
| 151 "telemetry_gpu_test_run", | 151 "telemetry_gpu_new_test_run", |
| 152 "audio_unittests_run", | 152 "audio_unittests_run", |
| 153 "content_unittests_run", | 153 "content_unittests_run", |
| 154 "angle_end2end_tests_run", | 154 "angle_end2end_tests_run", |
| 155 "telemetry_gpu_new_test_run", | |
| 156 "angle_deqp_gles2_tests_run" | 155 "angle_deqp_gles2_tests_run" |
| 157 ], | 156 ], |
| 158 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
| 159 "name": "compile", | 158 "name": "compile", |
| 160 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 162 "@@@STEP_LOG_END@json.output (invalid)@@@" | 161 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 163 ] | 162 ] |
| 164 }, | 163 }, |
| 165 { | 164 { |
| 166 "cmd": [ | 165 "cmd": [ |
| 167 "python", | 166 "python", |
| 168 "-u", | 167 "-u", |
| 169 "RECIPE_MODULE[isolate]/resources/isolate.py", | 168 "RECIPE_MODULE[isolate]/resources/isolate.py", |
| 170 "[SLAVE_BUILD]/src/tools/swarming_client", | 169 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 171 "batcharchive", | 170 "batcharchive", |
| 172 "--dump-json", | 171 "--dump-json", |
| 173 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
| 174 "--isolate-server", | 173 "--isolate-server", |
| 175 "https://isolateserver.appspot.com", | 174 "https://isolateserver.appspot.com", |
| 176 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", | 175 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", |
| 177 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 176 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
| 178 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", | 177 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", |
| 179 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | 178 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", |
| 180 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json", | 179 "[SLAVE_BUILD]/src/out/Release/gles2_conform_test.isolated.gen.json", |
| 181 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json", | 180 "[SLAVE_BUILD]/src/out/Release/gpu_unittests.isolated.gen.json", |
| 182 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", | 181 "[SLAVE_BUILD]/src/out/Release/tab_capture_end2end_tests.isolated.gen.json
", |
| 183 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_test.isolated.gen.json", | 182 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_new_test.isolated.gen.json", |
| 184 "[SLAVE_BUILD]/src/out/Release/audio_unittests.isolated.gen.json", | 183 "[SLAVE_BUILD]/src/out/Release/audio_unittests.isolated.gen.json", |
| 185 "[SLAVE_BUILD]/src/out/Release/content_unittests.isolated.gen.json", | 184 "[SLAVE_BUILD]/src/out/Release/content_unittests.isolated.gen.json", |
| 186 "[SLAVE_BUILD]/src/out/Release/angle_end2end_tests.isolated.gen.json", | 185 "[SLAVE_BUILD]/src/out/Release/angle_end2end_tests.isolated.gen.json", |
| 187 "[SLAVE_BUILD]/src/out/Release/telemetry_gpu_new_test.isolated.gen.json", | |
| 188 "[SLAVE_BUILD]/src/out/Release/angle_deqp_gles2_tests.isolated.gen.json" | 186 "[SLAVE_BUILD]/src/out/Release/angle_deqp_gles2_tests.isolated.gen.json" |
| 189 ], | 187 ], |
| 190 "cwd": "[SLAVE_BUILD]", | 188 "cwd": "[SLAVE_BUILD]", |
| 191 "name": "isolate tests", | 189 "name": "isolate tests", |
| 192 "~followup_annotations": [ | 190 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@json.output@{@@@", | 191 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 194 "@@@STEP_LOG_LINE@json.output@ \"angle_deqp_gles2_tests\": \"[dummy hash
for angle_deqp_gles2_tests]\", @@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"angle_deqp_gles2_tests\": \"[dummy hash
for angle_deqp_gles2_tests]\", @@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"angle_end2end_tests\": \"[dummy hash for
angle_end2end_tests]\", @@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"angle_end2end_tests\": \"[dummy hash for
angle_end2end_tests]\", @@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests\": \"[dummy hash for ang
le_unittests]\", @@@", |
| 197 "@@@STEP_LOG_LINE@json.output@ \"audio_unittests\": \"[dummy hash for aud
io_unittests]\", @@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"audio_unittests\": \"[dummy hash for aud
io_unittests]\", @@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", | 196 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests\": \"[dummy hash for co
ntent_gl_tests]\", @@@", |
| 199 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"content_unittests\": \"[dummy hash for c
ontent_unittests]\", @@@", |
| 200 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"gl_tests\": \"[dummy hash for gl_tests]\
", @@@", |
| 201 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni
ttests]\", @@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"gl_unittests\": \"[dummy hash for gl_uni
ttests]\", @@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", | 200 "@@@STEP_LOG_LINE@json.output@ \"gles2_conform_test\": \"[dummy hash for
gles2_conform_test]\", @@@", |
| 203 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\": \"[dummy hash for gpu_u
nittests]\", @@@", |
| 204 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"tab_capture_end2end_tests\": \"[dummy ha
sh for tab_capture_end2end_tests]\", @@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\": \"[dummy hash
for telemetry_gpu_new_test]\", @@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_new_test\": \"[dummy hash
for telemetry_gpu_new_test]\"@@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_test\": \"[dummy hash for
telemetry_gpu_test]\"@@@", | |
| 207 "@@@STEP_LOG_LINE@json.output@}@@@", | 204 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 208 "@@@STEP_LOG_END@json.output@@@", | 205 "@@@STEP_LOG_END@json.output@@@", |
| 209 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_deqp_gles2_tests\": \"[dummy
hash for angle_deqp_gles2_tests]\", \"angle_end2end_tests\": \"[dummy hash for a
ngle_end2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unittests]\"
, \"audio_unittests\": \"[dummy hash for audio_unittests]\", \"content_gl_tests\
": \"[dummy hash for content_gl_tests]\", \"content_unittests\": \"[dummy hash f
or content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unitt
ests\": \"[dummy hash for gl_unittests]\", \"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_end2end_tests]\"
, \"telemetry_gpu_new_test\": \"[dummy hash for telemetry_gpu_new_test]\", \"tel
emetry_gpu_test\": \"[dummy hash for telemetry_gpu_test]\"}@@@" | 206 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"angle_deqp_gles2_tests\": \"[dummy
hash for angle_deqp_gles2_tests]\", \"angle_end2end_tests\": \"[dummy hash for a
ngle_end2end_tests]\", \"angle_unittests\": \"[dummy hash for angle_unittests]\"
, \"audio_unittests\": \"[dummy hash for audio_unittests]\", \"content_gl_tests\
": \"[dummy hash for content_gl_tests]\", \"content_unittests\": \"[dummy hash f
or content_unittests]\", \"gl_tests\": \"[dummy hash for gl_tests]\", \"gl_unitt
ests\": \"[dummy hash for gl_unittests]\", \"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_end2end_tests]\"
, \"telemetry_gpu_new_test\": \"[dummy hash for telemetry_gpu_new_test]\"}@@@" |
| 210 ] | 207 ] |
| 211 }, | 208 }, |
| 212 { | 209 { |
| 213 "cmd": [ | 210 "cmd": [ |
| 214 "killall", | 211 "killall", |
| 215 "-9", | 212 "-9", |
| 216 "gnome-keyring-daemon" | 213 "gnome-keyring-daemon" |
| 217 ], | 214 ], |
| 218 "cwd": "[SLAVE_BUILD]", | 215 "cwd": "[SLAVE_BUILD]", |
| 219 "name": "killall gnome-keyring-daemon" | 216 "name": "killall gnome-keyring-daemon" |
| (...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 ], | 920 ], |
| 924 "cwd": "[SLAVE_BUILD]", | 921 "cwd": "[SLAVE_BUILD]", |
| 925 "name": "gpu_unittests" | 922 "name": "gpu_unittests" |
| 926 }, | 923 }, |
| 927 { | 924 { |
| 928 "name": "$result", | 925 "name": "$result", |
| 929 "recipe_result": null, | 926 "recipe_result": null, |
| 930 "status_code": 0 | 927 "status_code": 0 |
| 931 } | 928 } |
| 932 ] | 929 ] |
| OLD | NEW |