Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug.json

Issue 2162563002: [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix whitespace Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "SKIA_OUT": "[SLAVE_BUILD]/out" 184 "SKIA_OUT": "[SLAVE_BUILD]/out"
185 }, 185 },
186 "name": "read SKP_VERSION", 186 "name": "read SKP_VERSION",
187 "stdout": "/path/to/tmp/" 187 "stdout": "/path/to/tmp/"
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 193 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
194 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 194 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
195 "/path/to/tmp/" 195 "/path/to/tmp/"
196 ], 196 ],
197 "name": "Get downloaded SK_IMAGE_VERSION" 197 "name": "Get downloaded skimage VERSION"
198 }, 198 },
199 { 199 {
200 "cmd": [ 200 "cmd": [
201 "python",
202 "-u",
203 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
204 "42",
205 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
206 ],
207 "name": "write SK_IMAGE_VERSION"
208 },
209 {
210 "cmd": [
201 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", 211 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
202 "shell", 212 "shell",
203 "cat", 213 "cat",
204 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SK_IMAGE_VERSION" 214 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
205 ], 215 ],
206 "env": { 216 "env": {
207 "BUILDTYPE": "Debug", 217 "BUILDTYPE": "Debug",
208 "CHROME_HEADLESS": "1", 218 "CHROME_HEADLESS": "1",
209 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 219 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
210 "PYTHONPATH": "[BUILD]/scripts", 220 "PYTHONPATH": "[BUILD]/scripts",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 "SKIA_OUT": "[SLAVE_BUILD]/out" 584 "SKIA_OUT": "[SLAVE_BUILD]/out"
575 }, 585 },
576 "name": "kill-server" 586 "name": "kill-server"
577 }, 587 },
578 { 588 {
579 "name": "$result", 589 "name": "$result",
580 "recipe_result": null, 590 "recipe_result": null,
581 "status_code": 0 591 "status_code": 0
582 } 592 }
583 ] 593 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698