Hi,

On 5/26/21 5:56 PM, Willian Rampazzo wrote:
The current host for the image
Armbian_20.08.1_Orangepipc_bionic_current_5.8.5.img.xz
(archive.armbian.com) is extremely slow in the last couple of weeks,
making the job running the test
tests/system/boot_linux_console.py:BootLinuxConsole.test_arm_orangepi_bionic_20_08
for the first time when the image is not yet on GitLab cache, time out
while the image is being downloaded.

This changes the host to one faster, so new users with an empty cache
are not impacted.

Here the old host performed slightly better: download time of 0:17:36 vs 0:19:44. Maybe it was a temporary issue with the old host or maybe GitLab's runner network?

Anyway,

Reviewed-by: Wainer dos Santos Moschetta <waine...@redhat.com>



Signed-off-by: Willian Rampazzo <willi...@redhat.com>
---
  tests/acceptance/boot_linux_console.py | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/acceptance/boot_linux_console.py 
b/tests/acceptance/boot_linux_console.py
index 276a53f146..51c23b822c 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -804,7 +804,8 @@ def test_arm_orangepi_bionic_20_08(self):
          # to 1036 MiB, but the underlying filesystem is 1552 MiB...
          # As we expand it to 2 GiB we are safe.
- image_url = ('https://archive.armbian.com/orangepipc/archive/'
+        image_url = ('https://armbian.systemonachip.net/'
+                     'archive/orangepipc/archive/'
                       'Armbian_20.08.1_Orangepipc_bionic_current_5.8.5.img.xz')
          image_hash = ('b4d6775f5673486329e45a0586bf06b6'
                        'dbe792199fd182ac6b9c7bb6c7d3e6dd')


Reply via email to