On Fri, Sep 12, 2025 at 12:12:12AM +0100, Andrew Cooper wrote: > This was missed when introducing Trixie. > > Fixes: aad6ebf0596f ("CI: Update riscv64 to use Debian Trixie") > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Denis Mukhin <dmuk...@ford.com> > --- > CC: Anthony PERARD <anthony.per...@vates.tech> > CC: Michal Orzel <michal.or...@amd.com> > CC: Jan Beulich <jbeul...@suse.com> > CC: Julien Grall <jul...@xen.org> > CC: Roger Pau Monné <roger....@citrix.com> > CC: Stefano Stabellini <sstabell...@kernel.org> > CC: Shawn Anastasio <sanasta...@raptorengineering.com> > CC: Oleksii Kurochko <oleksii.kuroc...@gmail.com> > CC: Doug Goldstein <car...@cardoe.com> > CC: Marek Marczykowski-Górecki <marma...@invisiblethingslab.com> > CC: Victor Lira <victorm.l...@amd.com> > > v3: > * New > --- > automation/gitlab-ci/test.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml > index 95b883b32bb6..1de68a0fe450 100644 > --- a/automation/gitlab-ci/test.yaml > +++ b/automation/gitlab-ci/test.yaml > @@ -77,7 +77,7 @@ > .qemu-riscv64: > extends: .test-jobs-common > variables: > - CONTAINER: debian:12-riscv64 > + CONTAINER: debian:13-riscv64 > LOGFILE: qemu-smoke-riscv64.log > artifacts: > paths: > -- > 2.39.5 > >