From 5d303ed44b611708784f7b05cfa35a270c8d0c09 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Thu, 31 Aug 2017 13:32:44 -0400 Subject: Fix chromecast perfs Bug: skia: NOTRY=true Change-Id: I5efe4bc59efa4bc81e5f8811fed7867ec20447fb Reviewed-on: https://skia-review.googlesource.com/41541 Reviewed-by: Kevin Lubick Commit-Queue: Kevin Lubick --- .../Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'infra/bots/recipe_modules/flavor/examples') diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release.json index 24eef46e3c..eaecbd6734 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release.json +++ b/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release.json @@ -221,6 +221,7 @@ "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[START_DIR]/out" }, + "infra_step": true, "name": "Delete old nanobench" }, { @@ -814,11 +815,13 @@ "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[START_DIR]/out" }, + "infra_step": true, "name": "Delete executables" }, { "cmd": [ - "adb" + "adb", + "disconnect" ], "cwd": "[START_DIR]/skia", "env": { @@ -881,7 +884,8 @@ }, { "cmd": [ - "adb" + "adb", + "disconnect" ], "cwd": "[START_DIR]/skia", "env": { -- cgit v1.2.3