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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug.json

Issue 2231943002: Use SVGs CIPD package and use SVG as a DM source (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Address comment Created 4 years, 4 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 "which", 4 "which",
5 "adb" 5 "adb"
6 ], 6 ],
7 "name": "which adb", 7 "name": "which adb",
8 "stdout": "/path/to/tmp/", 8 "stdout": "/path/to/tmp/",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "step returned non-zero exit code: 1", 10 "step returned non-zero exit code: 1",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "CHROME_HEADLESS": "1", 167 "CHROME_HEADLESS": "1",
168 "SKIA_OUT": "[SLAVE_BUILD]/out" 168 "SKIA_OUT": "[SLAVE_BUILD]/out"
169 }, 169 },
170 "name": "read SK_IMAGE_VERSION", 170 "name": "read SK_IMAGE_VERSION",
171 "stdout": "/path/to/tmp/" 171 "stdout": "/path/to/tmp/"
172 }, 172 },
173 { 173 {
174 "cmd": [ 174 "cmd": [
175 "python", 175 "python",
176 "-u", 176 "-u",
177 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
178 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
179 "/path/to/tmp/"
180 ],
181 "name": "Get downloaded SVG VERSION"
182 },
183 {
184 "cmd": [
185 "python",
186 "-u",
187 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
188 "42",
189 "[SLAVE_BUILD]/tmp/SVG_VERSION"
190 ],
191 "name": "write SVG_VERSION"
192 },
193 {
194 "cmd": [
195 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
196 "shell",
197 "cat",
198 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SVG_VERSION"
199 ],
200 "env": {
201 "BUILDTYPE": "Debug",
202 "CHROME_HEADLESS": "1",
203 "SKIA_OUT": "[SLAVE_BUILD]/out"
204 },
205 "name": "read SVG_VERSION",
206 "stdout": "/path/to/tmp/"
207 },
208 {
209 "cmd": [
210 "python",
211 "-u",
177 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 212 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
178 "[CUSTOM_[SWARM_OUT_DIR]]/dm" 213 "[CUSTOM_[SWARM_OUT_DIR]]/dm"
179 ], 214 ],
180 "env": { 215 "env": {
181 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" 216 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
182 }, 217 },
183 "name": "rmtree dm", 218 "name": "rmtree dm",
184 "~followup_annotations": [ 219 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@python.inline@@@@", 220 "@@@STEP_LOG_LINE@python.inline@@@@",
186 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 221 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 "SKIA_OUT": "[SLAVE_BUILD]/out" 847 "SKIA_OUT": "[SLAVE_BUILD]/out"
813 }, 848 },
814 "name": "kill-server" 849 "name": "kill-server"
815 }, 850 },
816 { 851 {
817 "name": "$result", 852 "name": "$result",
818 "recipe_result": null, 853 "recipe_result": null,
819 "status_code": 0 854 "status_code": 0
820 } 855 }
821 ] 856 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698