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: scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.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-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" 8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]\\skia", 10 "cwd": "[SLAVE_BUILD]\\skia",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", 51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION",
52 "/path/to/tmp/" 52 "/path/to/tmp/"
53 ], 53 ],
54 "name": "Get downloaded SKP_VERSION" 54 "name": "Get downloaded SKP_VERSION"
55 }, 55 },
56 { 56 {
57 "cmd": [ 57 "cmd": [
58 "python", 58 "python",
59 "-u", 59 "-u",
60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
61 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", 61 "[SLAVE_BUILD]\\skia\\infra\\bots\\assets\\skimage\\VERSION",
62 "/path/to/tmp/" 62 "/path/to/tmp/"
63 ], 63 ],
64 "name": "Get downloaded SK_IMAGE_VERSION" 64 "name": "Get downloaded skimage VERSION"
65 }, 65 },
66 { 66 {
67 "cmd": [ 67 "cmd": [
68 "python",
69 "-u",
70 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
71 "42",
72 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION"
73 ],
74 "name": "write SK_IMAGE_VERSION"
75 },
76 {
77 "cmd": [
68 "python", 78 "python",
69 "-u", 79 "-u",
70 "\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", 80 "\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",
71 "[CUSTOM_[SWARM_OUT_DIR]]\\dm" 81 "[CUSTOM_[SWARM_OUT_DIR]]\\dm"
72 ], 82 ],
73 "env": { 83 "env": {
74 "PYTHONPATH": "build\\scripts" 84 "PYTHONPATH": "build\\scripts"
75 }, 85 },
76 "name": "rmtree dm", 86 "name": "rmtree dm",
77 "~followup_annotations": [ 87 "~followup_annotations": [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 }, 191 },
182 { 192 {
183 "cmd": [ 193 "cmd": [
184 "[SLAVE_BUILD]\\out\\Release_x64\\dm", 194 "[SLAVE_BUILD]\\out\\Release_x64\\dm",
185 "--undefok", 195 "--undefok",
186 "--resourcePath", 196 "--resourcePath",
187 "[SLAVE_BUILD]\\skia\\resources", 197 "[SLAVE_BUILD]\\skia\\resources",
188 "--skps", 198 "--skps",
189 "[SLAVE_BUILD]\\skps", 199 "[SLAVE_BUILD]\\skps",
190 "--images", 200 "--images",
191 "[SLAVE_BUILD]\\images\\dm", 201 "[SLAVE_BUILD]\\skimage\\dm",
192 "--nameByHash", 202 "--nameByHash",
193 "--properties", 203 "--properties",
194 "gitHash", 204 "gitHash",
195 "abc123", 205 "abc123",
196 "master", 206 "master",
197 "client.skia", 207 "client.skia",
198 "builder", 208 "builder",
199 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", 209 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot",
200 "build_number", 210 "build_number",
201 "5", 211 "5",
202 "issue", 212 "issue",
203 "500", 213 "500",
204 "patchset", 214 "patchset",
205 "1", 215 "1",
206 "--colorImages", 216 "--colorImages",
207 "[SLAVE_BUILD]\\images\\colorspace", 217 "[SLAVE_BUILD]\\skimage\\colorspace",
208 "--key", 218 "--key",
209 "arch", 219 "arch",
210 "x86_64", 220 "x86_64",
211 "compiler", 221 "compiler",
212 "MSVC", 222 "MSVC",
213 "configuration", 223 "configuration",
214 "Release", 224 "Release",
215 "cpu_or_gpu", 225 "cpu_or_gpu",
216 "CPU", 226 "CPU",
217 "cpu_or_gpu_value", 227 "cpu_or_gpu_value",
(...skipping 17 matching lines...) Expand all
235 "SKIA_OUT": "[SLAVE_BUILD]\\out" 245 "SKIA_OUT": "[SLAVE_BUILD]\\out"
236 }, 246 },
237 "name": "dm" 247 "name": "dm"
238 }, 248 },
239 { 249 {
240 "name": "$result", 250 "name": "$result",
241 "recipe_result": null, 251 "recipe_result": null,
242 "status_code": 0 252 "status_code": 0
243 } 253 }
244 ] 254 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698