Index: infra/bots/recipes/swarm_perf.expected/Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json |
diff --git a/infra/bots/recipes/swarm_perf.expected/Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json b/infra/bots/recipes/swarm_perf.expected/Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json |
index 3608414fdd139e04579d7f2dca0dbc6c7e875b07..66e4c8cb1d253cf1709e50e83a1baed823d22b6e 100644 |
--- a/infra/bots/recipes/swarm_perf.expected/Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json |
+++ b/infra/bots/recipes/swarm_perf.expected/Perf-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json |
@@ -229,6 +229,107 @@ |
}, |
{ |
"cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION", |
+ "/path/to/tmp/" |
+ ], |
+ "name": "Get downloaded SVG VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "42", |
+ "[SLAVE_BUILD]/tmp/SVG_VERSION" |
+ ], |
+ "name": "write SVG_VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", |
+ "skiabot/skia_tmp_dir/SVG_VERSION" |
+ ], |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CHROME_HEADLESS": "1", |
+ "SKIA_OUT": "[SLAVE_BUILD]/out", |
+ "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
+ }, |
+ "name": "read SVG_VERSION", |
+ "stdout": "/path/to/tmp/" |
+ }, |
+ { |
+ "cmd": [ |
+ "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", |
+ "skiabot/skia_tmp_dir/SVG_VERSION" |
+ ], |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CHROME_HEADLESS": "1", |
+ "SKIA_OUT": "[SLAVE_BUILD]/out", |
+ "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
+ }, |
+ "name": "rm skiabot/skia_tmp_dir/SVG_VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", |
+ "skiabot/skia_svg/svgs" |
+ ], |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CHROME_HEADLESS": "1", |
+ "SKIA_OUT": "[SLAVE_BUILD]/out", |
+ "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
+ }, |
+ "name": "rmdir skiabot/skia_svg/svgs" |
+ }, |
+ { |
+ "cmd": [ |
+ "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir", |
+ "skiabot/skia_svg/svgs" |
+ ], |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CHROME_HEADLESS": "1", |
+ "SKIA_OUT": "[SLAVE_BUILD]/out", |
+ "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
+ }, |
+ "name": "mkdir skiabot/skia_svg/svgs" |
+ }, |
+ { |
+ "cmd": [ |
+ "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", |
+ "[SLAVE_BUILD]/svg", |
+ "skiabot/skia_svg/svgs" |
+ ], |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CHROME_HEADLESS": "1", |
+ "SKIA_OUT": "[SLAVE_BUILD]/out", |
+ "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
+ }, |
+ "name": "push svg to svgs" |
+ }, |
+ { |
+ "cmd": [ |
+ "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", |
+ "[SLAVE_BUILD]/tmp/SVG_VERSION", |
+ "skiabot/skia_tmp_dir/SVG_VERSION" |
+ ], |
+ "env": { |
+ "BUILDTYPE": "Debug", |
+ "CHROME_HEADLESS": "1", |
+ "SKIA_OUT": "[SLAVE_BUILD]/out", |
+ "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
+ }, |
+ "name": "push [SLAVE_BUILD]/tmp/SVG_VERSION" |
+ }, |
+ { |
+ "cmd": [ |
"[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", |
"--nanobench", |
"--undefok", |