Index: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared.json |
diff --git a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared.json |
similarity index 94% |
copy from infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json |
copy to infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared.json |
index 3d42f26d50d82d4a5a2261cbf82c7c9d0b62a09e..465d0b78061be6502539dde2999741be00f7ca7e 100644 |
--- a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json |
+++ b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared.json |
@@ -43,6 +43,26 @@ |
"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": [ |
+ "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" |
], |
@@ -114,7 +134,7 @@ |
], |
"cwd": "[SLAVE_BUILD]/skia", |
"env": { |
- "BUILDTYPE": "Debug", |
+ "BUILDTYPE": "Release", |
"CHROME_HEADLESS": "1", |
"SKIA_OUT": "[SLAVE_BUILD]/out" |
}, |
@@ -156,7 +176,7 @@ |
{ |
"cmd": [ |
"catchsegv", |
- "[SLAVE_BUILD]/out/Debug/dm", |
+ "[SLAVE_BUILD]/out/Release/dm", |
"--undefok", |
"--resourcePath", |
"[SLAVE_BUILD]/skia/resources", |
@@ -173,20 +193,24 @@ |
"master", |
"client.skia", |
"builder", |
- "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", |
+ "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared", |
"build_number", |
"5", |
+ "--svgs", |
+ "[SLAVE_BUILD]/svg", |
"--key", |
"arch", |
"x86_64", |
"compiler", |
"GCC", |
"configuration", |
- "Debug", |
+ "Release", |
"cpu_or_gpu", |
"CPU", |
"cpu_or_gpu_value", |
"AVX2", |
+ "extra_config", |
+ "Shared", |
"model", |
"GCE", |
"os", |
@@ -216,6 +240,7 @@ |
"gm", |
"image", |
"colorImage", |
+ "svg", |
"--blacklist", |
"f16", |
"_", |
@@ -403,7 +428,7 @@ |
"image-cacherator-from-ctable" |
], |
"env": { |
- "BUILDTYPE": "Debug", |
+ "BUILDTYPE": "Release", |
"CHROME_HEADLESS": "1", |
"SKIA_OUT": "[SLAVE_BUILD]/out" |
}, |