Index: scripts/slave/recipes/skia/swarm_perf.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json |
diff --git a/scripts/slave/recipes/skia/swarm_perf.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json b/scripts/slave/recipes/skia/swarm_perf.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json |
index 4c5269a4f5f49cde848895e2d3bb33caec41da5a..606de7e87dbe6ec5bc06a63a7ab9fdda4ab16202 100644 |
--- a/scripts/slave/recipes/skia/swarm_perf.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json |
+++ b/scripts/slave/recipes/skia/swarm_perf.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json |
@@ -60,10 +60,20 @@ |
"python", |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
+ "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
"/path/to/tmp/" |
], |
- "name": "Get downloaded SK_IMAGE_VERSION" |
+ "name": "Get downloaded skimage VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "42", |
+ "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" |
+ ], |
+ "name": "write SK_IMAGE_VERSION" |
}, |
{ |
"cmd": [ |
@@ -81,7 +91,7 @@ |
"--skps", |
"[SLAVE_BUILD]/skps", |
"--images", |
- "[SLAVE_BUILD]/images/nanobench", |
+ "[SLAVE_BUILD]/skimage/nanobench", |
"--nocpu", |
"--dummy-flags" |
], |
@@ -110,7 +120,7 @@ |
"--skps", |
"[SLAVE_BUILD]/skps", |
"--images", |
- "[SLAVE_BUILD]/images/nanobench", |
+ "[SLAVE_BUILD]/skimage/nanobench", |
"--nocpu", |
"--dummy-flags", |
"--abandonGpuContext", |