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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json

Issue 2240153002: Turn on SVGs for all Test bots (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "--nameByHash", 74 "--nameByHash",
75 "--properties", 75 "--properties",
76 "gitHash", 76 "gitHash",
77 "abc123", 77 "abc123",
78 "master", 78 "master",
79 "client.skia", 79 "client.skia",
80 "builder", 80 "builder",
81 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN", 81 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN",
82 "build_number", 82 "build_number",
83 "5", 83 "5",
84 "--svgs",
85 "[SLAVE_BUILD]/svg",
84 "--key", 86 "--key",
85 "arch", 87 "arch",
86 "x86_64", 88 "x86_64",
87 "compiler", 89 "compiler",
88 "GCC", 90 "GCC",
89 "configuration", 91 "configuration",
90 "Debug", 92 "Debug",
91 "cpu_or_gpu", 93 "cpu_or_gpu",
92 "CPU", 94 "CPU",
93 "cpu_or_gpu_value", 95 "cpu_or_gpu_value",
(...skipping 18 matching lines...) Expand all
112 "2ndpic-8888", 114 "2ndpic-8888",
113 "lite-8888", 115 "lite-8888",
114 "serialize-8888", 116 "serialize-8888",
115 "tiles_rt-8888", 117 "tiles_rt-8888",
116 "pic-8888", 118 "pic-8888",
117 "--src", 119 "--src",
118 "tests", 120 "tests",
119 "gm", 121 "gm",
120 "image", 122 "image",
121 "colorImage", 123 "colorImage",
124 "svg",
122 "--blacklist", 125 "--blacklist",
123 "f16", 126 "f16",
124 "_", 127 "_",
125 "_", 128 "_",
126 "dstreadshuffle", 129 "dstreadshuffle",
127 "f16", 130 "f16",
128 "image", 131 "image",
129 "_", 132 "_",
130 "_", 133 "_",
131 "srgb", 134 "srgb",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 323 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
321 }, 324 },
322 "name": "dm" 325 "name": "dm"
323 }, 326 },
324 { 327 {
325 "name": "$result", 328 "name": "$result",
326 "recipe_result": null, 329 "recipe_result": null,
327 "status_code": 0 330 "status_code": 0
328 } 331 }
329 ] 332 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698