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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Android-GCC-Nexus9-CPU-Denver-Arm64-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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "CHROME_HEADLESS": "1", 261 "CHROME_HEADLESS": "1",
262 "SKIA_OUT": "[SLAVE_BUILD]/out" 262 "SKIA_OUT": "[SLAVE_BUILD]/out"
263 }, 263 },
264 "name": "read SK_IMAGE_VERSION", 264 "name": "read SK_IMAGE_VERSION",
265 "stdout": "/path/to/tmp/" 265 "stdout": "/path/to/tmp/"
266 }, 266 },
267 { 267 {
268 "cmd": [ 268 "cmd": [
269 "python", 269 "python",
270 "-u", 270 "-u",
271 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
272 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
273 "/path/to/tmp/"
274 ],
275 "name": "Get downloaded SVG VERSION"
276 },
277 {
278 "cmd": [
279 "python",
280 "-u",
281 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
282 "42",
283 "[SLAVE_BUILD]/tmp/SVG_VERSION"
284 ],
285 "name": "write SVG_VERSION"
286 },
287 {
288 "cmd": [
289 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
290 "shell",
291 "cat",
292 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SVG_VERSION"
293 ],
294 "env": {
295 "BUILDTYPE": "Debug",
296 "CHROME_HEADLESS": "1",
297 "SKIA_OUT": "[SLAVE_BUILD]/out"
298 },
299 "name": "read SVG_VERSION",
300 "stdout": "/path/to/tmp/"
301 },
302 {
303 "cmd": [
304 "python",
305 "-u",
271 "\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", 306 "\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",
272 "[CUSTOM_[SWARM_OUT_DIR]]/dm" 307 "[CUSTOM_[SWARM_OUT_DIR]]/dm"
273 ], 308 ],
274 "env": { 309 "env": {
275 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" 310 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
276 }, 311 },
277 "name": "rmtree dm", 312 "name": "rmtree dm",
278 "~followup_annotations": [ 313 "~followup_annotations": [
279 "@@@STEP_LOG_LINE@python.inline@@@@", 314 "@@@STEP_LOG_LINE@python.inline@@@@",
280 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 315 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 "SKIA_OUT": "[SLAVE_BUILD]/out" 925 "SKIA_OUT": "[SLAVE_BUILD]/out"
891 }, 926 },
892 "name": "kill-server" 927 "name": "kill-server"
893 }, 928 },
894 { 929 {
895 "name": "$result", 930 "name": "$result",
896 "recipe_result": null, 931 "recipe_result": null,
897 "status_code": 0 932 "status_code": 0
898 } 933 }
899 ] 934 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698