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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/legacy_skp_version.json

Issue 2167883004: [Skia] Convert SKPs to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix boto env, ensure tmp_dir exists since it's no longer isolated 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-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "[SLAVE_BUILD]/skimage/colorspace", 205 "[SLAVE_BUILD]/skimage/colorspace",
206 "--nameByHash", 206 "--nameByHash",
207 "--properties", 207 "--properties",
208 "gitHash", 208 "gitHash",
209 "abc123", 209 "abc123",
210 "master", 210 "master",
211 "client.skia", 211 "client.skia",
212 "builder", 212 "builder",
213 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 213 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
214 "build_number", 214 "build_number",
215 "5", 215 "6",
216 "--key", 216 "--key",
217 "arch", 217 "arch",
218 "x86_64", 218 "x86_64",
219 "compiler", 219 "compiler",
220 "GCC", 220 "GCC",
221 "configuration", 221 "configuration",
222 "Debug", 222 "Debug",
223 "cpu_or_gpu", 223 "cpu_or_gpu",
224 "CPU", 224 "CPU",
225 "cpu_or_gpu_value", 225 "cpu_or_gpu_value",
(...skipping 17 matching lines...) Expand all
243 "SKIA_OUT": "[SLAVE_BUILD]/out" 243 "SKIA_OUT": "[SLAVE_BUILD]/out"
244 }, 244 },
245 "name": "dm" 245 "name": "dm"
246 }, 246 },
247 { 247 {
248 "name": "$result", 248 "name": "$result",
249 "recipe_result": null, 249 "recipe_result": null,
250 "status_code": 0 250 "status_code": 0
251 } 251 }
252 ] 252 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698