aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-04-16 07:44:41 -0400
committerGravatar Eric Boren <borenet@google.com>2018-04-16 12:07:05 +0000
commit7bbb26fee0dcd7c53c1f5b80f62966654dd823ba (patch)
treec2c9d3db038c521c60f72f4cf5a3bdc38f2552f8 /infra/bots/recipes/test.py
parent4a80d39ce6806fc0fc0a4f2720b2d3f819497af5 (diff)
[infra] Run recipes through Kitchen
Bug: skia:7050 Change-Id: I50632444eb4ca7f9ae2b1b30b766e531092ccad4 Reviewed-on: https://skia-review.googlesource.com/82500 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 9634a0c51f..ad2dd257a3 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -793,6 +793,7 @@ def test_steps(api):
use_hash_file = False
if api.vars.upload_dm_results:
host_dm_dir = str(api.vars.dm_dir)
+ api.flavor.create_clean_host_dir(api.vars.test_dir)
device_dm_dir = str(api.flavor.device_dirs.dm_dir)
if host_dm_dir != device_dm_dir:
api.flavor.create_clean_device_dir(device_dm_dir)
@@ -1159,7 +1160,7 @@ def GenTests(api):
) +
api.step_data('dm', retcode=1) +
api.step_data('pull /sdcard/revenge_of_the_skiabot/dm_out '+
- '[CUSTOM_[SWARM_OUT_DIR]]/dm', retcode=1)
+ '[START_DIR]/[SWARM_OUT_DIR]/dm', retcode=1)
)
yield (