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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release.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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "env": { 165 "env": {
166 "BUILDTYPE": "Release", 166 "BUILDTYPE": "Release",
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",
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": "Release",
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": [
175 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", 210 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
176 "shell", 211 "shell",
177 "rm", 212 "rm",
178 "-r", 213 "-r",
179 "/storage/emulated/legacy/skiabot/skia_perf" 214 "/storage/emulated/legacy/skiabot/skia_perf"
180 ], 215 ],
181 "env": { 216 "env": {
182 "BUILDTYPE": "Release", 217 "BUILDTYPE": "Release",
183 "CHROME_HEADLESS": "1", 218 "CHROME_HEADLESS": "1",
184 "SKIA_OUT": "[SLAVE_BUILD]/out" 219 "SKIA_OUT": "[SLAVE_BUILD]/out"
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "SKIA_OUT": "[SLAVE_BUILD]/out" 467 "SKIA_OUT": "[SLAVE_BUILD]/out"
433 }, 468 },
434 "name": "kill-server" 469 "name": "kill-server"
435 }, 470 },
436 { 471 {
437 "name": "$result", 472 "name": "$result",
438 "recipe_result": null, 473 "recipe_result": null,
439 "status_code": 0 474 "status_code": 0
440 } 475 }
441 ] 476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698