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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-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 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release" 8 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "SKIA_ANDROID_VERBOSE_SETUP": "1", 149 "SKIA_ANDROID_VERBOSE_SETUP": "1",
150 "SKIA_OUT": "[SLAVE_BUILD]/out" 150 "SKIA_OUT": "[SLAVE_BUILD]/out"
151 }, 151 },
152 "name": "push resources" 152 "name": "push resources"
153 }, 153 },
154 { 154 {
155 "cmd": [ 155 "cmd": [
156 "python", 156 "python",
157 "-u", 157 "-u",
158 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 158 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
159 "[SLAVE_BUILD]/skps/SKP_VERSION", 159 "[SLAVE_BUILD]/tmp/SKP_VERSION",
160 "/path/to/tmp/" 160 "/path/to/tmp/"
161 ], 161 ],
162 "cwd": "[SLAVE_BUILD]", 162 "cwd": "[SLAVE_BUILD]",
163 "name": "Get downloaded SKP_VERSION" 163 "name": "Get downloaded SKP_VERSION"
164 }, 164 },
165 { 165 {
166 "cmd": [ 166 "cmd": [
167 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 167 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
168 "-s", 168 "-s",
169 "noserial", 169 "noserial",
170 "shell", 170 "shell",
171 "cat", 171 "cat",
172 "/storage/emulated/legacy/skiabot/skia_skp/skps/SKP_VERSION" 172 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SKP_VERSION"
173 ], 173 ],
174 "cwd": "[SLAVE_BUILD]", 174 "cwd": "[SLAVE_BUILD]",
175 "env": { 175 "env": {
176 "BUILDTYPE": "Release", 176 "BUILDTYPE": "Release",
177 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 177 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
178 "SKIA_OUT": "[SLAVE_BUILD]/out" 178 "SKIA_OUT": "[SLAVE_BUILD]/out"
179 }, 179 },
180 "name": "read SKP_VERSION", 180 "name": "read SKP_VERSION",
181 "stdout": "/path/to/tmp/" 181 "stdout": "/path/to/tmp/"
182 }, 182 },
183 { 183 {
184 "cmd": [ 184 "cmd": [
185 "python", 185 "python",
186 "-u", 186 "-u",
187 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 187 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
188 "[SLAVE_BUILD]/images/SK_IMAGE_VERSION", 188 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
189 "/path/to/tmp/" 189 "/path/to/tmp/"
190 ], 190 ],
191 "cwd": "[SLAVE_BUILD]", 191 "cwd": "[SLAVE_BUILD]",
192 "name": "Get downloaded SK_IMAGE_VERSION" 192 "name": "Get downloaded SK_IMAGE_VERSION"
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "/home/chrome-bot/android-sdk-linux/platform-tools/adb", 196 "/home/chrome-bot/android-sdk-linux/platform-tools/adb",
197 "-s", 197 "-s",
198 "noserial", 198 "noserial",
199 "shell", 199 "shell",
200 "cat", 200 "cat",
201 "/storage/emulated/legacy/skiabot/skia_images/SK_IMAGE_VERSION" 201 "/storage/emulated/legacy/skiabot/skia_tmp_dir/SK_IMAGE_VERSION"
202 ], 202 ],
203 "cwd": "[SLAVE_BUILD]", 203 "cwd": "[SLAVE_BUILD]",
204 "env": { 204 "env": {
205 "BUILDTYPE": "Release", 205 "BUILDTYPE": "Release",
206 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 206 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
207 "SKIA_OUT": "[SLAVE_BUILD]/out" 207 "SKIA_OUT": "[SLAVE_BUILD]/out"
208 }, 208 },
209 "name": "read SK_IMAGE_VERSION", 209 "name": "read SK_IMAGE_VERSION",
210 "stdout": "/path/to/tmp/" 210 "stdout": "/path/to/tmp/"
211 }, 211 },
212 { 212 {
213 "cmd": [ 213 "cmd": [
214 "python", 214 "python",
215 "-u", 215 "-u",
216 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 216 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
217 "[SWARM_OUT_DIR]/dm" 217 "[SWARM_OUT_DIR]/dm"
218 ], 218 ],
219 "cwd": "[SLAVE_BUILD]", 219 "cwd": "[SLAVE_BUILD]",
220 "env": { 220 "env": {
221 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/build/scripts" 221 "PYTHONPATH": "build/scripts"
222 }, 222 },
223 "name": "rmtree dm", 223 "name": "rmtree dm",
224 "~followup_annotations": [ 224 "~followup_annotations": [
225 "@@@STEP_LOG_LINE@python.inline@@@@", 225 "@@@STEP_LOG_LINE@python.inline@@@@",
226 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 226 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
227 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 227 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
228 "@@@STEP_LOG_LINE@python.inline@@@@", 228 "@@@STEP_LOG_LINE@python.inline@@@@",
229 "@@@STEP_LOG_LINE@python.inline@@@@", 229 "@@@STEP_LOG_LINE@python.inline@@@@",
230 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 230 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
231 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 231 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "SKIA_OUT": "[SLAVE_BUILD]/out" 564 "SKIA_OUT": "[SLAVE_BUILD]/out"
565 }, 565 },
566 "name": "wait for charge (2)" 566 "name": "wait for charge (2)"
567 }, 567 },
568 { 568 {
569 "name": "$result", 569 "name": "$result",
570 "recipe_result": null, 570 "recipe_result": null,
571 "status_code": 0 571 "status_code": 0
572 } 572 }
573 ] 573 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698