diff options
Diffstat (limited to 'infra/bots/recipes')
4 files changed, 8 insertions, 16 deletions
diff --git a/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug-All.json b/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug-All.json index b21620d654..3b25400d2a 100644 --- a/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug-All.json +++ b/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Debug-All.json @@ -317,8 +317,7 @@ "ssh", "-oConnectTimeout=15", "-oBatchMode=yes", - "-t", - "-t", + "-T", "root@192.168.1.2", "/cache/skia/bin/nanobench", "--nogpu", @@ -354,8 +353,7 @@ "ssh", "-oConnectTimeout=15", "-oBatchMode=yes", - "-t", - "-t", + "-T", "root@192.168.1.2", "rm", "-r", diff --git a/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json b/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json index a5465fb680..53a3e3dd10 100644 --- a/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json +++ b/infra/bots/recipes/perf.expected/Perf-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json @@ -353,8 +353,7 @@ "ssh", "-oConnectTimeout=15", "-oBatchMode=yes", - "-t", - "-t", + "-T", "root@192.168.1.2", "/cache/skia/bin/nanobench", "--nocpu", @@ -444,8 +443,7 @@ "ssh", "-oConnectTimeout=15", "-oBatchMode=yes", - "-t", - "-t", + "-T", "root@192.168.1.2", "rm", "-r", diff --git a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json index 175b294b2f..5d0b0c0f2e 100644 --- a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json +++ b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json @@ -462,8 +462,7 @@ "ssh", "-oConnectTimeout=15", "-oBatchMode=yes", - "-t", - "-t", + "-T", "root@192.168.1.2", "/cache/skia/bin/dm", "--resourcePath", @@ -564,8 +563,7 @@ "ssh", "-oConnectTimeout=15", "-oBatchMode=yes", - "-t", - "-t", + "-T", "root@192.168.1.2", "rm", "-r", diff --git a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json index 376277abdf..aa9d9686eb 100644 --- a/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json +++ b/infra/bots/recipes/test.expected/Test-Chromecast-GCC-Chorizo-GPU-Cortex_A7-arm-Release-All.json @@ -462,8 +462,7 @@ "ssh", "-oConnectTimeout=15", "-oBatchMode=yes", - "-t", - "-t", + "-T", "root@192.168.1.2", "/cache/skia/bin/dm", "--resourcePath", @@ -671,8 +670,7 @@ "ssh", "-oConnectTimeout=15", "-oBatchMode=yes", - "-t", - "-t", + "-T", "root@192.168.1.2", "rm", "-r", |