Index: scripts/slave/recipes/skia/swarm_test.expected/failed_dm.json |
diff --git a/scripts/slave/recipes/skia/swarm_test.expected/failed_dm.json b/scripts/slave/recipes/skia/swarm_test.expected/failed_dm.json |
index 916111667e0411d3321816054e807924f333df96..97e4ee731bab1417ef0366fd0a7d9698bffb189c 100644 |
--- a/scripts/slave/recipes/skia/swarm_test.expected/failed_dm.json |
+++ b/scripts/slave/recipes/skia/swarm_test.expected/failed_dm.json |
@@ -59,10 +59,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": [ |
@@ -190,7 +200,7 @@ |
"--skps", |
"[SLAVE_BUILD]/skps", |
"--images", |
- "[SLAVE_BUILD]/images/dm", |
+ "[SLAVE_BUILD]/skimage/dm", |
"--nameByHash", |
"--properties", |
"gitHash", |
@@ -202,7 +212,7 @@ |
"build_number", |
"6", |
"--colorImages", |
- "[SLAVE_BUILD]/images/colorspace", |
+ "[SLAVE_BUILD]/skimage/colorspace", |
"--key", |
"arch", |
"x86_64", |