diff options
Diffstat (limited to 'infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release.json')
-rw-r--r-- | infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release.json b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release.json index 558fcedc2d..7fdb36d86e 100644 --- a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release.json +++ b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release.json @@ -91,6 +91,7 @@ "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[START_DIR]/out" }, + "infra_step": true, "name": "Delete old nanobench" }, { @@ -657,11 +658,13 @@ "PATH": "<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": { @@ -724,7 +727,8 @@ }, { "cmd": [ - "adb" + "adb", + "disconnect" ], "cwd": "[START_DIR]/skia", "env": { |