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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 "cwd": "[SLAVE_BUILD]", | 120 "cwd": "[SLAVE_BUILD]", |
121 "env": { | 121 "env": { |
122 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_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" | 122 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 clang=1 comp
onent=static_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" |
123 }, | 123 }, |
124 "name": "gclient runhooks" | 124 "name": "gclient runhooks" |
125 }, | 125 }, |
126 { | 126 { |
127 "cmd": [ | 127 "cmd": [ |
128 "python", | 128 "python", |
129 "-u", | 129 "-u", |
130 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 130 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
131 "--build-dir", | 131 "--build-dir", |
132 "[SLAVE_BUILD]/src/out/Release", | 132 "[SLAVE_BUILD]/src/out/Release", |
133 "--clean-isolated-files" | 133 "--clean-isolated-files" |
134 ], | 134 ], |
135 "cwd": "[SLAVE_BUILD]", | 135 "cwd": "[SLAVE_BUILD]", |
136 "name": "clean isolated files" | 136 "name": "clean isolated files" |
137 }, | 137 }, |
138 { | 138 { |
139 "cmd": [ | 139 "cmd": [ |
140 "git", | 140 "git", |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 "name": "compile (with patch)", | 284 "name": "compile (with patch)", |
285 "~followup_annotations": [ | 285 "~followup_annotations": [ |
286 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 286 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
287 "@@@STEP_LOG_END@json.output (invalid)@@@" | 287 "@@@STEP_LOG_END@json.output (invalid)@@@" |
288 ] | 288 ] |
289 }, | 289 }, |
290 { | 290 { |
291 "cmd": [ | 291 "cmd": [ |
292 "python", | 292 "python", |
293 "-u", | 293 "-u", |
294 "RECIPE_MODULE[isolate]/resources/isolate.py", | 294 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
295 "[SLAVE_BUILD]/src/tools/swarming_client", | 295 "[SLAVE_BUILD]/src/tools/swarming_client", |
296 "batcharchive", | 296 "batcharchive", |
297 "--dump-json", | 297 "--dump-json", |
298 "/path/to/tmp/json", | 298 "/path/to/tmp/json", |
299 "--isolate-server", | 299 "--isolate-server", |
300 "https://isolateserver.appspot.com", | 300 "https://isolateserver.appspot.com", |
301 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", | 301 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", |
302 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 302 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
303 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", | 303 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", |
304 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | 304 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", |
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
807 ], | 807 ], |
808 "cwd": "[SLAVE_BUILD]", | 808 "cwd": "[SLAVE_BUILD]", |
809 "name": "tab_capture_end2end_tests" | 809 "name": "tab_capture_end2end_tests" |
810 }, | 810 }, |
811 { | 811 { |
812 "name": "$result", | 812 "name": "$result", |
813 "recipe_result": null, | 813 "recipe_result": null, |
814 "status_code": 0 | 814 "status_code": 0 |
815 } | 815 } |
816 ] | 816 ] |
OLD | NEW |