| 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "cwd": "[SLAVE_BUILD]", | 117 "cwd": "[SLAVE_BUILD]", |
| 118 "env": { | 118 "env": { |
| 119 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolatio
n_mode=prepare use_goma=1" | 119 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=shared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=
Chrome gomadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolatio
n_mode=prepare 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 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 127 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 128 "--build-dir", | 128 "--build-dir", |
| 129 "[SLAVE_BUILD]/src/out/Debug", | 129 "[SLAVE_BUILD]/src/out/Debug", |
| 130 "--clean-isolated-files" | 130 "--clean-isolated-files" |
| 131 ], | 131 ], |
| 132 "cwd": "[SLAVE_BUILD]", | 132 "cwd": "[SLAVE_BUILD]", |
| 133 "name": "clean isolated files" | 133 "name": "clean isolated files" |
| 134 }, | 134 }, |
| 135 { | 135 { |
| 136 "cmd": [ | 136 "cmd": [ |
| 137 "git", | 137 "git", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "name": "compile (with patch)", | 281 "name": "compile (with patch)", |
| 282 "~followup_annotations": [ | 282 "~followup_annotations": [ |
| 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 284 "@@@STEP_LOG_END@json.output (invalid)@@@" | 284 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 285 ] | 285 ] |
| 286 }, | 286 }, |
| 287 { | 287 { |
| 288 "cmd": [ | 288 "cmd": [ |
| 289 "python", | 289 "python", |
| 290 "-u", | 290 "-u", |
| 291 "RECIPE_MODULE[isolate]/resources/isolate.py", | 291 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 292 "[SLAVE_BUILD]/src/tools/swarming_client", | 292 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 293 "batcharchive", | 293 "batcharchive", |
| 294 "--dump-json", | 294 "--dump-json", |
| 295 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
| 296 "--isolate-server", | 296 "--isolate-server", |
| 297 "https://isolateserver.appspot.com", | 297 "https://isolateserver.appspot.com", |
| 298 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", | 298 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", |
| 299 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", | 299 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", |
| 300 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", | 300 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", |
| 301 "[SLAVE_BUILD]/src/out/Debug/gl_unittests.isolated.gen.json", | 301 "[SLAVE_BUILD]/src/out/Debug/gl_unittests.isolated.gen.json", |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 769 "@@@STEP_LOG_LINE@json.output@}@@@", | 769 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 770 "@@@STEP_LOG_END@json.output@@@" | 770 "@@@STEP_LOG_END@json.output@@@" |
| 771 ] | 771 ] |
| 772 }, | 772 }, |
| 773 { | 773 { |
| 774 "name": "$result", | 774 "name": "$result", |
| 775 "recipe_result": null, | 775 "recipe_result": null, |
| 776 "status_code": 0 | 776 "status_code": 0 |
| 777 } | 777 } |
| 778 ] | 778 ] |
| OLD | NEW |