From: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
To: Thomas Huth <thuth@redhat.com>,
qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-arm@nongnu.org, qemu-ppc@nongnu.org,
Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Subject: Re: [PATCH v2] tests/functional: Switch back to the gitlab URLs for the advent calendar tests
Date: Mon, 07 Oct 2024 12:39:12 +0300 [thread overview]
Message-ID: <kzc6t.omlco5eeifu@linaro.org> (raw)
In-Reply-To: <20241007083649.204886-1-thuth@redhat.com>
On Mon, 07 Oct 2024 11:36, Thomas Huth <thuth@redhat.com> wrote:
>Shortly after we switched to the original URLs on qemu-advent-calendar.org,
>the server went offline - looks like we are better off using the gitlab
>URLs again instead.
>
>Signed-off-by: Thomas Huth <thuth@redhat.com>
>---
> v2: Drop the wrong change to the test_microblazeel_s3adsp1800.py file
>
> tests/functional/test_arm_vexpress.py | 2 +-
> tests/functional/test_m68k_mcf5208evb.py | 2 +-
> tests/functional/test_or1k_sim.py | 2 +-
> tests/functional/test_ppc64_e500.py | 2 +-
> tests/functional/test_ppc_mac.py | 2 +-
> tests/functional/test_sh4_r2d.py | 2 +-
> tests/functional/test_sparc_sun4m.py | 2 +-
> tests/functional/test_xtensa_lx60.py | 2 +-
> 8 files changed, 8 insertions(+), 8 deletions(-)
>
>diff --git a/tests/functional/test_arm_vexpress.py b/tests/functional/test_arm_vexpress.py
>index cc6015112b..6bd6290030 100755
>--- a/tests/functional/test_arm_vexpress.py
>+++ b/tests/functional/test_arm_vexpress.py
>@@ -11,7 +11,7 @@
> class VExpressTest(LinuxKernelTest):
>
> ASSET_DAY16 = Asset(
>- 'https://www.qemu-advent-calendar.org/2018/download/day16.tar.xz',
>+ 'https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day16.tar.xz',
> '63311adb2d4c4e7a73214a86d29988add87266a909719c56acfadd026b4110a7')
>
> def test_arm_vexpressa9(self):
>diff --git a/tests/functional/test_m68k_mcf5208evb.py b/tests/functional/test_m68k_mcf5208evb.py
>index 869ccc88df..00c59590c3 100755
>--- a/tests/functional/test_m68k_mcf5208evb.py
>+++ b/tests/functional/test_m68k_mcf5208evb.py
>@@ -13,7 +13,7 @@
> class Mcf5208EvbTest(LinuxKernelTest):
>
> ASSET_DAY07 = Asset(
>- 'https://www.qemu-advent-calendar.org/2018/download/day07.tar.xz',
>+ 'https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day07.tar.xz',
> '753c2f3837126b7c6ba92d0b1e0b156e8a2c5131d2d576bb0b9a763fae73c08a')
>
> def test_m68k_mcf5208evb(self):
>diff --git a/tests/functional/test_or1k_sim.py b/tests/functional/test_or1k_sim.py
>index aa2a1f08d2..10e0437c50 100755
>--- a/tests/functional/test_or1k_sim.py
>+++ b/tests/functional/test_or1k_sim.py
>@@ -13,7 +13,7 @@
> class OpenRISC1kSimTest(LinuxKernelTest):
>
> ASSET_DAY20 = Asset(
>- 'https://www.qemu-advent-calendar.org/2018/download/day20.tar.xz',
>+ 'https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day20.tar.xz',
> 'ff9d7dd7c6bdba325bd85ee85c02db61ff653e129558aeffe6aff55bffb6763a')
>
> def test_or1k_sim(self):
>diff --git a/tests/functional/test_ppc64_e500.py b/tests/functional/test_ppc64_e500.py
>index 3558ae0c8c..f1af92373e 100755
>--- a/tests/functional/test_ppc64_e500.py
>+++ b/tests/functional/test_ppc64_e500.py
>@@ -10,7 +10,7 @@
> class E500Test(LinuxKernelTest):
>
> ASSET_DAY19 = Asset(
>- 'https://www.qemu-advent-calendar.org/2018/download/day19.tar.xz',
>+ 'https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day19.tar.xz',
> '20b1bb5a8488c664defbb5d283addc91a05335a936c63b3f5ff7eee74b725755')
>
> def test_ppc64_e500(self):
>diff --git a/tests/functional/test_ppc_mac.py b/tests/functional/test_ppc_mac.py
>index a6b1ca2d4c..3f45e37a45 100755
>--- a/tests/functional/test_ppc_mac.py
>+++ b/tests/functional/test_ppc_mac.py
>@@ -10,7 +10,7 @@
> class MacTest(LinuxKernelTest):
>
> ASSET_DAY15 = Asset(
>- 'https://www.qemu-advent-calendar.org/2018/download/day15.tar.xz',
>+ 'https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day15.tar.xz',
> '03e0757c131d2959decf293a3572d3b96c5a53587165bf05ce41b2818a2bccd5')
>
> def do_day15_test(self):
>diff --git a/tests/functional/test_sh4_r2d.py b/tests/functional/test_sh4_r2d.py
>index 5fe8cf9f8d..c3cfff79ad 100755
>--- a/tests/functional/test_sh4_r2d.py
>+++ b/tests/functional/test_sh4_r2d.py
>@@ -13,7 +13,7 @@
> class R2dTest(LinuxKernelTest):
>
> ASSET_DAY09 = Asset(
>- 'https://www.qemu-advent-calendar.org/2018/download/day09.tar.xz',
>+ 'https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day09.tar.xz',
> 'a61b44d2630a739d1380cc4ff4b80981d47ccfd5992f1484ccf48322c35f09ac')
>
> # This test has a 6-10% failure rate on various hosts that look
>diff --git a/tests/functional/test_sparc_sun4m.py b/tests/functional/test_sparc_sun4m.py
>index b334375820..573f85222a 100755
>--- a/tests/functional/test_sparc_sun4m.py
>+++ b/tests/functional/test_sparc_sun4m.py
>@@ -11,7 +11,7 @@
> class Sun4mTest(LinuxKernelTest):
>
> ASSET_DAY11 = Asset(
>- 'https://www.qemu-advent-calendar.org/2018/download/day11.tar.xz',
>+ 'https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day11.tar.xz',
> 'c776533ba756bf4dd3f1fc4c024fb50ef0d853e05c5f5ddf0900a32d1eaa49e0')
>
> def test_sparc_ss20(self):
>diff --git a/tests/functional/test_xtensa_lx60.py b/tests/functional/test_xtensa_lx60.py
>index 8ce5206a4f..d4ad92dc6c 100755
>--- a/tests/functional/test_xtensa_lx60.py
>+++ b/tests/functional/test_xtensa_lx60.py
>@@ -11,7 +11,7 @@
> class XTensaLX60Test(LinuxKernelTest):
>
> ASSET_DAY02 = Asset(
>- 'https://www.qemu-advent-calendar.org/2018/download/day02.tar.xz',
>+ 'https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/day02.tar.xz',
> '68ff07f9b3fd3df36d015eb46299ba44748e94bfbb2d5295fddc1a8d4a9fd324')
>
> def test_xtensa_lx60(self):
>--
>2.46.1
>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
prev parent reply other threads:[~2024-10-07 9:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-07 8:36 [PATCH v2] tests/functional: Switch back to the gitlab URLs for the advent calendar tests Thomas Huth
2024-10-07 9:39 ` Manos Pitsidianakis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=kzc6t.omlco5eeifu@linaro.org \
--to=manos.pitsidianakis@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).