Index: infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json |
diff --git a/infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json b/infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json |
index 08dff46352c70d71c1b077a90b5911b16f028d36..83500c9fd838b684aebacb8971d073dc5356542f 100644 |
--- a/infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json |
+++ b/infra/bots/recipes/swarm_test.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug.json |
@@ -231,6 +231,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": [ |
+ "python", |
+ "-u", |
"\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.RemoveDirectory(sys.argv[1])\n", |
"[CUSTOM_[SWARM_OUT_DIR]]/dm" |
], |