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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "cwd": "[SLAVE_BUILD]", | 111 "cwd": "[SLAVE_BUILD]", |
112 "env": { | 112 "env": { |
113 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" | 113 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" |
114 }, | 114 }, |
115 "name": "gclient runhooks" | 115 "name": "gclient runhooks" |
116 }, | 116 }, |
117 { | 117 { |
118 "cmd": [ | 118 "cmd": [ |
119 "python", | 119 "python", |
120 "-u", | 120 "-u", |
121 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 121 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
122 "--build-dir", | 122 "--build-dir", |
123 "[SLAVE_BUILD]/src/out/Release", | 123 "[SLAVE_BUILD]/src/out/Release", |
124 "--clean-isolated-files" | 124 "--clean-isolated-files" |
125 ], | 125 ], |
126 "cwd": "[SLAVE_BUILD]", | 126 "cwd": "[SLAVE_BUILD]", |
127 "name": "clean isolated files" | 127 "name": "clean isolated files" |
128 }, | 128 }, |
129 { | 129 { |
130 "cmd": [ | 130 "cmd": [ |
131 "python", | 131 "python", |
(...skipping 29 matching lines...) Expand all Loading... |
161 "name": "compile", | 161 "name": "compile", |
162 "~followup_annotations": [ | 162 "~followup_annotations": [ |
163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
164 "@@@STEP_LOG_END@json.output (invalid)@@@" | 164 "@@@STEP_LOG_END@json.output (invalid)@@@" |
165 ] | 165 ] |
166 }, | 166 }, |
167 { | 167 { |
168 "cmd": [ | 168 "cmd": [ |
169 "python", | 169 "python", |
170 "-u", | 170 "-u", |
171 "RECIPE_MODULE[isolate]/resources/isolate.py", | 171 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
172 "[SLAVE_BUILD]/src/tools/swarming_client", | 172 "[SLAVE_BUILD]/src/tools/swarming_client", |
173 "batcharchive", | 173 "batcharchive", |
174 "--dump-json", | 174 "--dump-json", |
175 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
176 "--isolate-server", | 176 "--isolate-server", |
177 "https://isolateserver.appspot.com", | 177 "https://isolateserver.appspot.com", |
178 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", | 178 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", |
179 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 179 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
180 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", | 180 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", |
181 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | 181 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", |
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
923 ], | 923 ], |
924 "cwd": "[SLAVE_BUILD]", | 924 "cwd": "[SLAVE_BUILD]", |
925 "name": "gpu_unittests" | 925 "name": "gpu_unittests" |
926 }, | 926 }, |
927 { | 927 { |
928 "name": "$result", | 928 "name": "$result", |
929 "recipe_result": null, | 929 "recipe_result": null, |
930 "status_code": 0 | 930 "status_code": 0 |
931 } | 931 } |
932 ] | 932 ] |
OLD | NEW |