| 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 "cwd": "[SLAVE_BUILD]", | 114 "cwd": "[SLAVE_BUILD]", |
| 115 "env": { | 115 "env": { |
| 116 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=p
repare use_goma=1" | 116 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=sh
ared_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' proprietary_codecs=1 target_arch=x64 test_isolation_mode=p
repare use_goma=1" |
| 117 }, | 117 }, |
| 118 "name": "gclient runhooks" | 118 "name": "gclient runhooks" |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 124 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 125 "--build-dir", | 125 "--build-dir", |
| 126 "[SLAVE_BUILD]/src/out/Debug", | 126 "[SLAVE_BUILD]/src/out/Debug", |
| 127 "--clean-isolated-files" | 127 "--clean-isolated-files" |
| 128 ], | 128 ], |
| 129 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
| 130 "name": "clean isolated files" | 130 "name": "clean isolated files" |
| 131 }, | 131 }, |
| 132 { | 132 { |
| 133 "cmd": [ | 133 "cmd": [ |
| 134 "python", | 134 "python", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 159 "name": "compile", | 159 "name": "compile", |
| 160 "~followup_annotations": [ | 160 "~followup_annotations": [ |
| 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 162 "@@@STEP_LOG_END@json.output (invalid)@@@" | 162 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 163 ] | 163 ] |
| 164 }, | 164 }, |
| 165 { | 165 { |
| 166 "cmd": [ | 166 "cmd": [ |
| 167 "python", | 167 "python", |
| 168 "-u", | 168 "-u", |
| 169 "RECIPE_MODULE[isolate]/resources/isolate.py", | 169 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
| 170 "[SLAVE_BUILD]/src/tools/swarming_client", | 170 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 171 "batcharchive", | 171 "batcharchive", |
| 172 "--dump-json", | 172 "--dump-json", |
| 173 "/path/to/tmp/json", | 173 "/path/to/tmp/json", |
| 174 "--isolate-server", | 174 "--isolate-server", |
| 175 "https://isolateserver.appspot.com", | 175 "https://isolateserver.appspot.com", |
| 176 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", | 176 "[SLAVE_BUILD]/src/out/Debug/angle_unittests.isolated.gen.json", |
| 177 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", | 177 "[SLAVE_BUILD]/src/out/Debug/content_gl_tests.isolated.gen.json", |
| 178 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", | 178 "[SLAVE_BUILD]/src/out/Debug/gl_tests.isolated.gen.json", |
| 179 "[SLAVE_BUILD]/src/out/Debug/gl_unittests.isolated.gen.json", | 179 "[SLAVE_BUILD]/src/out/Debug/gl_unittests.isolated.gen.json", |
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 "@@@STEP_LOG_LINE@json.output@}@@@", | 660 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 661 "@@@STEP_LOG_END@json.output@@@" | 661 "@@@STEP_LOG_END@json.output@@@" |
| 662 ] | 662 ] |
| 663 }, | 663 }, |
| 664 { | 664 { |
| 665 "name": "$result", | 665 "name": "$result", |
| 666 "recipe_result": null, | 666 "recipe_result": null, |
| 667 "status_code": 0 | 667 "status_code": 0 |
| 668 } | 668 } |
| 669 ] | 669 ] |
| OLD | NEW |