On 21/11/2022 12.12, Philippe Mathieu-Daudé wrote:
On 21/11/22 11:24, Thomas Huth wrote:
The qemu-advent-calendar.org server will be decommissioned soon.
I've mirrored the images that we use for the QEMU CI to gitlab,
so update their URLs to point to the new location.

Signed-off-by: Thomas Huth <th...@redhat.com>
---
  tests/avocado/boot_linux_console.py     |  4 +--
  tests/avocado/machine_arm_canona1100.py |  4 +--
  tests/avocado/machine_microblaze.py     |  4 +--
  tests/avocado/machine_sparc64_sun4u.py  |  4 +--
  tests/avocado/ppc_mpc8544ds.py          |  6 ++--
  tests/avocado/ppc_virtex_ml507.py       |  6 ++--
  tests/avocado/replay_kernel.py          | 40 ++++++++++++-------------
  7 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/tests/avocado/boot_linux_console.py b/tests/avocado/boot_linux_console.py
index 4c9d551f47..f3e6f44ae9 100644
--- a/tests/avocado/boot_linux_console.py
+++ b/tests/avocado/boot_linux_console.py
@@ -1029,8 +1029,8 @@ def test_m68k_q800(self):
          self.wait_for_console_pattern(console_pattern)
      def do_test_advcal_2018(self, day, tar_hash, kernel_name, console=0):
-        tar_url = ('https://www.qemu-advent-calendar.org'
-                   '/2018/download/day' + day + '.tar.xz')
+        tar_url = ('https://qemu-advcal.gitlab.io'
+                   '/qac-best-of-multiarch/download/day' + day + '.tar.xz')

You could insert the year in the url, so you can eventually add other editions :)

It's a "best-of" edition now - I don't plan any more new editions ;-)

 Thomas


Reply via email to