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

Unified Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared.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 side-by-side diff with in-line comments
Download patch
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"
},

Powered by Google App Engine
This is Rietveld 408576698