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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug.json

Issue 2167883004: [Skia] Convert SKPs to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Non-canary bot provides --upload_to_partner_bucket 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-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug" 8 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "SKIA_ANDROID_VERBOSE_SETUP": "1", 265 "SKIA_ANDROID_VERBOSE_SETUP": "1",
266 "SKIA_OUT": "[SLAVE_BUILD]/out" 266 "SKIA_OUT": "[SLAVE_BUILD]/out"
267 }, 267 },
268 "name": "push resources" 268 "name": "push resources"
269 }, 269 },
270 { 270 {
271 "cmd": [ 271 "cmd": [
272 "python", 272 "python",
273 "-u", 273 "-u",
274 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 274 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
275 "[SLAVE_BUILD]/tmp/SKP_VERSION", 275 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
276 "/path/to/tmp/" 276 "/path/to/tmp/"
277 ], 277 ],
278 "name": "Get downloaded SKP_VERSION" 278 "name": "Get downloaded SKP VERSION"
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "python",
283 "-u",
284 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
285 "42",
286 "[SLAVE_BUILD]/tmp/SKP_VERSION"
287 ],
288 "name": "write SKP_VERSION"
289 },
290 {
291 "cmd": [
282 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb", 292 "[SLAVE_BUILD]/android_sdk/android-sdk/platform-tools/adb",
283 "shell", 293 "shell",
284 "cat", 294 "cat",
285 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION" 295 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION"
286 ], 296 ],
287 "env": { 297 "env": {
288 "BUILDTYPE": "Debug", 298 "BUILDTYPE": "Debug",
289 "CHROME_HEADLESS": "1", 299 "CHROME_HEADLESS": "1",
290 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 300 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
291 "PYTHONPATH": "[BUILD]/scripts", 301 "PYTHONPATH": "[BUILD]/scripts",
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 "SKIA_OUT": "[SLAVE_BUILD]/out" 702 "SKIA_OUT": "[SLAVE_BUILD]/out"
693 }, 703 },
694 "name": "kill-server" 704 "name": "kill-server"
695 }, 705 },
696 { 706 {
697 "name": "$result", 707 "name": "$result",
698 "recipe_result": null, 708 "recipe_result": null,
699 "status_code": 0 709 "status_code": 0
700 } 710 }
701 ] 711 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698