OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug" | 8 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 157 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
158 "SKIA_OUT": "[SLAVE_BUILD]/out" | 158 "SKIA_OUT": "[SLAVE_BUILD]/out" |
159 }, | 159 }, |
160 "name": "push resources" | 160 "name": "push resources" |
161 }, | 161 }, |
162 { | 162 { |
163 "cmd": [ | 163 "cmd": [ |
164 "python", | 164 "python", |
165 "-u", | 165 "-u", |
166 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 166 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
167 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 167 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
168 "/path/to/tmp/" | 168 "/path/to/tmp/" |
169 ], | 169 ], |
170 "name": "Get downloaded SKP_VERSION" | 170 "name": "Get downloaded SKP VERSION" |
171 }, | 171 }, |
172 { | 172 { |
173 "cmd": [ | 173 "cmd": [ |
| 174 "python", |
| 175 "-u", |
| 176 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 177 "42", |
| 178 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 179 ], |
| 180 "name": "write SKP_VERSION" |
| 181 }, |
| 182 { |
| 183 "cmd": [ |
174 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", | 184 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", |
175 "shell", | 185 "shell", |
176 "cat", | 186 "cat", |
177 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION" | 187 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION" |
178 ], | 188 ], |
179 "env": { | 189 "env": { |
180 "BUILDTYPE": "Debug", | 190 "BUILDTYPE": "Debug", |
181 "CHROME_HEADLESS": "1", | 191 "CHROME_HEADLESS": "1", |
182 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", | 192 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", |
183 "PYTHONPATH": "[BUILD]/scripts", | 193 "PYTHONPATH": "[BUILD]/scripts", |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 "SKIA_OUT": "[SLAVE_BUILD]/out" | 594 "SKIA_OUT": "[SLAVE_BUILD]/out" |
585 }, | 595 }, |
586 "name": "kill-server" | 596 "name": "kill-server" |
587 }, | 597 }, |
588 { | 598 { |
589 "name": "$result", | 599 "name": "$result", |
590 "recipe_result": null, | 600 "recipe_result": null, |
591 "status_code": 0 | 601 "status_code": 0 |
592 } | 602 } |
593 ] | 603 ] |
OLD | NEW |