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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json

Issue 2231943002: Use SVGs CIPD package and use SVG as a DM source (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Address comment Created 4 years, 4 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 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install"
5 ], 5 ],
6 "env": { 6 "env": {
7 "BUILDTYPE": "Debug", 7 "BUILDTYPE": "Debug",
8 "CHROME_HEADLESS": "1", 8 "CHROME_HEADLESS": "1",
9 "SKIA_OUT": "[SLAVE_BUILD]/out", 9 "SKIA_OUT": "[SLAVE_BUILD]/out",
10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "CHROME_HEADLESS": "1", 224 "CHROME_HEADLESS": "1",
225 "SKIA_OUT": "[SLAVE_BUILD]/out", 225 "SKIA_OUT": "[SLAVE_BUILD]/out",
226 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 226 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
227 }, 227 },
228 "name": "push [SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" 228 "name": "push [SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
229 }, 229 },
230 { 230 {
231 "cmd": [ 231 "cmd": [
232 "python", 232 "python",
233 "-u", 233 "-u",
234 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
235 "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
236 "/path/to/tmp/"
237 ],
238 "name": "Get downloaded SVG VERSION"
239 },
240 {
241 "cmd": [
242 "python",
243 "-u",
244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
245 "42",
246 "[SLAVE_BUILD]/tmp/SVG_VERSION"
247 ],
248 "name": "write SVG_VERSION"
249 },
250 {
251 "cmd": [
252 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file",
253 "skiabot/skia_tmp_dir/SVG_VERSION"
254 ],
255 "env": {
256 "BUILDTYPE": "Debug",
257 "CHROME_HEADLESS": "1",
258 "SKIA_OUT": "[SLAVE_BUILD]/out",
259 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
260 },
261 "name": "read SVG_VERSION",
262 "stdout": "/path/to/tmp/"
263 },
264 {
265 "cmd": [
266 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm",
267 "skiabot/skia_tmp_dir/SVG_VERSION"
268 ],
269 "env": {
270 "BUILDTYPE": "Debug",
271 "CHROME_HEADLESS": "1",
272 "SKIA_OUT": "[SLAVE_BUILD]/out",
273 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
274 },
275 "name": "rm skiabot/skia_tmp_dir/SVG_VERSION"
276 },
277 {
278 "cmd": [
279 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm",
280 "skiabot/skia_svg/svgs"
281 ],
282 "env": {
283 "BUILDTYPE": "Debug",
284 "CHROME_HEADLESS": "1",
285 "SKIA_OUT": "[SLAVE_BUILD]/out",
286 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
287 },
288 "name": "rmdir skiabot/skia_svg/svgs"
289 },
290 {
291 "cmd": [
292 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir",
293 "skiabot/skia_svg/svgs"
294 ],
295 "env": {
296 "BUILDTYPE": "Debug",
297 "CHROME_HEADLESS": "1",
298 "SKIA_OUT": "[SLAVE_BUILD]/out",
299 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
300 },
301 "name": "mkdir skiabot/skia_svg/svgs"
302 },
303 {
304 "cmd": [
305 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed",
306 "[SLAVE_BUILD]/svg",
307 "skiabot/skia_svg/svgs"
308 ],
309 "env": {
310 "BUILDTYPE": "Debug",
311 "CHROME_HEADLESS": "1",
312 "SKIA_OUT": "[SLAVE_BUILD]/out",
313 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
314 },
315 "name": "push svg to svgs"
316 },
317 {
318 "cmd": [
319 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file",
320 "[SLAVE_BUILD]/tmp/SVG_VERSION",
321 "skiabot/skia_tmp_dir/SVG_VERSION"
322 ],
323 "env": {
324 "BUILDTYPE": "Debug",
325 "CHROME_HEADLESS": "1",
326 "SKIA_OUT": "[SLAVE_BUILD]/out",
327 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
328 },
329 "name": "push [SLAVE_BUILD]/tmp/SVG_VERSION"
330 },
331 {
332 "cmd": [
333 "python",
334 "-u",
234 "\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", 335 "\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",
235 "[CUSTOM_[SWARM_OUT_DIR]]/dm" 336 "[CUSTOM_[SWARM_OUT_DIR]]/dm"
236 ], 337 ],
237 "env": { 338 "env": {
238 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts" 339 "PYTHONPATH": "[SLAVE_BUILD]/skia/infra/bots/.recipe_deps/build/scripts"
239 }, 340 },
240 "name": "rmtree dm", 341 "name": "rmtree dm",
241 "~followup_annotations": [ 342 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@python.inline@@@@", 343 "@@@STEP_LOG_LINE@python.inline@@@@",
243 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 344 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" 911 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild"
811 }, 912 },
812 "name": "wait for reboot" 913 "name": "wait for reboot"
813 }, 914 },
814 { 915 {
815 "name": "$result", 916 "name": "$result",
816 "recipe_result": null, 917 "recipe_result": null,
817 "status_code": 0 918 "status_code": 0
818 } 919 }
819 ] 920 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698