OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "fetch" | 5 "fetch" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
8 "name": "git fetch" | 8 "name": "git fetch" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", | 110 "ANDROID_SDK_ROOT": "/home/chrome-bot/android-sdk-linux", |
111 "BUILDTYPE": "Debug", | 111 "BUILDTYPE": "Debug", |
112 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_warnings_as_err
ors=0", | 112 "GYP_DEFINES": "skia_arch_type=arm skia_arch_width=32 skia_warnings_as_err
ors=0", |
113 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 113 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
114 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm
7-Debug" | 114 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Android-GCC-Nexus7-GPU-Tegra3-Arm
7-Debug" |
115 }, | 115 }, |
116 "name": "build nanobench" | 116 "name": "build nanobench" |
117 }, | 117 }, |
118 { | 118 { |
119 "cmd": [ | 119 "cmd": [ |
120 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 120 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_device", |
121 "-s", | 121 "-s", |
122 "015d210a13480604", | 122 "015d210a13480604" |
123 "wait-for-device" | |
124 ], | 123 ], |
125 "cwd": "[SLAVE_BUILD]", | 124 "cwd": "[SLAVE_BUILD]", |
126 "name": "wait for device (1)" | 125 "name": "wait for device (1)" |
127 }, | 126 }, |
128 { | 127 { |
129 "cmd": [ | 128 "cmd": [ |
130 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 129 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", |
131 "-s", | 130 "-s", |
132 "015d210a13480604", | 131 "015d210a13480604", |
133 "shell", | 132 "shell", |
(...skipping 17 matching lines...) Expand all Loading... |
151 { | 150 { |
152 "cmd": [ | 151 "cmd": [ |
153 "sleep", | 152 "sleep", |
154 "10" | 153 "10" |
155 ], | 154 ], |
156 "cwd": "[SLAVE_BUILD]", | 155 "cwd": "[SLAVE_BUILD]", |
157 "name": "wait" | 156 "name": "wait" |
158 }, | 157 }, |
159 { | 158 { |
160 "cmd": [ | 159 "cmd": [ |
161 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 160 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_device", |
162 "-s", | 161 "-s", |
163 "015d210a13480604", | 162 "015d210a13480604" |
164 "wait-for-device" | |
165 ], | 163 ], |
166 "cwd": "[SLAVE_BUILD]", | 164 "cwd": "[SLAVE_BUILD]", |
167 "name": "wait for device (2)" | 165 "name": "wait for device (2)" |
168 }, | 166 }, |
169 { | 167 { |
170 "cmd": [ | 168 "cmd": [ |
171 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_kill_skia", | 169 "[SLAVE_BUILD]/skia/platform_tools/android/bin/android_kill_skia", |
172 "--verbose", | 170 "--verbose", |
173 "-s", | 171 "-s", |
174 "015d210a13480604" | 172 "015d210a13480604" |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 { | 779 { |
782 "cmd": [ | 780 "cmd": [ |
783 "sleep", | 781 "sleep", |
784 "10" | 782 "10" |
785 ], | 783 ], |
786 "cwd": "[SLAVE_BUILD]", | 784 "cwd": "[SLAVE_BUILD]", |
787 "name": "wait for reboot" | 785 "name": "wait for reboot" |
788 }, | 786 }, |
789 { | 787 { |
790 "cmd": [ | 788 "cmd": [ |
791 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 789 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_device", |
792 "-s", | 790 "-s", |
793 "015d210a13480604", | 791 "015d210a13480604" |
794 "wait-for-device" | |
795 ], | 792 ], |
796 "cwd": "[SLAVE_BUILD]", | 793 "cwd": "[SLAVE_BUILD]", |
797 "name": "wait for device (3)" | 794 "name": "wait for device (3)" |
798 } | 795 } |
799 ] | 796 ] |
OLD | NEW |