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

Side by Side Diff: scripts/slave/recipes/skia/swarm_perf.expected/Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release.json

Issue 1829423002: Skia: Run recipes as swarming tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@swarm_fix
Patch Set: Fix presubmit Created 4 years, 8 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 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release" 8 "Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "SKIA_ANDROID_VERBOSE_SETUP": "1", 227 "SKIA_ANDROID_VERBOSE_SETUP": "1",
228 "SKIA_OUT": "[SLAVE_BUILD]/out" 228 "SKIA_OUT": "[SLAVE_BUILD]/out"
229 }, 229 },
230 "name": "push resources" 230 "name": "push resources"
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "python", 234 "python",
235 "-u", 235 "-u",
236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
237 "[SLAVE_BUILD]/skps/SKP_VERSION", 237 "[SLAVE_BUILD]/tmp/SKP_VERSION",
238 "/path/to/tmp/" 238 "/path/to/tmp/"
239 ], 239 ],
240 "cwd": "[SLAVE_BUILD]", 240 "cwd": "[SLAVE_BUILD]",
241 "name": "Get downloaded SKP_VERSION" 241 "name": "Get downloaded SKP_VERSION"
242 }, 242 },
243 { 243 {
244 "cmd": [ 244 "cmd": [
245 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 245 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
246 "-s", 246 "-s",
247 "015d210a13480604", 247 "015d210a13480604",
248 "shell", 248 "shell",
249 "cat", 249 "cat",
250 "/storage/emulated/legacy/skiabot/skia_skp/skps/SKP_VERSION" 250 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION"
251 ], 251 ],
252 "cwd": "[SLAVE_BUILD]", 252 "cwd": "[SLAVE_BUILD]",
253 "env": { 253 "env": {
254 "BUILDTYPE": "Release", 254 "BUILDTYPE": "Release",
255 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0", 255 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0",
256 "SKIA_OUT": "[SLAVE_BUILD]/out" 256 "SKIA_OUT": "[SLAVE_BUILD]/out"
257 }, 257 },
258 "name": "read SKP_VERSION", 258 "name": "read SKP_VERSION",
259 "stdout": "/path/to/tmp/" 259 "stdout": "/path/to/tmp/"
260 }, 260 },
261 { 261 {
262 "cmd": [ 262 "cmd": [
263 "python", 263 "python",
264 "-u", 264 "-u",
265 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 265 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
266 "[SLAVE_BUILD]/images/SK_IMAGE_VERSION", 266 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
267 "/path/to/tmp/" 267 "/path/to/tmp/"
268 ], 268 ],
269 "cwd": "[SLAVE_BUILD]", 269 "cwd": "[SLAVE_BUILD]",
270 "name": "Get downloaded SK_IMAGE_VERSION" 270 "name": "Get downloaded SK_IMAGE_VERSION"
271 }, 271 },
272 { 272 {
273 "cmd": [ 273 "cmd": [
274 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 274 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
275 "-s", 275 "-s",
276 "015d210a13480604", 276 "015d210a13480604",
277 "shell", 277 "shell",
278 "cat", 278 "cat",
279 "/storage/emulated/legacy/skiabot/skia_images/SK_IMAGE_VERSION" 279 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
280 ], 280 ],
281 "cwd": "[SLAVE_BUILD]", 281 "cwd": "[SLAVE_BUILD]",
282 "env": { 282 "env": {
283 "BUILDTYPE": "Release", 283 "BUILDTYPE": "Release",
284 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0", 284 "GYP_DEFINES": "skia_arch_type=arm skia_dump_stats=1 skia_warnings_as_erro rs=0",
285 "SKIA_OUT": "[SLAVE_BUILD]/out" 285 "SKIA_OUT": "[SLAVE_BUILD]/out"
286 }, 286 },
287 "name": "read SK_IMAGE_VERSION", 287 "name": "read SK_IMAGE_VERSION",
288 "stdout": "/path/to/tmp/" 288 "stdout": "/path/to/tmp/"
289 }, 289 },
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 "SKIA_OUT": "[SLAVE_BUILD]/out" 522 "SKIA_OUT": "[SLAVE_BUILD]/out"
523 }, 523 },
524 "name": "wait for charge (3)" 524 "name": "wait for charge (3)"
525 }, 525 },
526 { 526 {
527 "name": "$result", 527 "name": "$result",
528 "recipe_result": null, 528 "recipe_result": null,
529 "status_code": 0 529 "status_code": 0
530 } 530 }
531 ] 531 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698