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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 { | 606 { |
609 "cmd": [ | 607 "cmd": [ |
610 "sleep", | 608 "sleep", |
611 "10" | 609 "10" |
612 ], | 610 ], |
613 "cwd": "[SLAVE_BUILD]", | 611 "cwd": "[SLAVE_BUILD]", |
614 "name": "wait for reboot" | 612 "name": "wait for reboot" |
615 }, | 613 }, |
616 { | 614 { |
617 "cmd": [ | 615 "cmd": [ |
618 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", | 616 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_wait_for_device", |
619 "-s", | 617 "-s", |
620 "015d210a13480604", | 618 "015d210a13480604" |
621 "wait-for-device" | |
622 ], | 619 ], |
623 "cwd": "[SLAVE_BUILD]", | 620 "cwd": "[SLAVE_BUILD]", |
624 "name": "wait for device (3)" | 621 "name": "wait for device (3)" |
625 } | 622 } |
626 ] | 623 ] |
OLD | NEW |