Index: scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json |
diff --git a/scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json b/scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json |
index 8498e0a8bf1d269e831531f6fbec712fe11385c8..54fd5d415736eccab42cafba39b310389113e868 100644 |
--- a/scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json |
+++ b/scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.json |
@@ -49,10 +49,20 @@ |
"python", |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "[SLAVE_BUILD]/tmp/SKP_VERSION", |
+ "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
"/path/to/tmp/" |
], |
- "name": "Get downloaded SKP_VERSION" |
+ "name": "Get downloaded SKP VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "42", |
+ "[SLAVE_BUILD]/tmp/SKP_VERSION" |
+ ], |
+ "name": "write SKP_VERSION" |
}, |
{ |
"cmd": [ |
@@ -198,7 +208,7 @@ |
"--resourcePath", |
"[SLAVE_BUILD]/skia/resources", |
"--skps", |
- "[SLAVE_BUILD]/skps", |
+ "[SLAVE_BUILD]/skp", |
"--images", |
"[SLAVE_BUILD]/skimage/dm", |
"--colorImages", |