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' proprietary_codecs=1 target_arch=x64 test_isolation_mode=p
repare 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' proprietary_codecs=1 target_arch=x64 test_isolation_mode=p
repare 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 24 matching lines...) Expand all Loading... |
156 "name": "compile", | 156 "name": "compile", |
157 "~followup_annotations": [ | 157 "~followup_annotations": [ |
158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
159 "@@@STEP_LOG_END@json.output (invalid)@@@" | 159 "@@@STEP_LOG_END@json.output (invalid)@@@" |
160 ] | 160 ] |
161 }, | 161 }, |
162 { | 162 { |
163 "cmd": [ | 163 "cmd": [ |
164 "python", | 164 "python", |
165 "-u", | 165 "-u", |
166 "RECIPE_MODULE[isolate]/resources/isolate.py", | 166 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
167 "[SLAVE_BUILD]/src/tools/swarming_client", | 167 "[SLAVE_BUILD]/src/tools/swarming_client", |
168 "batcharchive", | 168 "batcharchive", |
169 "--dump-json", | 169 "--dump-json", |
170 "/path/to/tmp/json", | 170 "/path/to/tmp/json", |
171 "--isolate-server", | 171 "--isolate-server", |
172 "https://isolateserver.appspot.com", | 172 "https://isolateserver.appspot.com", |
173 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", | 173 "[SLAVE_BUILD]/src/out/Release/angle_unittests.isolated.gen.json", |
174 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", | 174 "[SLAVE_BUILD]/src/out/Release/content_gl_tests.isolated.gen.json", |
175 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", | 175 "[SLAVE_BUILD]/src/out/Release/gl_tests.isolated.gen.json", |
176 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", | 176 "[SLAVE_BUILD]/src/out/Release/gl_unittests.isolated.gen.json", |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 ], | 693 ], |
694 "cwd": "[SLAVE_BUILD]", | 694 "cwd": "[SLAVE_BUILD]", |
695 "name": "tab_capture_end2end_tests" | 695 "name": "tab_capture_end2end_tests" |
696 }, | 696 }, |
697 { | 697 { |
698 "name": "$result", | 698 "name": "$result", |
699 "recipe_result": null, | 699 "recipe_result": null, |
700 "status_code": 0 | 700 "status_code": 0 |
701 } | 701 } |
702 ] | 702 ] |
OLD | NEW |